tongue-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.

Name
tongue-24px
Set
Health Icons
Style
Filled 24px
Category
Emotions
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More emotions icons from Health Icons

Use the tongue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.5 11.2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 9.7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M9 13a2 2 0 0 0-1 3.732V14.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2.232A2 2 0 0 0 15 13z"/><path d="M4 12a8 8 0 1 1 13 6.245V19c0 .733-.232 1.417-.645 2.004A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a10 10 0 0 0 5.645 9.004A3.46 3.46 0 0 1 7 19v-.755A7.99 7.99 0 0 1 4 12"/><path d="M9.087 19.453C9.352 20.174 10.243 21 12 21s2.648-.826 2.913-1.547A8 8 0 0 1 12 20a8 8 0 0 1-2.913-.547"/><path fill-rule="evenodd" d="M16 14v4.625C16 20.313 14.5 22 12 22s-4-1.687-4-3.375V14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1m-4 3.938a1 1 0 0 1-1-1V15h-1v3.625c0 .43.445 1.375 2 1.375s2-.945 2-1.375V15h-1v1.938a1 1 0 0 1-1 1" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTongue24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.5 11.2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 9.7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M9 13a2 2 0 0 0-1 3.732V14.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2.232A2 2 0 0 0 15 13z"/><path d="M4 12a8 8 0 1 1 13 6.245V19c0 .733-.232 1.417-.645 2.004A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a10 10 0 0 0 5.645 9.004A3.46 3.46 0 0 1 7 19v-.755A7.99 7.99 0 0 1 4 12"/><path d="M9.087 19.453C9.352 20.174 10.243 21 12 21s2.648-.826 2.913-1.547A8 8 0 0 1 12 20a8 8 0 0 1-2.913-.547"/><path fillRule="evenodd" d="M16 14v4.625C16 20.313 14.5 22 12 22s-4-1.687-4-3.375V14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1m-4 3.938a1 1 0 0 1-1-1V15h-1v3.625c0 .43.445 1.375 2 1.375s2-.945 2-1.375V15h-1v1.938a1 1 0 0 1-1 1" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.5 11.2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M17 9.7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M9 13a2 2 0 0 0-1 3.732V14.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2.232A2 2 0 0 0 15 13z"/><path d="M4 12a8 8 0 1 1 13 6.245V19c0 .733-.232 1.417-.645 2.004A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a10 10 0 0 0 5.645 9.004A3.46 3.46 0 0 1 7 19v-.755A7.99 7.99 0 0 1 4 12"/><path d="M9.087 19.453C9.352 20.174 10.243 21 12 21s2.648-.826 2.913-1.547A8 8 0 0 1 12 20a8 8 0 0 1-2.913-.547"/><path fill-rule="evenodd" d="M16 14v4.625C16 20.313 14.5 22 12 22s-4-1.687-4-3.375V14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1m-4 3.938a1 1 0 0 1-1-1V15h-1v3.625c0 .43.445 1.375 2 1.375s2-.945 2-1.375V15h-1v1.938a1 1 0 0 1-1 1" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-tongue-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.5%2011.2a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M17%209.7a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M9%2013a2%202%200%200%200-1%203.732V14.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v2.232A2%202%200%200%200%2015%2013z%22%2F%3E%3Cpath%20d%3D%22M4%2012a8%208%200%201%201%2013%206.245V19c0%20.733-.232%201.417-.645%202.004A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a10%2010%200%200%200%205.645%209.004A3.46%203.46%200%200%201%207%2019v-.755A7.99%207.99%200%200%201%204%2012%22%2F%3E%3Cpath%20d%3D%22M9.087%2019.453C9.352%2020.174%2010.243%2021%2012%2021s2.648-.826%202.913-1.547A8%208%200%200%201%2012%2020a8%208%200%200%201-2.913-.547%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2014v4.625C16%2020.313%2014.5%2022%2012%2022s-4-1.687-4-3.375V14a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201m-4%203.938a1%201%200%200%201-1-1V15h-1v3.625c0%20.43.445%201.375%202%201.375s2-.945%202-1.375V15h-1v1.938a1%201%200%200%201-1%201%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M8.5%2011.2a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M17%209.7a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M9%2013a2%202%200%200%200-1%203.732V14.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v2.232A2%202%200%200%200%2015%2013z%22%2F%3E%3Cpath%20d%3D%22M4%2012a8%208%200%201%201%2013%206.245V19c0%20.733-.232%201.417-.645%202.004A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a10%2010%200%200%200%205.645%209.004A3.46%203.46%200%200%201%207%2019v-.755A7.99%207.99%200%200%201%204%2012%22%2F%3E%3Cpath%20d%3D%22M9.087%2019.453C9.352%2020.174%2010.243%2021%2012%2021s2.648-.826%202.913-1.547A8%208%200%200%201%2012%2020a8%208%200%200%201-2.913-.547%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2014v4.625C16%2020.313%2014.5%2022%2012%2022s-4-1.687-4-3.375V14a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201m-4%203.938a1%201%200%200%201-1-1V15h-1v3.625c0%20.43.445%201.375%202%201.375s2-.945%202-1.375V15h-1v1.938a1%201%200%200%201-1%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/tongue-24px.svg?color=%231a73e8&size=48