mouth icon
mouth from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- mouth
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More body icons from Health Icons
Use the mouth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M4 24c3-5.455 11.2-13.745 20-9.818C33 9.818 41 18.545 44 24c-3 4.364-11.2 12-20 12S7 28.364 4 24m5.31-.477C12.414 22.473 18.183 21 24 21c5.747 0 11.45 1.439 14.58 2.486c.457.152.431.798-.03.936l-.025.008C35.5 25.34 29.98 27 24 27c-6.08 0-11.683-1.625-14.672-2.573c-.448-.142-.463-.754-.019-.904" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMouth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M4 24c3-5.455 11.2-13.745 20-9.818C33 9.818 41 18.545 44 24c-3 4.364-11.2 12-20 12S7 28.364 4 24m5.31-.477C12.414 22.473 18.183 21 24 21c5.747 0 11.45 1.439 14.58 2.486c.457.152.431.798-.03.936l-.025.008C35.5 25.34 29.98 27 24 27c-6.08 0-11.683-1.625-14.672-2.573c-.448-.142-.463-.754-.019-.904" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M4 24c3-5.455 11.2-13.745 20-9.818C33 9.818 41 18.545 44 24c-3 4.364-11.2 12-20 12S7 28.364 4 24m5.31-.477C12.414 22.473 18.183 21 24 21c5.747 0 11.45 1.439 14.58 2.486c.457.152.431.798-.03.936l-.025.008C35.5 25.34 29.98 27 24 27c-6.08 0-11.683-1.625-14.672-2.573c-.448-.142-.463-.754-.019-.904" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2024c3-5.455%2011.2-13.745%2020-9.818C33%209.818%2041%2018.545%2044%2024c-3%204.364-11.2%2012-20%2012S7%2028.364%204%2024m5.31-.477C12.414%2022.473%2018.183%2021%2024%2021c5.747%200%2011.45%201.439%2014.58%202.486c.457.152.431.798-.03.936l-.025.008C35.5%2025.34%2029.98%2027%2024%2027c-6.08%200-11.683-1.625-14.672-2.573c-.448-.142-.463-.754-.019-.904%22%20clip-rule%3D%22evenodd%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2024c3-5.455%2011.2-13.745%2020-9.818C33%209.818%2041%2018.545%2044%2024c-3%204.364-11.2%2012-20%2012S7%2028.364%204%2024m5.31-.477C12.414%2022.473%2018.183%2021%2024%2021c5.747%200%2011.45%201.439%2014.58%202.486c.457.152.431.798-.03.936l-.025.008C35.5%2025.34%2029.98%2027%2024%2027c-6.08%200-11.683-1.625-14.672-2.573c-.448-.142-.463-.754-.019-.904%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/mouth.svg?color=%231a73e8&size=48