Relieved Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Relieved 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/308810.svg" alt="Relieved Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308810.svg" alt="Relieved Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308810.svg" alt="Relieved Face Svg icon" :width="24" :height="24" />
CSS background
.icon-relieved-face---svg {
background-image: url('https://proicons.com/icon/308810.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 12ZM6.07306 10.1248C6.28028 9.61286 6.86327 9.36584 7.3752 9.57306C7.72122 9.71312 8.10029 9.79074 8.49995 9.79074C8.89961 9.79074 9.27868 9.71312 9.6247 9.57306C10.1366 9.36584 10.7196 9.61286 10.9268 10.1248C11.1341 10.6367 10.887 11.2197 10.3751 11.4269C9.79472 11.6619 9.16115 11.7907 8.49995 11.7907C7.83875 11.7907 7.20518 11.6619 6.6248 11.4269C6.11286 11.2197 5.86584 10.6367 6.07306 10.1248ZM14.3752 9.57306C13.8633 9.36584 13.2803 9.61286 13.0731 10.1248C12.8658 10.6367 13.1129 11.2197 13.6248 11.4269C14.2052 11.6619 14.8388 11.7907 15.5 11.7907C16.1611 11.7907 16.7947 11.6619 17.3751 11.4269C17.887 11.2197 18.1341 10.6367 17.9268 10.1248C17.7196 9.61286 17.1366 9.36584 16.6247 9.57306C16.2787 9.71312 15.8996 9.79074 15.5 9.79074C15.1003 9.79074 14.7212 9.71312 14.3752 9.57306ZM14.5009 16.3656C14.9789 16.089 15.1423 15.4773 14.8657 14.9993C14.5892 14.5212 13.9774 14.3579 13.4994 14.6344C13.0591 14.8891 12.5482 15.0352 12.0001 15.0352C11.452 15.0352 10.941 14.8891 10.5008 14.6344C10.0227 14.3579 9.41097 14.5212 9.13442 14.9993C8.85787 15.4773 9.02123 16.089 9.49929 16.3656C10.2358 16.7916 11.091 17.0352 12.0001 17.0352C12.9092 17.0352 13.7644 16.7916 14.5009 16.3656Z" fill="#292929"/> </svg>
Copied!