Emoji Mouth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Mouth 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/325346.svg" alt="Emoji Mouth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325346.svg" alt="Emoji Mouth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325346.svg" alt="Emoji Mouth icon" :width="24" :height="24" />
CSS background
.icon-emoji-mouth {
background-image: url('https://proicons.com/icon/325346.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M5.5,23.071c3.3099,1.103,4.1565,1.2552,9.3497.1179"/><path id="c" class="i" d="M42.4887,23.071c-3.3099,1.103-4.1565,1.2552-9.3497.1179"/><path id="d" class="i" d="M5.5,23.071c3.3099,1.103,4.1565,1.2552,9.3497.1179"/><path id="e" class="i" d="M5.5,23.071l9.9079,9.4688c1.6679,1.6173,3.8422,2.9815,8.5921,2.9815s6.9242-1.3642,8.5921-2.9815l9.9079-9.4688"/><path id="f" class="i" d="M5.5,23.071c3.0069-1.9542,6.5694-6.1225,10.3398-9.4356.8758-.7708,1.9284-1.6931,3.8575-.7708l2.5391,1.3515c.5856.3387.7855.4548,1.7563.4548s1.1702-.116,1.7563-.4548l2.5391-1.3515c1.9284-.9223,2.9817,0,3.8575.7708,3.7731,3.3098,7.3362,7.4754,10.3398,9.4356"/><path id="g" class="i" d="M42.4887,23.071c-3.3099,1.103-4.1565,1.2552-9.3497.1179"/><path id="h" class="i" d="M23.9953,26.0146c-5.0556,0-6.4557-3.234-9.1437-2.83,4.4595-3.3603,6.9109-.4043,9.1437-.4043s4.6868-2.9563,9.1437.4043c-2.6906-.4043-4.0907,2.83-9.1437,2.83"/></svg>
Copied!