Disappointed Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Disappointed 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/308801.svg" alt="Disappointed Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308801.svg" alt="Disappointed Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308801.svg" alt="Disappointed Face Svg icon" :width="24" :height="24" />
CSS background
.icon-disappointed-face---svg {
background-image: url('https://proicons.com/icon/308801.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 12ZM10.9487 9.18377C11.1233 9.70772 10.8402 10.274 10.3162 10.4487L7.31623 11.4487C6.79228 11.6233 6.22596 11.3402 6.05132 10.8162C5.87667 10.2923 6.15983 9.72596 6.68377 9.55132L9.68377 8.55132C10.2077 8.37667 10.774 8.65983 10.9487 9.18377ZM14.3162 8.55132C13.7923 8.37667 13.226 8.65983 13.0513 9.18377C12.8767 9.70772 13.1598 10.274 13.6838 10.4487L16.6838 11.4487C17.2077 11.6233 17.774 11.3402 17.9487 10.8162C18.1233 10.2923 17.8402 9.72596 17.3162 9.55132L14.3162 8.55132ZM9.49916 14.6696C9.02111 14.9461 8.85775 15.5578 9.1343 16.0359C9.41085 16.514 10.0226 16.6773 10.5006 16.4008C10.9409 16.1461 11.4518 16 12 16C12.5481 16 13.059 16.1461 13.4993 16.4008C13.9773 16.6773 14.589 16.514 14.8656 16.0359C15.1421 15.5578 14.9788 14.9461 14.5007 14.6696C13.7643 14.2435 12.909 14 12 14C11.0909 14 10.2356 14.2435 9.49916 14.6696Z" fill="#292929"/> </svg>
Copied!