Upside Down Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Upside Down 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/308814.svg" alt="Upside Down Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308814.svg" alt="Upside Down Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308814.svg" alt="Upside Down Face Svg icon" :width="24" :height="24" />
CSS background
.icon-upside-down-face---svg {
background-image: url('https://proicons.com/icon/308814.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 12ZM15.9656 10.8656C15.4875 11.1421 14.8758 10.9788 14.5992 10.5007C14.079 9.60141 13.1091 9 12 9C10.8908 9 9.92093 9.60141 9.40071 10.5007C9.12416 10.9788 8.51244 11.1421 8.03438 10.8656C7.55631 10.5891 7.39295 9.97733 7.6695 9.49927C8.53251 8.00738 10.148 7 12 7C13.8519 7 15.4674 8.00738 16.3305 9.49927C16.607 9.97734 16.4436 10.5891 15.9656 10.8656ZM9 13C8.17157 13 7.5 13.6716 7.5 14.5V14.51C7.5 15.3384 8.17157 16.01 9 16.01H9.01C9.83843 16.01 10.51 15.3384 10.51 14.51V14.5C10.51 13.6716 9.83843 13 9.01 13H9ZM15 13C14.1716 13 13.5 13.6716 13.5 14.5V14.51C13.5 15.3384 14.1716 16.01 15 16.01H15.01C15.8384 16.01 16.51 15.3384 16.51 14.51V14.5C16.51 13.6716 15.8384 13 15.01 13H15Z" fill="#292929"/> </svg>
Copied!