brown mushroom emoji

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

Name
brown-mushroom
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 brown mushroom emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c4a878" d="M40 75.5s.5 6.7.3 10.1s-.6 6.3-.6 6.3l3.2 25.8l.2 2.7s5.6 3.3 17.3 3.3c17.5 0 25.3-2.8 27.9-8.4c2.1-4.5-1.6-14.7-2.3-18.2c-2.5-11.6-1-20-1-20z"/><path fill="#e8d4af" d="M35 113.2c1.2 5.5 8.7 7.6 8.7 7.6s10.8.6 17.7-.3c7-1 12.8-2.6 13.4-6.7s.4-6.9.2-11.2c-.1-1.9-.3-7.2-.3-7.2s-8 .4-18.7-.4c-10.5-.8-16.2-3.3-16.2-3.3s-1.5 6.9-2.6 9.7c-1.1 2.6-3.4 6.3-2.2 11.8"/><path fill="#a65f3e" d="M62.7 4.3C23.6 4.2 6 30.7 6.6 57.1C7.3 80.8 43.5 83.7 61.5 84c27 .4 59.2-5.1 59.8-27.6c.8-26.2-18.3-52.1-58.6-52.1"/><path fill="#c87d5e" d="M26.1 23.5c-4.5 4.4-6.9 12.7-3.4 16.6c3.3 3.6 9.3.8 13.4-3.4s8.1-9.7 5.8-14.5c-2.9-5.8-10.7-3.7-15.8 1.3"/></svg>

React

import type { SVGProps } from "react";

export function NotoBrownMushroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c4a878" d="M40 75.5s.5 6.7.3 10.1s-.6 6.3-.6 6.3l3.2 25.8l.2 2.7s5.6 3.3 17.3 3.3c17.5 0 25.3-2.8 27.9-8.4c2.1-4.5-1.6-14.7-2.3-18.2c-2.5-11.6-1-20-1-20z"/><path fill="#e8d4af" d="M35 113.2c1.2 5.5 8.7 7.6 8.7 7.6s10.8.6 17.7-.3c7-1 12.8-2.6 13.4-6.7s.4-6.9.2-11.2c-.1-1.9-.3-7.2-.3-7.2s-8 .4-18.7-.4c-10.5-.8-16.2-3.3-16.2-3.3s-1.5 6.9-2.6 9.7c-1.1 2.6-3.4 6.3-2.2 11.8"/><path fill="#a65f3e" d="M62.7 4.3C23.6 4.2 6 30.7 6.6 57.1C7.3 80.8 43.5 83.7 61.5 84c27 .4 59.2-5.1 59.8-27.6c.8-26.2-18.3-52.1-58.6-52.1"/><path fill="#c87d5e" d="M26.1 23.5c-4.5 4.4-6.9 12.7-3.4 16.6c3.3 3.6 9.3.8 13.4-3.4s8.1-9.7 5.8-14.5c-2.9-5.8-10.7-3.7-15.8 1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c4a878" d="M40 75.5s.5 6.7.3 10.1s-.6 6.3-.6 6.3l3.2 25.8l.2 2.7s5.6 3.3 17.3 3.3c17.5 0 25.3-2.8 27.9-8.4c2.1-4.5-1.6-14.7-2.3-18.2c-2.5-11.6-1-20-1-20z"/><path fill="#e8d4af" d="M35 113.2c1.2 5.5 8.7 7.6 8.7 7.6s10.8.6 17.7-.3c7-1 12.8-2.6 13.4-6.7s.4-6.9.2-11.2c-.1-1.9-.3-7.2-.3-7.2s-8 .4-18.7-.4c-10.5-.8-16.2-3.3-16.2-3.3s-1.5 6.9-2.6 9.7c-1.1 2.6-3.4 6.3-2.2 11.8"/><path fill="#a65f3e" d="M62.7 4.3C23.6 4.2 6 30.7 6.6 57.1C7.3 80.8 43.5 83.7 61.5 84c27 .4 59.2-5.1 59.8-27.6c.8-26.2-18.3-52.1-58.6-52.1"/><path fill="#c87d5e" d="M26.1 23.5c-4.5 4.4-6.9 12.7-3.4 16.6c3.3 3.6 9.3.8 13.4-3.4s8.1-9.7 5.8-14.5c-2.9-5.8-10.7-3.7-15.8 1.3"/></svg>
</template>

CSS

.icon-brown-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c4a878%22%20d%3D%22M40%2075.5s.5%206.7.3%2010.1s-.6%206.3-.6%206.3l3.2%2025.8l.2%202.7s5.6%203.3%2017.3%203.3c17.5%200%2025.3-2.8%2027.9-8.4c2.1-4.5-1.6-14.7-2.3-18.2c-2.5-11.6-1-20-1-20z%22%2F%3E%3Cpath%20fill%3D%22%23e8d4af%22%20d%3D%22M35%20113.2c1.2%205.5%208.7%207.6%208.7%207.6s10.8.6%2017.7-.3c7-1%2012.8-2.6%2013.4-6.7s.4-6.9.2-11.2c-.1-1.9-.3-7.2-.3-7.2s-8%20.4-18.7-.4c-10.5-.8-16.2-3.3-16.2-3.3s-1.5%206.9-2.6%209.7c-1.1%202.6-3.4%206.3-2.2%2011.8%22%2F%3E%3Cpath%20fill%3D%22%23a65f3e%22%20d%3D%22M62.7%204.3C23.6%204.2%206%2030.7%206.6%2057.1C7.3%2080.8%2043.5%2083.7%2061.5%2084c27%20.4%2059.2-5.1%2059.8-27.6c.8-26.2-18.3-52.1-58.6-52.1%22%2F%3E%3Cpath%20fill%3D%22%23c87d5e%22%20d%3D%22M26.1%2023.5c-4.5%204.4-6.9%2012.7-3.4%2016.6c3.3%203.6%209.3.8%2013.4-3.4s8.1-9.7%205.8-14.5c-2.9-5.8-10.7-3.7-15.8%201.3%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%22%23c4a878%22%20d%3D%22M40%2075.5s.5%206.7.3%2010.1s-.6%206.3-.6%206.3l3.2%2025.8l.2%202.7s5.6%203.3%2017.3%203.3c17.5%200%2025.3-2.8%2027.9-8.4c2.1-4.5-1.6-14.7-2.3-18.2c-2.5-11.6-1-20-1-20z%22%2F%3E%3Cpath%20fill%3D%22%23e8d4af%22%20d%3D%22M35%20113.2c1.2%205.5%208.7%207.6%208.7%207.6s10.8.6%2017.7-.3c7-1%2012.8-2.6%2013.4-6.7s.4-6.9.2-11.2c-.1-1.9-.3-7.2-.3-7.2s-8%20.4-18.7-.4c-10.5-.8-16.2-3.3-16.2-3.3s-1.5%206.9-2.6%209.7c-1.1%202.6-3.4%206.3-2.2%2011.8%22%2F%3E%3Cpath%20fill%3D%22%23a65f3e%22%20d%3D%22M62.7%204.3C23.6%204.2%206%2030.7%206.6%2057.1C7.3%2080.8%2043.5%2083.7%2061.5%2084c27%20.4%2059.2-5.1%2059.8-27.6c.8-26.2-18.3-52.1-58.6-52.1%22%2F%3E%3Cpath%20fill%3D%22%23c87d5e%22%20d%3D%22M26.1%2023.5c-4.5%204.4-6.9%2012.7-3.4%2016.6c3.3%203.6%209.3.8%2013.4-3.4s8.1-9.7%205.8-14.5c-2.9-5.8-10.7-3.7-15.8%201.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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