brown mushroom emoji

brown-mushroom from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
brown-mushroom
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the brown mushroom emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffbfb5" d="M10.991 25.309L13.5 18.5H18l2.83 6.724A2 2 0 0 1 18.989 28h-6.12a2 2 0 0 1-1.877-2.691"/><path fill="#a74d4d" d="M5.727 9.795a11.9 11.9 0 0 0-1.682 5.161C4.015 15.3 4 16.148 4 16.5c0 2.118.938 3.5 2.5 3.5h18.965C27.483 20 28 18.023 28 16.5c0-.352-.015-1.2-.045-1.544c-.392-4.548-3.32-8.37-7.364-10.046A12 12 0 0 0 16 4c-1.123 0-2.21.154-3.242.443a12.03 12.03 0 0 0-7.031 5.352"/><ellipse cx="20.28" cy="7.436" fill="#f08e6d" rx="2.59" ry="1.46" transform="rotate(30 20.28 7.436)"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBrownMushroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffbfb5" d="M10.991 25.309L13.5 18.5H18l2.83 6.724A2 2 0 0 1 18.989 28h-6.12a2 2 0 0 1-1.877-2.691"/><path fill="#a74d4d" d="M5.727 9.795a11.9 11.9 0 0 0-1.682 5.161C4.015 15.3 4 16.148 4 16.5c0 2.118.938 3.5 2.5 3.5h18.965C27.483 20 28 18.023 28 16.5c0-.352-.015-1.2-.045-1.544c-.392-4.548-3.32-8.37-7.364-10.046A12 12 0 0 0 16 4c-1.123 0-2.21.154-3.242.443a12.03 12.03 0 0 0-7.031 5.352"/><ellipse cx="20.28" cy="7.436" fill="#f08e6d" rx="2.59" ry="1.46" transform="rotate(30 20.28 7.436)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffbfb5" d="M10.991 25.309L13.5 18.5H18l2.83 6.724A2 2 0 0 1 18.989 28h-6.12a2 2 0 0 1-1.877-2.691"/><path fill="#a74d4d" d="M5.727 9.795a11.9 11.9 0 0 0-1.682 5.161C4.015 15.3 4 16.148 4 16.5c0 2.118.938 3.5 2.5 3.5h18.965C27.483 20 28 18.023 28 16.5c0-.352-.015-1.2-.045-1.544c-.392-4.548-3.32-8.37-7.364-10.046A12 12 0 0 0 16 4c-1.123 0-2.21.154-3.242.443a12.03 12.03 0 0 0-7.031 5.352"/><ellipse cx="20.28" cy="7.436" fill="#f08e6d" rx="2.59" ry="1.46" transform="rotate(30 20.28 7.436)"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffbfb5%22%20d%3D%22M10.991%2025.309L13.5%2018.5H18l2.83%206.724A2%202%200%200%201%2018.989%2028h-6.12a2%202%200%200%201-1.877-2.691%22%2F%3E%3Cpath%20fill%3D%22%23a74d4d%22%20d%3D%22M5.727%209.795a11.9%2011.9%200%200%200-1.682%205.161C4.015%2015.3%204%2016.148%204%2016.5c0%202.118.938%203.5%202.5%203.5h18.965C27.483%2020%2028%2018.023%2028%2016.5c0-.352-.015-1.2-.045-1.544c-.392-4.548-3.32-8.37-7.364-10.046A12%2012%200%200%200%2016%204c-1.123%200-2.21.154-3.242.443a12.03%2012.03%200%200%200-7.031%205.352%22%2F%3E%3Cellipse%20cx%3D%2220.28%22%20cy%3D%227.436%22%20fill%3D%22%23f08e6d%22%20rx%3D%222.59%22%20ry%3D%221.46%22%20transform%3D%22rotate(30%2020.28%207.436)%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffbfb5%22%20d%3D%22M10.991%2025.309L13.5%2018.5H18l2.83%206.724A2%202%200%200%201%2018.989%2028h-6.12a2%202%200%200%201-1.877-2.691%22%2F%3E%3Cpath%20fill%3D%22%23a74d4d%22%20d%3D%22M5.727%209.795a11.9%2011.9%200%200%200-1.682%205.161C4.015%2015.3%204%2016.148%204%2016.5c0%202.118.938%203.5%202.5%203.5h18.965C27.483%2020%2028%2018.023%2028%2016.5c0-.352-.015-1.2-.045-1.544c-.392-4.548-3.32-8.37-7.364-10.046A12%2012%200%200%200%2016%204c-1.123%200-2.21.154-3.242.443a12.03%2012.03%200%200%200-7.031%205.352%22%2F%3E%3Cellipse%20cx%3D%2220.28%22%20cy%3D%227.436%22%20fill%3D%22%23f08e6d%22%20rx%3D%222.59%22%20ry%3D%221.46%22%20transform%3D%22rotate(30%2020.28%207.436)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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