tongue from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.

Name
tongue
Set
Noto Emoji
Style
Default
Category
People & Body
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More people & body icons from Noto Emoji

Use the tongue emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="none" d="M86.12 154.77v-.28"/><path fill="#424242" d="M120.77 11.74c-7.7 2.94-31.25 9.63-56.77 9.65c-25.52-.02-49.07-6.71-56.77-9.65c-1.42-.54-2.87.84-2.75 2.35C11.14 31.72 35.28 50.73 64 50.77c28.72-.04 52.86-19.06 59.52-36.68c.12-1.51-1.33-2.89-2.75-2.35"/><path fill="#c41b59" d="M100.04 31.58c-2.73-1.56-8.23-2.65-13.18-2.91c-11.24-.61-14.91 3.16-22.86 3.18c-7.95-.02-11.62-3.79-22.86-3.18c-4.95.27-10.45 1.36-13.18 2.91c-5.26 3-4.34 6.61-.53 8.88c9.93 5.91 22.68 12.15 35.68 12.17c.3 0 .59-.01.89-.02c.3 0 .59.02.89.02c13-.02 25.75-6.26 35.68-12.17c3.81-2.27 4.72-5.88-.53-8.88"/><radialGradient id="SVG2GKBgbrx" cx="66.964" cy="27.812" r="74.751" gradientTransform="matrix(1 0 0 1.0804 0 -2.003)" gradientUnits="userSpaceOnUse"><stop offset=".053" stop-color="#e92c6c"/><stop offset="1" stop-color="#f06a97"/></radialGradient><path fill="url(#SVG2GKBgbrx)" d="M110.89 76.66c-3.05-30.02-8.19-37.72-13.47-40.53c-6.7-3.56-12.97-3.02-16.37-2.32c-9.28 1.93-10.92 3.58-15.72 3.58s-7.33-1.64-16.6-3.57c-3.4-.71-9.67-1.25-16.37 2.32c-5.28 2.81-10.42 10.51-13.47 40.53c-2.04 20.05 11.73 40.53 45.97 40.53h.06c34.24-.01 48-20.49 45.97-40.54"/><linearGradient id="SVGmo9Bhb7k" x1="64.885" x2="64.885" y1="39.355" y2="88.951" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c41b59"/><stop offset="1" stop-color="#c41b59" stop-opacity="0"/></linearGradient><path fill="url(#SVGmo9Bhb7k)" d="M64 33.3c-3.04 0-22.45-1.12-16.55.31c6.95 1.69 9.34 5.7 11.88 11.55C64 55.9 62.77 83.2 64.63 83.39c1.86.2 3.59-14.65 3.98-32.63c.3-13.83 9.26-17.19 14.81-17.41c.01.01-16.38-.05-19.42-.05"/><radialGradient id="SVGotCQEcGn" cx="65.072" cy="72.22" r="73.436" gradientTransform="matrix(.9546 0 0 .5017 2.917 34.337)" gradientUnits="userSpaceOnUse"><stop offset=".672" stop-color="#ff9cbd" stop-opacity="0"/><stop offset="1" stop-color="#ff9cbd"/></radialGradient><path fill="url(#SVGotCQEcGn)" d="M22.26 78.08c0-15.55 6.61 7.48 42.6 7.48s42.12-21.76 42.12-6.22s-19.57 29.39-42.12 29.39s-42.6-15.11-42.6-30.65" opacity=".75"/></svg>

React

import type { SVGProps } from "react";

export function NotoTongue(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="none" d="M86.12 154.77v-.28"/><path fill="#424242" d="M120.77 11.74c-7.7 2.94-31.25 9.63-56.77 9.65c-25.52-.02-49.07-6.71-56.77-9.65c-1.42-.54-2.87.84-2.75 2.35C11.14 31.72 35.28 50.73 64 50.77c28.72-.04 52.86-19.06 59.52-36.68c.12-1.51-1.33-2.89-2.75-2.35"/><path fill="#c41b59" d="M100.04 31.58c-2.73-1.56-8.23-2.65-13.18-2.91c-11.24-.61-14.91 3.16-22.86 3.18c-7.95-.02-11.62-3.79-22.86-3.18c-4.95.27-10.45 1.36-13.18 2.91c-5.26 3-4.34 6.61-.53 8.88c9.93 5.91 22.68 12.15 35.68 12.17c.3 0 .59-.01.89-.02c.3 0 .59.02.89.02c13-.02 25.75-6.26 35.68-12.17c3.81-2.27 4.72-5.88-.53-8.88"/><radialGradient id="SVG2GKBgbrx" cx="66.964" cy="27.812" r="74.751" gradientTransform="matrix(1 0 0 1.0804 0 -2.003)" gradientUnits="userSpaceOnUse"><stop offset=".053" stopColor="#e92c6c"/><stop offset="1" stopColor="#f06a97"/></radialGradient><path fill="url(#SVG2GKBgbrx)" d="M110.89 76.66c-3.05-30.02-8.19-37.72-13.47-40.53c-6.7-3.56-12.97-3.02-16.37-2.32c-9.28 1.93-10.92 3.58-15.72 3.58s-7.33-1.64-16.6-3.57c-3.4-.71-9.67-1.25-16.37 2.32c-5.28 2.81-10.42 10.51-13.47 40.53c-2.04 20.05 11.73 40.53 45.97 40.53h.06c34.24-.01 48-20.49 45.97-40.54"/><linearGradient id="SVGmo9Bhb7k" x1="64.885" x2="64.885" y1="39.355" y2="88.951" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#c41b59"/><stop offset="1" stopColor="#c41b59" stopOpacity="0"/></linearGradient><path fill="url(#SVGmo9Bhb7k)" d="M64 33.3c-3.04 0-22.45-1.12-16.55.31c6.95 1.69 9.34 5.7 11.88 11.55C64 55.9 62.77 83.2 64.63 83.39c1.86.2 3.59-14.65 3.98-32.63c.3-13.83 9.26-17.19 14.81-17.41c.01.01-16.38-.05-19.42-.05"/><radialGradient id="SVGotCQEcGn" cx="65.072" cy="72.22" r="73.436" gradientTransform="matrix(.9546 0 0 .5017 2.917 34.337)" gradientUnits="userSpaceOnUse"><stop offset=".672" stopColor="#ff9cbd" stopOpacity="0"/><stop offset="1" stopColor="#ff9cbd"/></radialGradient><path fill="url(#SVGotCQEcGn)" d="M22.26 78.08c0-15.55 6.61 7.48 42.6 7.48s42.12-21.76 42.12-6.22s-19.57 29.39-42.12 29.39s-42.6-15.11-42.6-30.65" opacity=".75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="none" d="M86.12 154.77v-.28"/><path fill="#424242" d="M120.77 11.74c-7.7 2.94-31.25 9.63-56.77 9.65c-25.52-.02-49.07-6.71-56.77-9.65c-1.42-.54-2.87.84-2.75 2.35C11.14 31.72 35.28 50.73 64 50.77c28.72-.04 52.86-19.06 59.52-36.68c.12-1.51-1.33-2.89-2.75-2.35"/><path fill="#c41b59" d="M100.04 31.58c-2.73-1.56-8.23-2.65-13.18-2.91c-11.24-.61-14.91 3.16-22.86 3.18c-7.95-.02-11.62-3.79-22.86-3.18c-4.95.27-10.45 1.36-13.18 2.91c-5.26 3-4.34 6.61-.53 8.88c9.93 5.91 22.68 12.15 35.68 12.17c.3 0 .59-.01.89-.02c.3 0 .59.02.89.02c13-.02 25.75-6.26 35.68-12.17c3.81-2.27 4.72-5.88-.53-8.88"/><radialGradient id="SVG2GKBgbrx" cx="66.964" cy="27.812" r="74.751" gradientTransform="matrix(1 0 0 1.0804 0 -2.003)" gradientUnits="userSpaceOnUse"><stop offset=".053" stop-color="#e92c6c"/><stop offset="1" stop-color="#f06a97"/></radialGradient><path fill="url(#SVG2GKBgbrx)" d="M110.89 76.66c-3.05-30.02-8.19-37.72-13.47-40.53c-6.7-3.56-12.97-3.02-16.37-2.32c-9.28 1.93-10.92 3.58-15.72 3.58s-7.33-1.64-16.6-3.57c-3.4-.71-9.67-1.25-16.37 2.32c-5.28 2.81-10.42 10.51-13.47 40.53c-2.04 20.05 11.73 40.53 45.97 40.53h.06c34.24-.01 48-20.49 45.97-40.54"/><linearGradient id="SVGmo9Bhb7k" x1="64.885" x2="64.885" y1="39.355" y2="88.951" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c41b59"/><stop offset="1" stop-color="#c41b59" stop-opacity="0"/></linearGradient><path fill="url(#SVGmo9Bhb7k)" d="M64 33.3c-3.04 0-22.45-1.12-16.55.31c6.95 1.69 9.34 5.7 11.88 11.55C64 55.9 62.77 83.2 64.63 83.39c1.86.2 3.59-14.65 3.98-32.63c.3-13.83 9.26-17.19 14.81-17.41c.01.01-16.38-.05-19.42-.05"/><radialGradient id="SVGotCQEcGn" cx="65.072" cy="72.22" r="73.436" gradientTransform="matrix(.9546 0 0 .5017 2.917 34.337)" gradientUnits="userSpaceOnUse"><stop offset=".672" stop-color="#ff9cbd" stop-opacity="0"/><stop offset="1" stop-color="#ff9cbd"/></radialGradient><path fill="url(#SVGotCQEcGn)" d="M22.26 78.08c0-15.55 6.61 7.48 42.6 7.48s42.12-21.76 42.12-6.22s-19.57 29.39-42.12 29.39s-42.6-15.11-42.6-30.65" opacity=".75"/></svg>
</template>

CSS

.icon-tongue {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M86.12%20154.77v-.28%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M120.77%2011.74c-7.7%202.94-31.25%209.63-56.77%209.65c-25.52-.02-49.07-6.71-56.77-9.65c-1.42-.54-2.87.84-2.75%202.35C11.14%2031.72%2035.28%2050.73%2064%2050.77c28.72-.04%2052.86-19.06%2059.52-36.68c.12-1.51-1.33-2.89-2.75-2.35%22%2F%3E%3Cpath%20fill%3D%22%23c41b59%22%20d%3D%22M100.04%2031.58c-2.73-1.56-8.23-2.65-13.18-2.91c-11.24-.61-14.91%203.16-22.86%203.18c-7.95-.02-11.62-3.79-22.86-3.18c-4.95.27-10.45%201.36-13.18%202.91c-5.26%203-4.34%206.61-.53%208.88c9.93%205.91%2022.68%2012.15%2035.68%2012.17c.3%200%20.59-.01.89-.02c.3%200%20.59.02.89.02c13-.02%2025.75-6.26%2035.68-12.17c3.81-2.27%204.72-5.88-.53-8.88%22%2F%3E%3CradialGradient%20id%3D%22SVG2GKBgbrx%22%20cx%3D%2266.964%22%20cy%3D%2227.812%22%20r%3D%2274.751%22%20gradientTransform%3D%22matrix(1%200%200%201.0804%200%20-2.003)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.053%22%20stop-color%3D%22%23e92c6c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f06a97%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVG2GKBgbrx)%22%20d%3D%22M110.89%2076.66c-3.05-30.02-8.19-37.72-13.47-40.53c-6.7-3.56-12.97-3.02-16.37-2.32c-9.28%201.93-10.92%203.58-15.72%203.58s-7.33-1.64-16.6-3.57c-3.4-.71-9.67-1.25-16.37%202.32c-5.28%202.81-10.42%2010.51-13.47%2040.53c-2.04%2020.05%2011.73%2040.53%2045.97%2040.53h.06c34.24-.01%2048-20.49%2045.97-40.54%22%2F%3E%3ClinearGradient%20id%3D%22SVGmo9Bhb7k%22%20x1%3D%2264.885%22%20x2%3D%2264.885%22%20y1%3D%2239.355%22%20y2%3D%2288.951%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c41b59%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c41b59%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGmo9Bhb7k)%22%20d%3D%22M64%2033.3c-3.04%200-22.45-1.12-16.55.31c6.95%201.69%209.34%205.7%2011.88%2011.55C64%2055.9%2062.77%2083.2%2064.63%2083.39c1.86.2%203.59-14.65%203.98-32.63c.3-13.83%209.26-17.19%2014.81-17.41c.01.01-16.38-.05-19.42-.05%22%2F%3E%3CradialGradient%20id%3D%22SVGotCQEcGn%22%20cx%3D%2265.072%22%20cy%3D%2272.22%22%20r%3D%2273.436%22%20gradientTransform%3D%22matrix(.9546%200%200%20.5017%202.917%2034.337)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.672%22%20stop-color%3D%22%23ff9cbd%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9cbd%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGotCQEcGn)%22%20d%3D%22M22.26%2078.08c0-15.55%206.61%207.48%2042.6%207.48s42.12-21.76%2042.12-6.22s-19.57%2029.39-42.12%2029.39s-42.6-15.11-42.6-30.65%22%20opacity%3D%22.75%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%20128%20128%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M86.12%20154.77v-.28%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M120.77%2011.74c-7.7%202.94-31.25%209.63-56.77%209.65c-25.52-.02-49.07-6.71-56.77-9.65c-1.42-.54-2.87.84-2.75%202.35C11.14%2031.72%2035.28%2050.73%2064%2050.77c28.72-.04%2052.86-19.06%2059.52-36.68c.12-1.51-1.33-2.89-2.75-2.35%22%2F%3E%3Cpath%20fill%3D%22%23c41b59%22%20d%3D%22M100.04%2031.58c-2.73-1.56-8.23-2.65-13.18-2.91c-11.24-.61-14.91%203.16-22.86%203.18c-7.95-.02-11.62-3.79-22.86-3.18c-4.95.27-10.45%201.36-13.18%202.91c-5.26%203-4.34%206.61-.53%208.88c9.93%205.91%2022.68%2012.15%2035.68%2012.17c.3%200%20.59-.01.89-.02c.3%200%20.59.02.89.02c13-.02%2025.75-6.26%2035.68-12.17c3.81-2.27%204.72-5.88-.53-8.88%22%2F%3E%3CradialGradient%20id%3D%22SVG2GKBgbrx%22%20cx%3D%2266.964%22%20cy%3D%2227.812%22%20r%3D%2274.751%22%20gradientTransform%3D%22matrix(1%200%200%201.0804%200%20-2.003)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.053%22%20stop-color%3D%22%23e92c6c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f06a97%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVG2GKBgbrx)%22%20d%3D%22M110.89%2076.66c-3.05-30.02-8.19-37.72-13.47-40.53c-6.7-3.56-12.97-3.02-16.37-2.32c-9.28%201.93-10.92%203.58-15.72%203.58s-7.33-1.64-16.6-3.57c-3.4-.71-9.67-1.25-16.37%202.32c-5.28%202.81-10.42%2010.51-13.47%2040.53c-2.04%2020.05%2011.73%2040.53%2045.97%2040.53h.06c34.24-.01%2048-20.49%2045.97-40.54%22%2F%3E%3ClinearGradient%20id%3D%22SVGmo9Bhb7k%22%20x1%3D%2264.885%22%20x2%3D%2264.885%22%20y1%3D%2239.355%22%20y2%3D%2288.951%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c41b59%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c41b59%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGmo9Bhb7k)%22%20d%3D%22M64%2033.3c-3.04%200-22.45-1.12-16.55.31c6.95%201.69%209.34%205.7%2011.88%2011.55C64%2055.9%2062.77%2083.2%2064.63%2083.39c1.86.2%203.59-14.65%203.98-32.63c.3-13.83%209.26-17.19%2014.81-17.41c.01.01-16.38-.05-19.42-.05%22%2F%3E%3CradialGradient%20id%3D%22SVGotCQEcGn%22%20cx%3D%2265.072%22%20cy%3D%2272.22%22%20r%3D%2273.436%22%20gradientTransform%3D%22matrix(.9546%200%200%20.5017%202.917%2034.337)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.672%22%20stop-color%3D%22%23ff9cbd%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9cbd%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGotCQEcGn)%22%20d%3D%22M22.26%2078.08c0-15.55%206.61%207.48%2042.6%207.48s42.12-21.76%2042.12-6.22s-19.57%2029.39-42.12%2029.39s-42.6-15.11-42.6-30.65%22%20opacity%3D%22.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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