Значок магазина материалов
использование
<i class = "material-icons"> store </ i>
Из коробки
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<i class="material-icons">store</i>
</body>
</html>
Live Demo
См. Хранилище значков пера пример-1 от 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">store</i>
</body>
</html>
Live Demo
См. Хранилище значков «Перо », пример-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">store</i></p>
<p><i class="material-icons md-24">store</i></p>
<p><i class="material-icons md-36">store</i></p>
<p><i class="material-icons md-48">store</i></p>
</body>
</html>
Live Demo
См. Хранилище значков «Перо », пример-3, от w3resource ( @ w3resource ) в CodePen .
> Предыдущий: Материал Иконка Звезды Иконка
Следующая: Материал Иконка Тема Иконка
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code