Smirk Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Smirk 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/306509.svg" alt="Smirk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306509.svg" alt="Smirk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306509.svg" alt="Smirk icon" :width="24" :height="24" />
CSS background
.icon-smirk {
background-image: url('https://proicons.com/icon/306509.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="M283 522h-68c0 158 128 285 285 285v-67c-124 0-217-94-217-218zm42-101h148l6-24c2-7 3-12 3-18 0-45-37-82-83-82s-83 37-83 83c0 6 1 10 3 17l6 24zm317-113c-40-22-90-8-113 32-10 18-13 37-8 57l6 24h148l6-24c9-36-7-71-39-89zM500 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 433z"/></svg>
Copied!