mango from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
mango
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the mango emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" d="M45.426 13.117a8 8 0 0 1 2.093.884c4.328 2.431 8.006 6.359 8.896 11.384a18 18 0 0 1-1.54 10.175a27.03 27.03 0 0 1-8.703 10.929c-3.038 2.24-6.604 3.892-8.971 6.83c-2.237 2.779-3.44 6.703-6.704 8.14a8.08 8.08 0 0 1-5.088.253C9.702 57.984 11.861 34.58 19.147 24.605l.023-.033a27.44 27.44 0 0 1 12.937-9.398c3.714-1.342 9.335-2.965 13.32-2.057Z"/><path fill="#f1b31c" stroke="#f1b31c" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M56.363 25.385c-.89-5.025-4.567-8.953-8.895-11.384a8.5 8.5 0 0 0-1.899-.828a15.52 15.52 0 0 1 5.538 9.058a18 18 0 0 1-1.54 10.175a27.03 27.03 0 0 1-8.704 10.929c-3.037 2.24-6.603 3.892-8.97 6.83c-2.238 2.779-3.44 6.703-6.704 8.14a8.08 8.08 0 0 1-5.088.253q-.695-.166-1.343-.384a14 14 0 0 0 6.6 3.538a8.08 8.08 0 0 0 5.087-.253c3.265-1.437 4.467-5.361 6.704-8.139c2.367-2.939 5.934-4.592 8.97-6.831a27.03 27.03 0 0 0 8.705-10.929a18 18 0 0 0 1.54-10.175"/><path fill="#b1cc33" d="M40 11.453s-3.899 6.133-9.468 7.904S18 18.676 18 18.676s3.899-6.133 9.468-7.905S40 11.453 40 11.453"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M47.69 14c4.425 2.432 8.184 6.36 9.094 11.385a17.63 17.63 0 0 1-1.573 10.175a27.14 27.14 0 0 1-8.898 10.929c-3.105 2.24-6.751 3.892-9.171 6.83c-2.287 2.779-3.516 6.703-6.854 8.14a8.43 8.43 0 0 1-5.2.253c-16.06-3.728-13.852-27.132-6.404-37.107l.024-.033A21.5 21.5 0 0 1 23 20M41 8.5V14"/><path d="M40 11.453s-3.899 6.133-9.468 7.904S18 18.676 18 18.676s3.899-6.133 9.468-7.905S40 11.453 40 11.453"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMango(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" strokeMiterlimit="10" strokeWidth="2" d="M45.426 13.117a8 8 0 0 1 2.093.884c4.328 2.431 8.006 6.359 8.896 11.384a18 18 0 0 1-1.54 10.175a27.03 27.03 0 0 1-8.703 10.929c-3.038 2.24-6.604 3.892-8.971 6.83c-2.237 2.779-3.44 6.703-6.704 8.14a8.08 8.08 0 0 1-5.088.253C9.702 57.984 11.861 34.58 19.147 24.605l.023-.033a27.44 27.44 0 0 1 12.937-9.398c3.714-1.342 9.335-2.965 13.32-2.057Z"/><path fill="#f1b31c" stroke="#f1b31c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M56.363 25.385c-.89-5.025-4.567-8.953-8.895-11.384a8.5 8.5 0 0 0-1.899-.828a15.52 15.52 0 0 1 5.538 9.058a18 18 0 0 1-1.54 10.175a27.03 27.03 0 0 1-8.704 10.929c-3.037 2.24-6.603 3.892-8.97 6.83c-2.238 2.779-3.44 6.703-6.704 8.14a8.08 8.08 0 0 1-5.088.253q-.695-.166-1.343-.384a14 14 0 0 0 6.6 3.538a8.08 8.08 0 0 0 5.087-.253c3.265-1.437 4.467-5.361 6.704-8.139c2.367-2.939 5.934-4.592 8.97-6.831a27.03 27.03 0 0 0 8.705-10.929a18 18 0 0 0 1.54-10.175"/><path fill="#b1cc33" d="M40 11.453s-3.899 6.133-9.468 7.904S18 18.676 18 18.676s3.899-6.133 9.468-7.905S40 11.453 40 11.453"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M47.69 14c4.425 2.432 8.184 6.36 9.094 11.385a17.63 17.63 0 0 1-1.573 10.175a27.14 27.14 0 0 1-8.898 10.929c-3.105 2.24-6.751 3.892-9.171 6.83c-2.287 2.779-3.516 6.703-6.854 8.14a8.43 8.43 0 0 1-5.2.253c-16.06-3.728-13.852-27.132-6.404-37.107l.024-.033A21.5 21.5 0 0 1 23 20M41 8.5V14"/><path d="M40 11.453s-3.899 6.133-9.468 7.904S18 18.676 18 18.676s3.899-6.133 9.468-7.905S40 11.453 40 11.453"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" d="M45.426 13.117a8 8 0 0 1 2.093.884c4.328 2.431 8.006 6.359 8.896 11.384a18 18 0 0 1-1.54 10.175a27.03 27.03 0 0 1-8.703 10.929c-3.038 2.24-6.604 3.892-8.971 6.83c-2.237 2.779-3.44 6.703-6.704 8.14a8.08 8.08 0 0 1-5.088.253C9.702 57.984 11.861 34.58 19.147 24.605l.023-.033a27.44 27.44 0 0 1 12.937-9.398c3.714-1.342 9.335-2.965 13.32-2.057Z"/><path fill="#f1b31c" stroke="#f1b31c" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M56.363 25.385c-.89-5.025-4.567-8.953-8.895-11.384a8.5 8.5 0 0 0-1.899-.828a15.52 15.52 0 0 1 5.538 9.058a18 18 0 0 1-1.54 10.175a27.03 27.03 0 0 1-8.704 10.929c-3.037 2.24-6.603 3.892-8.97 6.83c-2.238 2.779-3.44 6.703-6.704 8.14a8.08 8.08 0 0 1-5.088.253q-.695-.166-1.343-.384a14 14 0 0 0 6.6 3.538a8.08 8.08 0 0 0 5.087-.253c3.265-1.437 4.467-5.361 6.704-8.139c2.367-2.939 5.934-4.592 8.97-6.831a27.03 27.03 0 0 0 8.705-10.929a18 18 0 0 0 1.54-10.175"/><path fill="#b1cc33" d="M40 11.453s-3.899 6.133-9.468 7.904S18 18.676 18 18.676s3.899-6.133 9.468-7.905S40 11.453 40 11.453"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M47.69 14c4.425 2.432 8.184 6.36 9.094 11.385a17.63 17.63 0 0 1-1.573 10.175a27.14 27.14 0 0 1-8.898 10.929c-3.105 2.24-6.751 3.892-9.171 6.83c-2.287 2.779-3.516 6.703-6.854 8.14a8.43 8.43 0 0 1-5.2.253c-16.06-3.728-13.852-27.132-6.404-37.107l.024-.033A21.5 21.5 0 0 1 23 20M41 8.5V14"/><path d="M40 11.453s-3.899 6.133-9.468 7.904S18 18.676 18 18.676s3.899-6.133 9.468-7.905S40 11.453 40 11.453"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.426%2013.117a8%208%200%200%201%202.093.884c4.328%202.431%208.006%206.359%208.896%2011.384a18%2018%200%200%201-1.54%2010.175a27.03%2027.03%200%200%201-8.703%2010.929c-3.038%202.24-6.604%203.892-8.971%206.83c-2.237%202.779-3.44%206.703-6.704%208.14a8.08%208.08%200%200%201-5.088.253C9.702%2057.984%2011.861%2034.58%2019.147%2024.605l.023-.033a27.44%2027.44%200%200%201%2012.937-9.398c3.714-1.342%209.335-2.965%2013.32-2.057Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M56.363%2025.385c-.89-5.025-4.567-8.953-8.895-11.384a8.5%208.5%200%200%200-1.899-.828a15.52%2015.52%200%200%201%205.538%209.058a18%2018%200%200%201-1.54%2010.175a27.03%2027.03%200%200%201-8.704%2010.929c-3.037%202.24-6.603%203.892-8.97%206.83c-2.238%202.779-3.44%206.703-6.704%208.14a8.08%208.08%200%200%201-5.088.253q-.695-.166-1.343-.384a14%2014%200%200%200%206.6%203.538a8.08%208.08%200%200%200%205.087-.253c3.265-1.437%204.467-5.361%206.704-8.139c2.367-2.939%205.934-4.592%208.97-6.831a27.03%2027.03%200%200%200%208.705-10.929a18%2018%200%200%200%201.54-10.175%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M40%2011.453s-3.899%206.133-9.468%207.904S18%2018.676%2018%2018.676s3.899-6.133%209.468-7.905S40%2011.453%2040%2011.453%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M47.69%2014c4.425%202.432%208.184%206.36%209.094%2011.385a17.63%2017.63%200%200%201-1.573%2010.175a27.14%2027.14%200%200%201-8.898%2010.929c-3.105%202.24-6.751%203.892-9.171%206.83c-2.287%202.779-3.516%206.703-6.854%208.14a8.43%208.43%200%200%201-5.2.253c-16.06-3.728-13.852-27.132-6.404-37.107l.024-.033A21.5%2021.5%200%200%201%2023%2020M41%208.5V14%22%2F%3E%3Cpath%20d%3D%22M40%2011.453s-3.899%206.133-9.468%207.904S18%2018.676%2018%2018.676s3.899-6.133%209.468-7.905S40%2011.453%2040%2011.453%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.426%2013.117a8%208%200%200%201%202.093.884c4.328%202.431%208.006%206.359%208.896%2011.384a18%2018%200%200%201-1.54%2010.175a27.03%2027.03%200%200%201-8.703%2010.929c-3.038%202.24-6.604%203.892-8.971%206.83c-2.237%202.779-3.44%206.703-6.704%208.14a8.08%208.08%200%200%201-5.088.253C9.702%2057.984%2011.861%2034.58%2019.147%2024.605l.023-.033a27.44%2027.44%200%200%201%2012.937-9.398c3.714-1.342%209.335-2.965%2013.32-2.057Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M56.363%2025.385c-.89-5.025-4.567-8.953-8.895-11.384a8.5%208.5%200%200%200-1.899-.828a15.52%2015.52%200%200%201%205.538%209.058a18%2018%200%200%201-1.54%2010.175a27.03%2027.03%200%200%201-8.704%2010.929c-3.037%202.24-6.603%203.892-8.97%206.83c-2.238%202.779-3.44%206.703-6.704%208.14a8.08%208.08%200%200%201-5.088.253q-.695-.166-1.343-.384a14%2014%200%200%200%206.6%203.538a8.08%208.08%200%200%200%205.087-.253c3.265-1.437%204.467-5.361%206.704-8.139c2.367-2.939%205.934-4.592%208.97-6.831a27.03%2027.03%200%200%200%208.705-10.929a18%2018%200%200%200%201.54-10.175%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M40%2011.453s-3.899%206.133-9.468%207.904S18%2018.676%2018%2018.676s3.899-6.133%209.468-7.905S40%2011.453%2040%2011.453%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M47.69%2014c4.425%202.432%208.184%206.36%209.094%2011.385a17.63%2017.63%200%200%201-1.573%2010.175a27.14%2027.14%200%200%201-8.898%2010.929c-3.105%202.24-6.751%203.892-9.171%206.83c-2.287%202.779-3.516%206.703-6.854%208.14a8.43%208.43%200%200%201-5.2.253c-16.06-3.728-13.852-27.132-6.404-37.107l.024-.033A21.5%2021.5%200%200%201%2023%2020M41%208.5V14%22%2F%3E%3Cpath%20d%3D%22M40%2011.453s-3.899%206.133-9.468%207.904S18%2018.676%2018%2018.676s3.899-6.133%209.468-7.905S40%2011.453%2040%2011.453%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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