tongue negative icon

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

Name
tongue-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the tongue negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsTongueNegative)"><path fill-rule="evenodd" d="M40 24c0 6.84-4.292 12.677-10.33 14.966c.214-.616.33-1.277.33-1.966v-1.272c1.158-.655 2.429-2.379 3.4-3.917c.793-1.258-.15-2.811-1.636-2.811H16.236c-1.487 0-2.429 1.553-1.635 2.81c.97 1.54 2.241 3.263 3.399 3.918V37c0 .689.116 1.35.33 1.966C12.292 36.677 8 30.84 8 24c0-8.837 7.163-16 16-16s16 7.163 16 16m-9.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4M20 22c0 2.21-1.12 4-2.5 4S15 24.21 15 22s1.12-4 2.5-4s2.5 1.79 2.5 4" clip-rule="evenodd"/><path d="M20 31v6a4 4 0 0 0 8 0v-6h-3v4a1 1 0 1 1-2 0v-4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-6 24c0 8.611-6.047 15.81-14.126 17.582A5.98 5.98 0 0 1 24 43a5.98 5.98 0 0 1-3.874-1.418C12.047 39.81 6 32.612 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTongueNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTongueNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsTongueNegative)"><path fillRule="evenodd" d="M40 24c0 6.84-4.292 12.677-10.33 14.966c.214-.616.33-1.277.33-1.966v-1.272c1.158-.655 2.429-2.379 3.4-3.917c.793-1.258-.15-2.811-1.636-2.811H16.236c-1.487 0-2.429 1.553-1.635 2.81c.97 1.54 2.241 3.263 3.399 3.918V37c0 .689.116 1.35.33 1.966C12.292 36.677 8 30.84 8 24c0-8.837 7.163-16 16-16s16 7.163 16 16m-9.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4M20 22c0 2.21-1.12 4-2.5 4S15 24.21 15 22s1.12-4 2.5-4s2.5 1.79 2.5 4" clipRule="evenodd"/><path d="M20 31v6a4 4 0 0 0 8 0v-6h-3v4a1 1 0 1 1-2 0v-4z"/><path fillRule="evenodd" d="M48 0H0v48h48zm-6 24c0 8.611-6.047 15.81-14.126 17.582A5.98 5.98 0 0 1 24 43a5.98 5.98 0 0 1-3.874-1.418C12.047 39.81 6 32.612 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18" clipRule="evenodd"/></g><defs><clipPath id="healthiconsTongueNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsTongueNegative)"><path fill-rule="evenodd" d="M40 24c0 6.84-4.292 12.677-10.33 14.966c.214-.616.33-1.277.33-1.966v-1.272c1.158-.655 2.429-2.379 3.4-3.917c.793-1.258-.15-2.811-1.636-2.811H16.236c-1.487 0-2.429 1.553-1.635 2.81c.97 1.54 2.241 3.263 3.399 3.918V37c0 .689.116 1.35.33 1.966C12.292 36.677 8 30.84 8 24c0-8.837 7.163-16 16-16s16 7.163 16 16m-9.5 2c1.38 0 2.5-1.79 2.5-4s-1.12-4-2.5-4s-2.5 1.79-2.5 4s1.12 4 2.5 4M20 22c0 2.21-1.12 4-2.5 4S15 24.21 15 22s1.12-4 2.5-4s2.5 1.79 2.5 4" clip-rule="evenodd"/><path d="M20 31v6a4 4 0 0 0 8 0v-6h-3v4a1 1 0 1 1-2 0v-4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-6 24c0 8.611-6.047 15.81-14.126 17.582A5.98 5.98 0 0 1 24 43a5.98 5.98 0 0 1-3.874-1.418C12.047 39.81 6 32.612 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTongueNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-tongue-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsTongueNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024c0%206.84-4.292%2012.677-10.33%2014.966c.214-.616.33-1.277.33-1.966v-1.272c1.158-.655%202.429-2.379%203.4-3.917c.793-1.258-.15-2.811-1.636-2.811H16.236c-1.487%200-2.429%201.553-1.635%202.81c.97%201.54%202.241%203.263%203.399%203.918V37c0%20.689.116%201.35.33%201.966C12.292%2036.677%208%2030.84%208%2024c0-8.837%207.163-16%2016-16s16%207.163%2016%2016m-9.5%202c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204M20%2022c0%202.21-1.12%204-2.5%204S15%2024.21%2015%2022s1.12-4%202.5-4s2.5%201.79%202.5%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2031v6a4%204%200%200%200%208%200v-6h-3v4a1%201%200%201%201-2%200v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2024c0%208.611-6.047%2015.81-14.126%2017.582A5.98%205.98%200%200%201%2024%2043a5.98%205.98%200%200%201-3.874-1.418C12.047%2039.81%206%2032.612%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTongueNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsTongueNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024c0%206.84-4.292%2012.677-10.33%2014.966c.214-.616.33-1.277.33-1.966v-1.272c1.158-.655%202.429-2.379%203.4-3.917c.793-1.258-.15-2.811-1.636-2.811H16.236c-1.487%200-2.429%201.553-1.635%202.81c.97%201.54%202.241%203.263%203.399%203.918V37c0%20.689.116%201.35.33%201.966C12.292%2036.677%208%2030.84%208%2024c0-8.837%207.163-16%2016-16s16%207.163%2016%2016m-9.5%202c1.38%200%202.5-1.79%202.5-4s-1.12-4-2.5-4s-2.5%201.79-2.5%204s1.12%204%202.5%204M20%2022c0%202.21-1.12%204-2.5%204S15%2024.21%2015%2022s1.12-4%202.5-4s2.5%201.79%202.5%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2031v6a4%204%200%200%200%208%200v-6h-3v4a1%201%200%201%201-2%200v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2024c0%208.611-6.047%2015.81-14.126%2017.582A5.98%205.98%200%200%201%2024%2043a5.98%205.98%200%200%201-3.874-1.418C12.047%2039.81%206%2032.612%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTongueNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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