Значок материала Trending_flat
использование
<i class = "material-icons"> trending_flat </ i>
Из коробки
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<i class="material-icons">trending_flat</i>
</body>
</html>
Live Demo
См. Значок пера trending_flat example-3 от w3resource ( @ w3resource ) в CodePen .
Большой значок
<!DOCTYPE html>
<html>
<head><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style type="text/css">
.material-icons.md-48 { font-size: 48px; }
</style>
</head>
<body>
<i class="material-icons md-48">trending_flat</i>
</body>
</html>
Live Demo
См. Значок пера trending_flat example-2 от w3resource ( @ w3resource ) в CodePen .
Сменить цвет
<!DOCTYPE html>
<html>
<head><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style type="text/css">
.material-icons.md-18 { font-size: 18px;color: #0000FF }
.material-icons.md-24 { font-size: 24px;color: #0000FF }
.material-icons.md-36 { font-size: 36px;color: #0000FF }
.material-icons.md-48 { font-size: 48px;color: #0000FF }
</style>
</head>
<body>
<p><i class="material-icons md-18">trending_flat</i></p>
<p><i class="material-icons md-24">trending_flat</i></p>
<p><i class="material-icons md-36">trending_flat</i></p>
<p><i class="material-icons md-48">trending_flat</i></p>
</body>
</html>
Live Demo
См. Значок пера trending_flat example-3 от w3resource ( @ w3resource ) в CodePen .
Предыдущий: Значок материала Trending_down Icon
Следующая: Иконка материала Иконка Trending_up
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code