Kissing Face Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Kissing 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/308806.svg" alt="Kissing Face Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308806.svg" alt="Kissing Face Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308806.svg" alt="Kissing Face Svg icon" :width="24" :height="24" />
CSS background
.icon-kissing-face---svg {
background-image: url('https://proicons.com/icon/308806.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 12ZM9 8C8.17157 8 7.5 8.67157 7.5 9.5V9.51C7.5 10.3384 8.17157 11.01 9 11.01H9.01C9.83843 11.01 10.51 10.3384 10.51 9.51V9.5C10.51 8.67157 9.83843 8 9.01 8H9ZM13.4472 14.8944C13.9412 14.6474 14.1414 14.0468 13.8944 13.5528C13.6474 13.0588 13.0468 12.8586 12.5528 13.1056L10.5528 14.1056C10.214 14.275 10 14.6212 10 15C10 15.3788 10.214 15.725 10.5528 15.8944L12.5528 16.8944C13.0468 17.1414 13.6474 16.9412 13.8944 16.4472C14.1414 15.9532 13.9412 15.3526 13.4472 15.1056L13.2361 15L13.4472 14.8944ZM13.5 9.5C13.5 8.67157 14.1716 8 15 8H15.01C15.8384 8 16.51 8.67157 16.51 9.5V9.51C16.51 10.3384 15.8384 11.01 15.01 11.01H15C14.1716 11.01 13.5 10.3384 13.5 9.51V9.5Z" fill="#292929"/> </svg>
Copied!