Winking Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Winking 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/308815.svg" alt="Winking Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308815.svg" alt="Winking Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308815.svg" alt="Winking Face Svg icon" :width="24" :height="24" />
CSS background
.icon-winking-face---svg {
background-image: url('https://proicons.com/icon/308815.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 12ZM7.5 9.5C7.5 8.67157 8.17157 8 9 8H9.01C9.83843 8 10.51 8.67157 10.51 9.5V9.51C10.51 10.3384 9.83843 11.01 9.01 11.01H9C8.17157 11.01 7.5 10.3384 7.5 9.51V9.5ZM13.5 8.5C12.9477 8.5 12.5 8.94772 12.5 9.5C12.5 10.0523 12.9477 10.5 13.5 10.5H16.5C17.0523 10.5 17.5 10.0523 17.5 9.5C17.5 8.94772 17.0523 8.5 16.5 8.5H13.5ZM9.40076 13.4993C9.12422 13.0212 8.51249 12.8579 8.03443 13.1344C7.55637 13.4109 7.39301 14.0227 7.66955 14.5007C8.53256 15.9926 10.1481 17 12 17C13.852 17 15.4675 15.9926 16.3305 14.5007C16.607 14.0227 16.4437 13.4109 15.9656 13.1344C15.4876 12.8579 14.8758 13.0212 14.5993 13.4993C14.0791 14.3986 13.1092 15 12 15C10.8909 15 9.92099 14.3986 9.40076 13.4993Z" fill="#292929"/> </svg>
Copied!