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