Pensive Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Pensive 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/308809.svg" alt="Pensive Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308809.svg" alt="Pensive Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308809.svg" alt="Pensive Face Svg icon" :width="24" :height="24" />
CSS background
.icon-pensive-face---svg {
background-image: url('https://proicons.com/icon/308809.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.1612 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.57306ZM10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17H14C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15H10Z" fill="#292929"/> </svg>
Copied!