mushroom from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
mushroom
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the mushroom emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#e84d88" d="M54.7 13.7c-3.2-3.1-7-5.8-10.7-7.8c-.2 5.6-5.5 10-12 10s-11.8-4.5-12-10c-3.8 2-7.6 4.7-10.7 7.8c2.1 3.3 1.1 8.8-2.3 12.8c-1.5 1.7-3.2 2.9-4.9 3.4C3 47.4 16 46.7 32 46.7s29 .7 29.9-16.8c-1.7-.6-3.4-1.7-4.9-3.4c-3.4-4-4.4-9.6-2.3-12.8"/><path fill="#fdeeff" d="M32 15.9c6.5 0 11.8-4.5 12-10C39.4 3.4 35 2 32 2s-7.4 1.4-12 3.9c.2 5.5 5.5 10 12 10M9.3 13.7C5 17.8 2 22.8 2 27.9c0 .7 0 1.4.1 2.1c1.7-.6 3.4-1.7 4.9-3.4c3.4-4.1 4.4-9.7 2.3-12.9m45.4 0c-2.1 3.3-1.1 8.8 2.3 12.8c1.5 1.7 3.2 2.9 4.9 3.4c0-.7.1-1.3.1-2.1c0-5-3-10-7.3-14.1"/><path fill="#a52355" d="M50 41.5c0 4.3-8.1 5.2-18 5.2s-18-.9-18-5.2c0-4.2 8.6-8.1 18-8.1c9.4.1 18 3.9 18 8.1"/><path fill="#e2ccaf" d="M47 64H17s2.8-8.2 3.7-14.9c1-7.6 1.5-13.9 11.3-13.9s10.3 6.3 11.3 13.9C44.2 55.8 47 64 47 64"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneMushroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#e84d88" d="M54.7 13.7c-3.2-3.1-7-5.8-10.7-7.8c-.2 5.6-5.5 10-12 10s-11.8-4.5-12-10c-3.8 2-7.6 4.7-10.7 7.8c2.1 3.3 1.1 8.8-2.3 12.8c-1.5 1.7-3.2 2.9-4.9 3.4C3 47.4 16 46.7 32 46.7s29 .7 29.9-16.8c-1.7-.6-3.4-1.7-4.9-3.4c-3.4-4-4.4-9.6-2.3-12.8"/><path fill="#fdeeff" d="M32 15.9c6.5 0 11.8-4.5 12-10C39.4 3.4 35 2 32 2s-7.4 1.4-12 3.9c.2 5.5 5.5 10 12 10M9.3 13.7C5 17.8 2 22.8 2 27.9c0 .7 0 1.4.1 2.1c1.7-.6 3.4-1.7 4.9-3.4c3.4-4.1 4.4-9.7 2.3-12.9m45.4 0c-2.1 3.3-1.1 8.8 2.3 12.8c1.5 1.7 3.2 2.9 4.9 3.4c0-.7.1-1.3.1-2.1c0-5-3-10-7.3-14.1"/><path fill="#a52355" d="M50 41.5c0 4.3-8.1 5.2-18 5.2s-18-.9-18-5.2c0-4.2 8.6-8.1 18-8.1c9.4.1 18 3.9 18 8.1"/><path fill="#e2ccaf" d="M47 64H17s2.8-8.2 3.7-14.9c1-7.6 1.5-13.9 11.3-13.9s10.3 6.3 11.3 13.9C44.2 55.8 47 64 47 64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#e84d88" d="M54.7 13.7c-3.2-3.1-7-5.8-10.7-7.8c-.2 5.6-5.5 10-12 10s-11.8-4.5-12-10c-3.8 2-7.6 4.7-10.7 7.8c2.1 3.3 1.1 8.8-2.3 12.8c-1.5 1.7-3.2 2.9-4.9 3.4C3 47.4 16 46.7 32 46.7s29 .7 29.9-16.8c-1.7-.6-3.4-1.7-4.9-3.4c-3.4-4-4.4-9.6-2.3-12.8"/><path fill="#fdeeff" d="M32 15.9c6.5 0 11.8-4.5 12-10C39.4 3.4 35 2 32 2s-7.4 1.4-12 3.9c.2 5.5 5.5 10 12 10M9.3 13.7C5 17.8 2 22.8 2 27.9c0 .7 0 1.4.1 2.1c1.7-.6 3.4-1.7 4.9-3.4c3.4-4.1 4.4-9.7 2.3-12.9m45.4 0c-2.1 3.3-1.1 8.8 2.3 12.8c1.5 1.7 3.2 2.9 4.9 3.4c0-.7.1-1.3.1-2.1c0-5-3-10-7.3-14.1"/><path fill="#a52355" d="M50 41.5c0 4.3-8.1 5.2-18 5.2s-18-.9-18-5.2c0-4.2 8.6-8.1 18-8.1c9.4.1 18 3.9 18 8.1"/><path fill="#e2ccaf" d="M47 64H17s2.8-8.2 3.7-14.9c1-7.6 1.5-13.9 11.3-13.9s10.3 6.3 11.3 13.9C44.2 55.8 47 64 47 64"/></svg>
</template>

CSS

.icon-mushroom {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23e84d88%22%20d%3D%22M54.7%2013.7c-3.2-3.1-7-5.8-10.7-7.8c-.2%205.6-5.5%2010-12%2010s-11.8-4.5-12-10c-3.8%202-7.6%204.7-10.7%207.8c2.1%203.3%201.1%208.8-2.3%2012.8c-1.5%201.7-3.2%202.9-4.9%203.4C3%2047.4%2016%2046.7%2032%2046.7s29%20.7%2029.9-16.8c-1.7-.6-3.4-1.7-4.9-3.4c-3.4-4-4.4-9.6-2.3-12.8%22%2F%3E%3Cpath%20fill%3D%22%23fdeeff%22%20d%3D%22M32%2015.9c6.5%200%2011.8-4.5%2012-10C39.4%203.4%2035%202%2032%202s-7.4%201.4-12%203.9c.2%205.5%205.5%2010%2012%2010M9.3%2013.7C5%2017.8%202%2022.8%202%2027.9c0%20.7%200%201.4.1%202.1c1.7-.6%203.4-1.7%204.9-3.4c3.4-4.1%204.4-9.7%202.3-12.9m45.4%200c-2.1%203.3-1.1%208.8%202.3%2012.8c1.5%201.7%203.2%202.9%204.9%203.4c0-.7.1-1.3.1-2.1c0-5-3-10-7.3-14.1%22%2F%3E%3Cpath%20fill%3D%22%23a52355%22%20d%3D%22M50%2041.5c0%204.3-8.1%205.2-18%205.2s-18-.9-18-5.2c0-4.2%208.6-8.1%2018-8.1c9.4.1%2018%203.9%2018%208.1%22%2F%3E%3Cpath%20fill%3D%22%23e2ccaf%22%20d%3D%22M47%2064H17s2.8-8.2%203.7-14.9c1-7.6%201.5-13.9%2011.3-13.9s10.3%206.3%2011.3%2013.9C44.2%2055.8%2047%2064%2047%2064%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23e84d88%22%20d%3D%22M54.7%2013.7c-3.2-3.1-7-5.8-10.7-7.8c-.2%205.6-5.5%2010-12%2010s-11.8-4.5-12-10c-3.8%202-7.6%204.7-10.7%207.8c2.1%203.3%201.1%208.8-2.3%2012.8c-1.5%201.7-3.2%202.9-4.9%203.4C3%2047.4%2016%2046.7%2032%2046.7s29%20.7%2029.9-16.8c-1.7-.6-3.4-1.7-4.9-3.4c-3.4-4-4.4-9.6-2.3-12.8%22%2F%3E%3Cpath%20fill%3D%22%23fdeeff%22%20d%3D%22M32%2015.9c6.5%200%2011.8-4.5%2012-10C39.4%203.4%2035%202%2032%202s-7.4%201.4-12%203.9c.2%205.5%205.5%2010%2012%2010M9.3%2013.7C5%2017.8%202%2022.8%202%2027.9c0%20.7%200%201.4.1%202.1c1.7-.6%203.4-1.7%204.9-3.4c3.4-4.1%204.4-9.7%202.3-12.9m45.4%200c-2.1%203.3-1.1%208.8%202.3%2012.8c1.5%201.7%203.2%202.9%204.9%203.4c0-.7.1-1.3.1-2.1c0-5-3-10-7.3-14.1%22%2F%3E%3Cpath%20fill%3D%22%23a52355%22%20d%3D%22M50%2041.5c0%204.3-8.1%205.2-18%205.2s-18-.9-18-5.2c0-4.2%208.6-8.1%2018-8.1c9.4.1%2018%203.9%2018%208.1%22%2F%3E%3Cpath%20fill%3D%22%23e2ccaf%22%20d%3D%22M47%2064H17s2.8-8.2%203.7-14.9c1-7.6%201.5-13.9%2011.3-13.9s10.3%206.3%2011.3%2013.9C44.2%2055.8%2047%2064%2047%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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