Expressionless Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Expressionless icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305612.svg" alt="Expressionless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305612.svg" alt="Expressionless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305612.svg" alt="Expressionless icon" :width="24" :height="24" />
CSS background
.icon-expressionless {
background-image: url('https://proicons.com/icon/305612.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M287 601h415v68H287v-68zM500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433zM365 508c3 0 7-1 10-1 45-5 78-46 72-92-5-45-46-77-92-72-21 3-41 14-55 31s-19 39-17 61c5 42 41 73 82 73zm299-155c-19-11-41-13-63-8-21 6-39 20-49 40-11 19-14 41-8 62 6 22 20 39 39 50 13 7 27 11 40 11 29 0 57-16 73-42 22-40 8-91-32-113z"/></svg>
Copied!