mango from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.

Name
mango
Set
Noto Emoji
Style
Default
Category
Food & Drink
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More food & drink icons from Noto Emoji

Use the mango emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGCwxsucJm1" cx="75.424" cy="-61.613" r="183.963" gradientUnits="userSpaceOnUse"><stop offset=".532" stop-color="#f33a1f"/><stop offset=".615" stop-color="#f86922"/><stop offset=".696" stop-color="#fd9124"/><stop offset=".739" stop-color="#ffa025"/><stop offset=".793" stop-color="#fca025"/><stop offset=".839" stop-color="#f1a124"/><stop offset=".883" stop-color="#dfa222"/><stop offset=".925" stop-color="#c7a41f"/><stop offset=".962" stop-color="#aaa61c"/></radialGradient><path fill="url(#SVGCwxsucJm1)" d="M4.03 89.43c-1.2 6.01 5.66 29.12 41.45 33.74c18.39 2.37 36.45-4.16 50.75-15.11S119.3 83 122.31 70.11c4.63-19.85-.69-49.82-40.06-51.59c-40.26-1.81-53.79 40.28-62.23 52.65C9.86 86.08 5.12 84 4.03 89.43"/><path fill="#dc0d27" d="M41.89 36.33s13.57 6.9 34.61 5.44c17.03-1.18 23.73-9.54 23.73-9.54s7.49 2.06 12.46.74c1.99-.53 2.42-1.61-.01-4.13c-3.67-3.82-16.27-10.89-34.85-9.7c-23.25 1.51-35.94 17.19-35.94 17.19"/><path fill="#ffebc9" d="M26.04 76.62c2.36 3.93 9.35-1.14 14.27-6.07c7.1-7.12 10.33-13.64 12.22-16.95s4.45-10.44-.71-11.59c-5.37-1.19-6.96 5.45-9.72 10.34s-6.6 10.71-9.68 14.5c-3.27 4.03-7.78 7.44-6.38 9.77"/><path fill="#6d4c41" d="M102.36 24.98c-.68 2.97 2.05 5.05 3.94 6.54s6.15 2.05 7.57 1.02c1.42-1.02-.16-4.02.87-5.83c1.02-1.81 2.84-4.02.63-5.52c-1.85-1.26-4.34-1.73-6.62-1.26s-2.29 2.21-3.23 2.68c-.96.48-2.93 1.35-3.16 2.37"/><path fill="#518e30" d="M100.14 25.88c-2.52 1.1-9.94 6.95-27.26 8.28c-19.1 1.47-41.53-.8-45.27-1.33s-10.12-.78-10.03-2.38c.13-2.4 2.61-1.63 7.61-3.07c6.01-1.74 12.15-4.14 16.83-6.94c7.18-4.31 21.8-15.09 36.19-15.36c15.76-.29 20.83 4.67 24.7 8.81s3.93 8.48 2.86 10.22c-1.06 1.74-2.56.44-5.63 1.77"/><path fill="#366918" d="M50.46 24.92c.37.46 7.35.72 11.24.59c8.88-.29 15.91-2.65 24.66-3.63s16.38 0 16.67-.34c.53-.62-4.84-7.92-22.41-5.95c-6.47.73-14.79 4.02-20.53 6.31c-3.66 1.49-9.98 2.58-9.63 3.02"/></svg>

React

import type { SVGProps } from "react";

export function NotoMango(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGCwxsucJm1" cx="75.424" cy="-61.613" r="183.963" gradientUnits="userSpaceOnUse"><stop offset=".532" stopColor="#f33a1f"/><stop offset=".615" stopColor="#f86922"/><stop offset=".696" stopColor="#fd9124"/><stop offset=".739" stopColor="#ffa025"/><stop offset=".793" stopColor="#fca025"/><stop offset=".839" stopColor="#f1a124"/><stop offset=".883" stopColor="#dfa222"/><stop offset=".925" stopColor="#c7a41f"/><stop offset=".962" stopColor="#aaa61c"/></radialGradient><path fill="url(#SVGCwxsucJm1)" d="M4.03 89.43c-1.2 6.01 5.66 29.12 41.45 33.74c18.39 2.37 36.45-4.16 50.75-15.11S119.3 83 122.31 70.11c4.63-19.85-.69-49.82-40.06-51.59c-40.26-1.81-53.79 40.28-62.23 52.65C9.86 86.08 5.12 84 4.03 89.43"/><path fill="#dc0d27" d="M41.89 36.33s13.57 6.9 34.61 5.44c17.03-1.18 23.73-9.54 23.73-9.54s7.49 2.06 12.46.74c1.99-.53 2.42-1.61-.01-4.13c-3.67-3.82-16.27-10.89-34.85-9.7c-23.25 1.51-35.94 17.19-35.94 17.19"/><path fill="#ffebc9" d="M26.04 76.62c2.36 3.93 9.35-1.14 14.27-6.07c7.1-7.12 10.33-13.64 12.22-16.95s4.45-10.44-.71-11.59c-5.37-1.19-6.96 5.45-9.72 10.34s-6.6 10.71-9.68 14.5c-3.27 4.03-7.78 7.44-6.38 9.77"/><path fill="#6d4c41" d="M102.36 24.98c-.68 2.97 2.05 5.05 3.94 6.54s6.15 2.05 7.57 1.02c1.42-1.02-.16-4.02.87-5.83c1.02-1.81 2.84-4.02.63-5.52c-1.85-1.26-4.34-1.73-6.62-1.26s-2.29 2.21-3.23 2.68c-.96.48-2.93 1.35-3.16 2.37"/><path fill="#518e30" d="M100.14 25.88c-2.52 1.1-9.94 6.95-27.26 8.28c-19.1 1.47-41.53-.8-45.27-1.33s-10.12-.78-10.03-2.38c.13-2.4 2.61-1.63 7.61-3.07c6.01-1.74 12.15-4.14 16.83-6.94c7.18-4.31 21.8-15.09 36.19-15.36c15.76-.29 20.83 4.67 24.7 8.81s3.93 8.48 2.86 10.22c-1.06 1.74-2.56.44-5.63 1.77"/><path fill="#366918" d="M50.46 24.92c.37.46 7.35.72 11.24.59c8.88-.29 15.91-2.65 24.66-3.63s16.38 0 16.67-.34c.53-.62-4.84-7.92-22.41-5.95c-6.47.73-14.79 4.02-20.53 6.31c-3.66 1.49-9.98 2.58-9.63 3.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGCwxsucJm1" cx="75.424" cy="-61.613" r="183.963" gradientUnits="userSpaceOnUse"><stop offset=".532" stop-color="#f33a1f"/><stop offset=".615" stop-color="#f86922"/><stop offset=".696" stop-color="#fd9124"/><stop offset=".739" stop-color="#ffa025"/><stop offset=".793" stop-color="#fca025"/><stop offset=".839" stop-color="#f1a124"/><stop offset=".883" stop-color="#dfa222"/><stop offset=".925" stop-color="#c7a41f"/><stop offset=".962" stop-color="#aaa61c"/></radialGradient><path fill="url(#SVGCwxsucJm1)" d="M4.03 89.43c-1.2 6.01 5.66 29.12 41.45 33.74c18.39 2.37 36.45-4.16 50.75-15.11S119.3 83 122.31 70.11c4.63-19.85-.69-49.82-40.06-51.59c-40.26-1.81-53.79 40.28-62.23 52.65C9.86 86.08 5.12 84 4.03 89.43"/><path fill="#dc0d27" d="M41.89 36.33s13.57 6.9 34.61 5.44c17.03-1.18 23.73-9.54 23.73-9.54s7.49 2.06 12.46.74c1.99-.53 2.42-1.61-.01-4.13c-3.67-3.82-16.27-10.89-34.85-9.7c-23.25 1.51-35.94 17.19-35.94 17.19"/><path fill="#ffebc9" d="M26.04 76.62c2.36 3.93 9.35-1.14 14.27-6.07c7.1-7.12 10.33-13.64 12.22-16.95s4.45-10.44-.71-11.59c-5.37-1.19-6.96 5.45-9.72 10.34s-6.6 10.71-9.68 14.5c-3.27 4.03-7.78 7.44-6.38 9.77"/><path fill="#6d4c41" d="M102.36 24.98c-.68 2.97 2.05 5.05 3.94 6.54s6.15 2.05 7.57 1.02c1.42-1.02-.16-4.02.87-5.83c1.02-1.81 2.84-4.02.63-5.52c-1.85-1.26-4.34-1.73-6.62-1.26s-2.29 2.21-3.23 2.68c-.96.48-2.93 1.35-3.16 2.37"/><path fill="#518e30" d="M100.14 25.88c-2.52 1.1-9.94 6.95-27.26 8.28c-19.1 1.47-41.53-.8-45.27-1.33s-10.12-.78-10.03-2.38c.13-2.4 2.61-1.63 7.61-3.07c6.01-1.74 12.15-4.14 16.83-6.94c7.18-4.31 21.8-15.09 36.19-15.36c15.76-.29 20.83 4.67 24.7 8.81s3.93 8.48 2.86 10.22c-1.06 1.74-2.56.44-5.63 1.77"/><path fill="#366918" d="M50.46 24.92c.37.46 7.35.72 11.24.59c8.88-.29 15.91-2.65 24.66-3.63s16.38 0 16.67-.34c.53-.62-4.84-7.92-22.41-5.95c-6.47.73-14.79 4.02-20.53 6.31c-3.66 1.49-9.98 2.58-9.63 3.02"/></svg>
</template>

CSS

.icon-mango {
  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%3CradialGradient%20id%3D%22SVGCwxsucJm1%22%20cx%3D%2275.424%22%20cy%3D%22-61.613%22%20r%3D%22183.963%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.532%22%20stop-color%3D%22%23f33a1f%22%2F%3E%3Cstop%20offset%3D%22.615%22%20stop-color%3D%22%23f86922%22%2F%3E%3Cstop%20offset%3D%22.696%22%20stop-color%3D%22%23fd9124%22%2F%3E%3Cstop%20offset%3D%22.739%22%20stop-color%3D%22%23ffa025%22%2F%3E%3Cstop%20offset%3D%22.793%22%20stop-color%3D%22%23fca025%22%2F%3E%3Cstop%20offset%3D%22.839%22%20stop-color%3D%22%23f1a124%22%2F%3E%3Cstop%20offset%3D%22.883%22%20stop-color%3D%22%23dfa222%22%2F%3E%3Cstop%20offset%3D%22.925%22%20stop-color%3D%22%23c7a41f%22%2F%3E%3Cstop%20offset%3D%22.962%22%20stop-color%3D%22%23aaa61c%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGCwxsucJm1)%22%20d%3D%22M4.03%2089.43c-1.2%206.01%205.66%2029.12%2041.45%2033.74c18.39%202.37%2036.45-4.16%2050.75-15.11S119.3%2083%20122.31%2070.11c4.63-19.85-.69-49.82-40.06-51.59c-40.26-1.81-53.79%2040.28-62.23%2052.65C9.86%2086.08%205.12%2084%204.03%2089.43%22%2F%3E%3Cpath%20fill%3D%22%23dc0d27%22%20d%3D%22M41.89%2036.33s13.57%206.9%2034.61%205.44c17.03-1.18%2023.73-9.54%2023.73-9.54s7.49%202.06%2012.46.74c1.99-.53%202.42-1.61-.01-4.13c-3.67-3.82-16.27-10.89-34.85-9.7c-23.25%201.51-35.94%2017.19-35.94%2017.19%22%2F%3E%3Cpath%20fill%3D%22%23ffebc9%22%20d%3D%22M26.04%2076.62c2.36%203.93%209.35-1.14%2014.27-6.07c7.1-7.12%2010.33-13.64%2012.22-16.95s4.45-10.44-.71-11.59c-5.37-1.19-6.96%205.45-9.72%2010.34s-6.6%2010.71-9.68%2014.5c-3.27%204.03-7.78%207.44-6.38%209.77%22%2F%3E%3Cpath%20fill%3D%22%236d4c41%22%20d%3D%22M102.36%2024.98c-.68%202.97%202.05%205.05%203.94%206.54s6.15%202.05%207.57%201.02c1.42-1.02-.16-4.02.87-5.83c1.02-1.81%202.84-4.02.63-5.52c-1.85-1.26-4.34-1.73-6.62-1.26s-2.29%202.21-3.23%202.68c-.96.48-2.93%201.35-3.16%202.37%22%2F%3E%3Cpath%20fill%3D%22%23518e30%22%20d%3D%22M100.14%2025.88c-2.52%201.1-9.94%206.95-27.26%208.28c-19.1%201.47-41.53-.8-45.27-1.33s-10.12-.78-10.03-2.38c.13-2.4%202.61-1.63%207.61-3.07c6.01-1.74%2012.15-4.14%2016.83-6.94c7.18-4.31%2021.8-15.09%2036.19-15.36c15.76-.29%2020.83%204.67%2024.7%208.81s3.93%208.48%202.86%2010.22c-1.06%201.74-2.56.44-5.63%201.77%22%2F%3E%3Cpath%20fill%3D%22%23366918%22%20d%3D%22M50.46%2024.92c.37.46%207.35.72%2011.24.59c8.88-.29%2015.91-2.65%2024.66-3.63s16.38%200%2016.67-.34c.53-.62-4.84-7.92-22.41-5.95c-6.47.73-14.79%204.02-20.53%206.31c-3.66%201.49-9.98%202.58-9.63%203.02%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%3CradialGradient%20id%3D%22SVGCwxsucJm1%22%20cx%3D%2275.424%22%20cy%3D%22-61.613%22%20r%3D%22183.963%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.532%22%20stop-color%3D%22%23f33a1f%22%2F%3E%3Cstop%20offset%3D%22.615%22%20stop-color%3D%22%23f86922%22%2F%3E%3Cstop%20offset%3D%22.696%22%20stop-color%3D%22%23fd9124%22%2F%3E%3Cstop%20offset%3D%22.739%22%20stop-color%3D%22%23ffa025%22%2F%3E%3Cstop%20offset%3D%22.793%22%20stop-color%3D%22%23fca025%22%2F%3E%3Cstop%20offset%3D%22.839%22%20stop-color%3D%22%23f1a124%22%2F%3E%3Cstop%20offset%3D%22.883%22%20stop-color%3D%22%23dfa222%22%2F%3E%3Cstop%20offset%3D%22.925%22%20stop-color%3D%22%23c7a41f%22%2F%3E%3Cstop%20offset%3D%22.962%22%20stop-color%3D%22%23aaa61c%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGCwxsucJm1)%22%20d%3D%22M4.03%2089.43c-1.2%206.01%205.66%2029.12%2041.45%2033.74c18.39%202.37%2036.45-4.16%2050.75-15.11S119.3%2083%20122.31%2070.11c4.63-19.85-.69-49.82-40.06-51.59c-40.26-1.81-53.79%2040.28-62.23%2052.65C9.86%2086.08%205.12%2084%204.03%2089.43%22%2F%3E%3Cpath%20fill%3D%22%23dc0d27%22%20d%3D%22M41.89%2036.33s13.57%206.9%2034.61%205.44c17.03-1.18%2023.73-9.54%2023.73-9.54s7.49%202.06%2012.46.74c1.99-.53%202.42-1.61-.01-4.13c-3.67-3.82-16.27-10.89-34.85-9.7c-23.25%201.51-35.94%2017.19-35.94%2017.19%22%2F%3E%3Cpath%20fill%3D%22%23ffebc9%22%20d%3D%22M26.04%2076.62c2.36%203.93%209.35-1.14%2014.27-6.07c7.1-7.12%2010.33-13.64%2012.22-16.95s4.45-10.44-.71-11.59c-5.37-1.19-6.96%205.45-9.72%2010.34s-6.6%2010.71-9.68%2014.5c-3.27%204.03-7.78%207.44-6.38%209.77%22%2F%3E%3Cpath%20fill%3D%22%236d4c41%22%20d%3D%22M102.36%2024.98c-.68%202.97%202.05%205.05%203.94%206.54s6.15%202.05%207.57%201.02c1.42-1.02-.16-4.02.87-5.83c1.02-1.81%202.84-4.02.63-5.52c-1.85-1.26-4.34-1.73-6.62-1.26s-2.29%202.21-3.23%202.68c-.96.48-2.93%201.35-3.16%202.37%22%2F%3E%3Cpath%20fill%3D%22%23518e30%22%20d%3D%22M100.14%2025.88c-2.52%201.1-9.94%206.95-27.26%208.28c-19.1%201.47-41.53-.8-45.27-1.33s-10.12-.78-10.03-2.38c.13-2.4%202.61-1.63%207.61-3.07c6.01-1.74%2012.15-4.14%2016.83-6.94c7.18-4.31%2021.8-15.09%2036.19-15.36c15.76-.29%2020.83%204.67%2024.7%208.81s3.93%208.48%202.86%2010.22c-1.06%201.74-2.56.44-5.63%201.77%22%2F%3E%3Cpath%20fill%3D%22%23366918%22%20d%3D%22M50.46%2024.92c.37.46%207.35.72%2011.24.59c8.88-.29%2015.91-2.65%2024.66-3.63s16.38%200%2016.67-.34c.53-.62-4.84-7.92-22.41-5.95c-6.47.73-14.79%204.02-20.53%206.31c-3.66%201.49-9.98%202.58-9.63%203.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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