mouth icon
mouth from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- mouth
- Set
- Lucide
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Related icons in Lucide
Use the mouth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M2 12a50.5 50.5 0 0 0 20 0a1 1 0 0 0-1-1"/><path d="M2.457 11.159a1 1 0 0 0-.307 1.369a11.59 11.59 0 0 0 19.7 0a1 1 0 0 0-.308-1.368c-2.426-1.568-3.65-2.284-5.479-3.644a2.6 2.6 0 0 0-3.373.208a1 1 0 0 1-1.38 0a2.62 2.62 0 0 0-3.373-.208c-1.83 1.36-3.053 2.076-5.48 3.643"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideMouth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M2 12a50.5 50.5 0 0 0 20 0a1 1 0 0 0-1-1"/><path d="M2.457 11.159a1 1 0 0 0-.307 1.369a11.59 11.59 0 0 0 19.7 0a1 1 0 0 0-.308-1.368c-2.426-1.568-3.65-2.284-5.479-3.644a2.6 2.6 0 0 0-3.373.208a1 1 0 0 1-1.38 0a2.62 2.62 0 0 0-3.373-.208c-1.83 1.36-3.053 2.076-5.48 3.643"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M2 12a50.5 50.5 0 0 0 20 0a1 1 0 0 0-1-1"/><path d="M2.457 11.159a1 1 0 0 0-.307 1.369a11.59 11.59 0 0 0 19.7 0a1 1 0 0 0-.308-1.368c-2.426-1.568-3.65-2.284-5.479-3.644a2.6 2.6 0 0 0-3.373.208a1 1 0 0 1-1.38 0a2.62 2.62 0 0 0-3.373-.208c-1.83 1.36-3.053 2.076-5.48 3.643"/></g></svg> </template>
CSS
.icon-mouth {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%2012a50.5%2050.5%200%200%200%2020%200a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M2.457%2011.159a1%201%200%200%200-.307%201.369a11.59%2011.59%200%200%200%2019.7%200a1%201%200%200%200-.308-1.368c-2.426-1.568-3.65-2.284-5.479-3.644a2.6%202.6%200%200%200-3.373.208a1%201%200%200%201-1.38%200a2.62%202.62%200%200%200-3.373-.208c-1.83%201.36-3.053%202.076-5.48%203.643%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%2012a50.5%2050.5%200%200%200%2020%200a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M2.457%2011.159a1%201%200%200%200-.307%201.369a11.59%2011.59%200%200%200%2019.7%200a1%201%200%200%200-.308-1.368c-2.426-1.568-3.65-2.284-5.479-3.644a2.6%202.6%200%200%200-3.373.208a1%201%200%200%201-1.38%200a2.62%202.62%200%200%200-3.373-.208c-1.83%201.36-3.053%202.076-5.48%203.643%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide/mouth.svg?color=%231a73e8&size=48