Expressionless Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Expressionless Face Svg 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/308802.svg" alt="Expressionless Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308802.svg" alt="Expressionless Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308802.svg" alt="Expressionless Face Svg icon" :width="24" :height="24" />
CSS background
.icon-expressionless-face---svg {
background-image: url('https://proicons.com/icon/308802.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM6.5 9.5C6.5 8.94772 6.94772 8.5 7.5 8.5H10C10.5523 8.5 11 8.94772 11 9.5C11 10.0523 10.5523 10.5 10 10.5H7.5C6.94772 10.5 6.5 10.0523 6.5 9.5ZM14 8.5C13.4477 8.5 13 8.94772 13 9.5C13 10.0523 13.4477 10.5 14 10.5H16.5C17.0523 10.5 17.5 10.0523 17.5 9.5C17.5 8.94772 17.0523 8.5 16.5 8.5H14ZM9 14C8.44772 14 8 14.4477 8 15C8 15.5523 8.44772 16 9 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H9Z" fill="#292929"/> </svg>
Copied!