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