Emoji Mushroom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Mushroom icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339908.svg" alt="Emoji Mushroom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339908.svg" alt="Emoji Mushroom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339908.svg" alt="Emoji Mushroom icon" :width="24" :height="24" />
CSS background
.icon-emoji-mushroom {
background-image: url('https://proicons.com/icon/339908.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M17.435,30.8665v8.8357s-.0867,1.0052,1.8695,1.0052h8.7094s1.6683.2941,1.6683-1.2735v-8.5355"/><path id="c" class="h" d="M42.5,24.296c0,6.5411-8.2827,6.6621-18.5,6.6621s-18.5-.121-18.5-6.6621S13.7827,7.2707,24,7.2707c10.2173,0,18.5,10.4842,18.5,17.0253"/><path id="d" class="h" d="M42.5,24.296c0,6.5411-8.2827,6.6621-18.5,6.6621s-18.5-.121-18.5-6.6621S13.7827,7.2707,24,7.2707c10.2173,0,18.5,10.4842,18.5,17.0253"/><path id="e" class="h" d="M14.1921,10.5488s3.472,10.4529-8.0848,10.3723c0,0,2.2237-6.7092,8.0848-10.3723"/><path id="f" class="h" d="M33.7377,10.5488s-3.472,10.4529,8.0848,10.3723c0,0-2.2238-6.7092-8.0848-10.3723"/><path id="g" class="h" d="M18.0646,21.4761c-.0014,2.5248,2.6548,4.5725,5.9328,4.5736,3.278.0011,5.9365-2.0448,5.938-4.5696v-.004c0-2.5248-2.6574-4.5716-5.9354-4.5716s-5.9354,2.0468-5.9354,4.5716"/></svg>
Copied!