brown mushroom emoji
brown-mushroom from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- brown-mushroom
- 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 brown mushroom emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-width="0"><path fill="#d0cfce" d="M27.604 40.5s1.038 4 0 6s-4.29 7.466 2.075 9c4.15 1 10.29 1.028 13.488 0c1.557-.5 2.741-4.294 2.374-6.5c-.5-3-1.5-5-.5-8"/><path fill="#a57939" d="M36.54 15.006c-5.753.15-17.763 1.718-20 12.275c-2 9.442 6 13.219 11 13.219h17s14 0 12-12.275c-1.7-10.434-14.038-13.375-20-13.22"/><ellipse cx="25.041" cy="23.504" fill="#d0cfce" rx="4.382" ry="2.909" transform="rotate(-40.754 25.04 23.504)"/><path fill="#d0cfce" d="M27.746 46s2.582 2.936 8.253 1.63c0 0 .093 3.272 0 4.354s-.667 2.612-2.335 3.047c-2.492.65-6.31-.285-7.34-1.741c-1.116-1.58 1.422-7.29 1.422-7.29"/></g><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M27.54 40.5s1 4 0 6s-2.5 7.5 2 9c3.912 1.304 12.5 1.5 14.5-1.5s0-5 0-8"/><path stroke-miterlimit="10" d="M36.206 14.506c-5.753.15-17.764 1.718-20 12.275c-2 9.442 6 13.219 11 13.219h17s14 0 12-12.275c-1.7-10.434-14.04-13.375-20-13.22Z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBrownMushroom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeWidth="0"><path fill="#d0cfce" d="M27.604 40.5s1.038 4 0 6s-4.29 7.466 2.075 9c4.15 1 10.29 1.028 13.488 0c1.557-.5 2.741-4.294 2.374-6.5c-.5-3-1.5-5-.5-8"/><path fill="#a57939" d="M36.54 15.006c-5.753.15-17.763 1.718-20 12.275c-2 9.442 6 13.219 11 13.219h17s14 0 12-12.275c-1.7-10.434-14.038-13.375-20-13.22"/><ellipse cx="25.041" cy="23.504" fill="#d0cfce" rx="4.382" ry="2.909" transform="rotate(-40.754 25.04 23.504)"/><path fill="#d0cfce" d="M27.746 46s2.582 2.936 8.253 1.63c0 0 .093 3.272 0 4.354s-.667 2.612-2.335 3.047c-2.492.65-6.31-.285-7.34-1.741c-1.116-1.58 1.422-7.29 1.422-7.29"/></g><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M27.54 40.5s1 4 0 6s-2.5 7.5 2 9c3.912 1.304 12.5 1.5 14.5-1.5s0-5 0-8"/><path strokeMiterlimit="10" d="M36.206 14.506c-5.753.15-17.764 1.718-20 12.275c-2 9.442 6 13.219 11 13.219h17s14 0 12-12.275c-1.7-10.434-14.04-13.375-20-13.22Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-width="0"><path fill="#d0cfce" d="M27.604 40.5s1.038 4 0 6s-4.29 7.466 2.075 9c4.15 1 10.29 1.028 13.488 0c1.557-.5 2.741-4.294 2.374-6.5c-.5-3-1.5-5-.5-8"/><path fill="#a57939" d="M36.54 15.006c-5.753.15-17.763 1.718-20 12.275c-2 9.442 6 13.219 11 13.219h17s14 0 12-12.275c-1.7-10.434-14.038-13.375-20-13.22"/><ellipse cx="25.041" cy="23.504" fill="#d0cfce" rx="4.382" ry="2.909" transform="rotate(-40.754 25.04 23.504)"/><path fill="#d0cfce" d="M27.746 46s2.582 2.936 8.253 1.63c0 0 .093 3.272 0 4.354s-.667 2.612-2.335 3.047c-2.492.65-6.31-.285-7.34-1.741c-1.116-1.58 1.422-7.29 1.422-7.29"/></g><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M27.54 40.5s1 4 0 6s-2.5 7.5 2 9c3.912 1.304 12.5 1.5 14.5-1.5s0-5 0-8"/><path stroke-miterlimit="10" d="M36.206 14.506c-5.753.15-17.764 1.718-20 12.275c-2 9.442 6 13.219 11 13.219h17s14 0 12-12.275c-1.7-10.434-14.04-13.375-20-13.22Z"/></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%2072%2072%22%3E%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M27.604%2040.5s1.038%204%200%206s-4.29%207.466%202.075%209c4.15%201%2010.29%201.028%2013.488%200c1.557-.5%202.741-4.294%202.374-6.5c-.5-3-1.5-5-.5-8%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M36.54%2015.006c-5.753.15-17.763%201.718-20%2012.275c-2%209.442%206%2013.219%2011%2013.219h17s14%200%2012-12.275c-1.7-10.434-14.038-13.375-20-13.22%22%2F%3E%3Cellipse%20cx%3D%2225.041%22%20cy%3D%2223.504%22%20fill%3D%22%23d0cfce%22%20rx%3D%224.382%22%20ry%3D%222.909%22%20transform%3D%22rotate(-40.754%2025.04%2023.504)%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M27.746%2046s2.582%202.936%208.253%201.63c0%200%20.093%203.272%200%204.354s-.667%202.612-2.335%203.047c-2.492.65-6.31-.285-7.34-1.741c-1.116-1.58%201.422-7.29%201.422-7.29%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.54%2040.5s1%204%200%206s-2.5%207.5%202%209c3.912%201.304%2012.5%201.5%2014.5-1.5s0-5%200-8%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M36.206%2014.506c-5.753.15-17.764%201.718-20%2012.275c-2%209.442%206%2013.219%2011%2013.219h17s14%200%2012-12.275c-1.7-10.434-14.04-13.375-20-13.22Z%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%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M27.604%2040.5s1.038%204%200%206s-4.29%207.466%202.075%209c4.15%201%2010.29%201.028%2013.488%200c1.557-.5%202.741-4.294%202.374-6.5c-.5-3-1.5-5-.5-8%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M36.54%2015.006c-5.753.15-17.763%201.718-20%2012.275c-2%209.442%206%2013.219%2011%2013.219h17s14%200%2012-12.275c-1.7-10.434-14.038-13.375-20-13.22%22%2F%3E%3Cellipse%20cx%3D%2225.041%22%20cy%3D%2223.504%22%20fill%3D%22%23d0cfce%22%20rx%3D%224.382%22%20ry%3D%222.909%22%20transform%3D%22rotate(-40.754%2025.04%2023.504)%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M27.746%2046s2.582%202.936%208.253%201.63c0%200%20.093%203.272%200%204.354s-.667%202.612-2.335%203.047c-2.492.65-6.31-.285-7.34-1.741c-1.116-1.58%201.422-7.29%201.422-7.29%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.54%2040.5s1%204%200%206s-2.5%207.5%202%209c3.912%201.304%2012.5%201.5%2014.5-1.5s0-5%200-8%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M36.206%2014.506c-5.753.15-17.764%201.718-20%2012.275c-2%209.442%206%2013.219%2011%2013.219h17s14%200%2012-12.275c-1.7-10.434-14.04-13.375-20-13.22Z%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/brown-mushroom.svg?color=%231a73e8&size=48