not_interested

来源:互联网 发布:易语言彩票源码下载 编辑:程序博客网 时间:2024/05/29 15:19
<!DOCTYPE html>
<html>
<head>
<title>Google Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>


<h1>not_interested</h1>


<i class="material-icons">not_interested</i>
<i class="material-icons" style="font-size:36px">not_interested</i>
<i class="material-icons" style="font-size:48px;color:red">not_interested</i>


<p>Used on a button:</p>
<button style="font-size:24px">Button <i class="material-icons">not_interested</i></button>


<p>Unicode:</p>
<i class="material-icons">&#xe033;</i>


</body>
</html>
原创粉丝点击