mouth-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
mouth-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12.257c1.5-3.065 5-8.17 10-5.518c5-2.652 8.5 2.453 10 5.518C20.5 14.709 16.4 19 12 19s-8.5-4.291-10-6.743m15.464 2.212q-.15.036-.305.07c-1.354.29-3.177.461-5.159.461s-3.805-.171-5.16-.461l-.304-.07q.295.258.61.504C8.735 16.218 10.431 17 12 17s3.264-.782 4.855-2.027q.313-.246.609-.504m-.388-5.543c.727.572 1.38 1.343 1.939 2.158l-.113-.06c-.466-.236-1.074-.42-1.743-.562C15.805 10.172 13.982 10 12 10s-3.805.171-5.16.461c-.668.144-1.276.327-1.742.563l-.113.06c.558-.815 1.212-1.586 1.94-2.158q.968-.762 1.902-.895c.597-.087 1.326-.007 2.236.475a2 2 0 0 0 1.874 0c.91-.482 1.64-.562 2.236-.475q.933.133 1.903.895M7.26 12.583a10 10 0 0 1-.356-.083q.165-.042.356-.083C8.44 12.164 10.116 12 12 12s3.56.164 4.74.417q.19.04.356.083q-.165.042-.356.083c-1.18.253-2.856.417-4.74.417s-3.56-.164-4.74-.417" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMouthOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2 12.257c1.5-3.065 5-8.17 10-5.518c5-2.652 8.5 2.453 10 5.518C20.5 14.709 16.4 19 12 19s-8.5-4.291-10-6.743m15.464 2.212q-.15.036-.305.07c-1.354.29-3.177.461-5.159.461s-3.805-.171-5.16-.461l-.304-.07q.295.258.61.504C8.735 16.218 10.431 17 12 17s3.264-.782 4.855-2.027q.313-.246.609-.504m-.388-5.543c.727.572 1.38 1.343 1.939 2.158l-.113-.06c-.466-.236-1.074-.42-1.743-.562C15.805 10.172 13.982 10 12 10s-3.805.171-5.16.461c-.668.144-1.276.327-1.742.563l-.113.06c.558-.815 1.212-1.586 1.94-2.158q.968-.762 1.902-.895c.597-.087 1.326-.007 2.236.475a2 2 0 0 0 1.874 0c.91-.482 1.64-.562 2.236-.475q.933.133 1.903.895M7.26 12.583a10 10 0 0 1-.356-.083q.165-.042.356-.083C8.44 12.164 10.116 12 12 12s3.56.164 4.74.417q.19.04.356.083q-.165.042-.356.083c-1.18.253-2.856.417-4.74.417s-3.56-.164-4.74-.417" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12.257c1.5-3.065 5-8.17 10-5.518c5-2.652 8.5 2.453 10 5.518C20.5 14.709 16.4 19 12 19s-8.5-4.291-10-6.743m15.464 2.212q-.15.036-.305.07c-1.354.29-3.177.461-5.159.461s-3.805-.171-5.16-.461l-.304-.07q.295.258.61.504C8.735 16.218 10.431 17 12 17s3.264-.782 4.855-2.027q.313-.246.609-.504m-.388-5.543c.727.572 1.38 1.343 1.939 2.158l-.113-.06c-.466-.236-1.074-.42-1.743-.562C15.805 10.172 13.982 10 12 10s-3.805.171-5.16.461c-.668.144-1.276.327-1.742.563l-.113.06c.558-.815 1.212-1.586 1.94-2.158q.968-.762 1.902-.895c.597-.087 1.326-.007 2.236.475a2 2 0 0 0 1.874 0c.91-.482 1.64-.562 2.236-.475q.933.133 1.903.895M7.26 12.583a10 10 0 0 1-.356-.083q.165-.042.356-.083C8.44 12.164 10.116 12 12 12s3.56.164 4.74.417q.19.04.356.083q-.165.042-.356.083c-1.18.253-2.856.417-4.74.417s-3.56-.164-4.74-.417" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mouth-outline-24px {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012.257c1.5-3.065%205-8.17%2010-5.518c5-2.652%208.5%202.453%2010%205.518C20.5%2014.709%2016.4%2019%2012%2019s-8.5-4.291-10-6.743m15.464%202.212q-.15.036-.305.07c-1.354.29-3.177.461-5.159.461s-3.805-.171-5.16-.461l-.304-.07q.295.258.61.504C8.735%2016.218%2010.431%2017%2012%2017s3.264-.782%204.855-2.027q.313-.246.609-.504m-.388-5.543c.727.572%201.38%201.343%201.939%202.158l-.113-.06c-.466-.236-1.074-.42-1.743-.562C15.805%2010.172%2013.982%2010%2012%2010s-3.805.171-5.16.461c-.668.144-1.276.327-1.742.563l-.113.06c.558-.815%201.212-1.586%201.94-2.158q.968-.762%201.902-.895c.597-.087%201.326-.007%202.236.475a2%202%200%200%200%201.874%200c.91-.482%201.64-.562%202.236-.475q.933.133%201.903.895M7.26%2012.583a10%2010%200%200%201-.356-.083q.165-.042.356-.083C8.44%2012.164%2010.116%2012%2012%2012s3.56.164%204.74.417q.19.04.356.083q-.165.042-.356.083c-1.18.253-2.856.417-4.74.417s-3.56-.164-4.74-.417%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012.257c1.5-3.065%205-8.17%2010-5.518c5-2.652%208.5%202.453%2010%205.518C20.5%2014.709%2016.4%2019%2012%2019s-8.5-4.291-10-6.743m15.464%202.212q-.15.036-.305.07c-1.354.29-3.177.461-5.159.461s-3.805-.171-5.16-.461l-.304-.07q.295.258.61.504C8.735%2016.218%2010.431%2017%2012%2017s3.264-.782%204.855-2.027q.313-.246.609-.504m-.388-5.543c.727.572%201.38%201.343%201.939%202.158l-.113-.06c-.466-.236-1.074-.42-1.743-.562C15.805%2010.172%2013.982%2010%2012%2010s-3.805.171-5.16.461c-.668.144-1.276.327-1.742.563l-.113.06c.558-.815%201.212-1.586%201.94-2.158q.968-.762%201.902-.895c.597-.087%201.326-.007%202.236.475a2%202%200%200%200%201.874%200c.91-.482%201.64-.562%202.236-.475q.933.133%201.903.895M7.26%2012.583a10%2010%200%200%201-.356-.083q.165-.042.356-.083C8.44%2012.164%2010.116%2012%2012%2012s3.56.164%204.74.417q.19.04.356.083q-.165.042-.356.083c-1.18.253-2.856.417-4.74.417s-3.56-.164-4.74-.417%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-outline-24px.svg?color=%231a73e8&size=48