Squinting Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Squinting 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/308813.svg" alt="Squinting Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308813.svg" alt="Squinting Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308813.svg" alt="Squinting Face Svg icon" :width="24" :height="24" />
CSS background
.icon-squinting-face---svg {
background-image: url('https://proicons.com/icon/308813.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.10555 8.05276C6.85856 8.54674 7.05878 9.14741 7.55276 9.3944L7.76391 9.49998L7.55276 9.60555C7.05878 9.85254 6.85856 10.4532 7.10555 10.9472C7.35254 11.4412 7.95321 11.6414 8.44719 11.3944L10.4472 10.3944C10.786 10.225 11 9.87875 11 9.49998C11 9.1212 10.786 8.77494 10.4472 8.60555L8.44719 7.60555C7.95321 7.35856 7.35254 7.55878 7.10555 8.05276ZM16.4472 9.3944C16.9412 9.14741 17.1414 8.54674 16.8944 8.05276C16.6474 7.55878 16.0467 7.35856 15.5528 7.60555L13.5528 8.60555C13.214 8.77494 13 9.1212 13 9.49998C13 9.87875 13.214 10.225 13.5528 10.3944L15.5528 11.3944C16.0467 11.6414 16.6474 11.4412 16.8944 10.9472C17.1414 10.4532 16.9412 9.85254 16.4472 9.60555L16.236 9.49998L16.4472 9.3944ZM8.53513 13C8.17772 13 7.84747 13.1907 7.6689 13.5003C7.49032 13.8099 7.49056 14.1913 7.66953 14.5007C8.53254 15.9926 10.148 17 12 17C13.852 17 15.4675 15.9926 16.3305 14.5007C16.5094 14.1913 16.5097 13.8099 16.3311 13.5003C16.1525 13.1907 15.8223 13 15.4649 13H8.53513Z" fill="#292929"/> </svg>
Copied!