Wink Smile Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Wink Smile 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/306945.svg" alt="Wink Smile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306945.svg" alt="Wink Smile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306945.svg" alt="Wink Smile icon" :width="24" :height="24" />
CSS background
.icon-wink-smile {
background-image: url('https://proicons.com/icon/306945.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="M500 739c-120 0-217-93-217-217h-68c0 158 128 285 285 285s285-127 285-285h-68c0 124-97 217-217 217zM335 421h128l9-16c6-12 10-24 10-37 0-46-38-82-83-82s-83 37-83 83c0 13 3 24 10 36l9 16zm226 20c12 7 26 11 40 11 29 0 57-16 72-43 23-39 8-90-31-112-20-11-42-14-63-8s-39 20-50 39c-11 20-13 42-7 63s19 39 39 50zM500 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!