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