brown mushroom emoji

brown-mushroom from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
brown-mushroom
Set
Twitter Emoji
Style
Default
Category
Food & Drink
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More food & drink icons from Twitter Emoji

Use the brown mushroom emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f2c994" d="M27 33c0 2.209-1.791 3-4 3H13c-2.209 0-4-.791-4-3s3-7 3-13s12-6 12 0s3 10.791 3 13"/><path fill="#c1694f" d="m34.666 11.189l-.001-.002a17.9 17.9 0 0 0-4.208-6.182h-.003A17.92 17.92 0 0 0 18 0A17.96 17.96 0 0 0 0 18a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4c0-2.417-.48-4.713-1.334-6.811"/><path fill="#cc927a" d="M11.771 10.934c1.546-1.547 1.86-3.74.7-4.9s-3.353-.846-4.9.7c-1.546 1.546-1.86 3.74-.7 4.9s3.354.846 4.9-.7"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBrownMushroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f2c994" d="M27 33c0 2.209-1.791 3-4 3H13c-2.209 0-4-.791-4-3s3-7 3-13s12-6 12 0s3 10.791 3 13"/><path fill="#c1694f" d="m34.666 11.189l-.001-.002a17.9 17.9 0 0 0-4.208-6.182h-.003A17.92 17.92 0 0 0 18 0A17.96 17.96 0 0 0 0 18a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4c0-2.417-.48-4.713-1.334-6.811"/><path fill="#cc927a" d="M11.771 10.934c1.546-1.547 1.86-3.74.7-4.9s-3.353-.846-4.9.7c-1.546 1.546-1.86 3.74-.7 4.9s3.354.846 4.9-.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f2c994" d="M27 33c0 2.209-1.791 3-4 3H13c-2.209 0-4-.791-4-3s3-7 3-13s12-6 12 0s3 10.791 3 13"/><path fill="#c1694f" d="m34.666 11.189l-.001-.002a17.9 17.9 0 0 0-4.208-6.182h-.003A17.92 17.92 0 0 0 18 0A17.96 17.96 0 0 0 0 18a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4c0-2.417-.48-4.713-1.334-6.811"/><path fill="#cc927a" d="M11.771 10.934c1.546-1.547 1.86-3.74.7-4.9s-3.353-.846-4.9.7c-1.546 1.546-1.86 3.74-.7 4.9s3.354.846 4.9-.7"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f2c994%22%20d%3D%22M27%2033c0%202.209-1.791%203-4%203H13c-2.209%200-4-.791-4-3s3-7%203-13s12-6%2012%200s3%2010.791%203%2013%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22m34.666%2011.189l-.001-.002a17.9%2017.9%200%200%200-4.208-6.182h-.003A17.92%2017.92%200%200%200%2018%200A17.96%2017.96%200%200%200%200%2018a4%204%200%200%200%204%204h28a4%204%200%200%200%204-4c0-2.417-.48-4.713-1.334-6.811%22%2F%3E%3Cpath%20fill%3D%22%23cc927a%22%20d%3D%22M11.771%2010.934c1.546-1.547%201.86-3.74.7-4.9s-3.353-.846-4.9.7c-1.546%201.546-1.86%203.74-.7%204.9s3.354.846%204.9-.7%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f2c994%22%20d%3D%22M27%2033c0%202.209-1.791%203-4%203H13c-2.209%200-4-.791-4-3s3-7%203-13s12-6%2012%200s3%2010.791%203%2013%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22m34.666%2011.189l-.001-.002a17.9%2017.9%200%200%200-4.208-6.182h-.003A17.92%2017.92%200%200%200%2018%200A17.96%2017.96%200%200%200%200%2018a4%204%200%200%200%204%204h28a4%204%200%200%200%204-4c0-2.417-.48-4.713-1.334-6.811%22%2F%3E%3Cpath%20fill%3D%22%23cc927a%22%20d%3D%22M11.771%2010.934c1.546-1.547%201.86-3.74.7-4.9s-3.353-.846-4.9.7c-1.546%201.546-1.86%203.74-.7%204.9s3.354.846%204.9-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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