mushroom icon
mushroom-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- mushroom-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fungus-outline
1 other variant in Material Design Icons
The same icon in other sets
mushroomEmoji One (Colored)mushroomFluent EmojimushroomFluent Emoji FlatmushroomFluent Emoji High ContrastmushroomFirefox OS EmojimushroomHuge IconsmushroomMaterial Line Iconsmushroom-fillMingCute IconmushroomNoto EmojimushroomOpenMojimushroomStreamline EmojismushroomTabler IconsmushroomTDesign IconsmushroomTwitter Emoji
More agriculture icons from Material Design Icons
Use the mushroom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12h16c0-3.73-2.56-6.87-6-7.75c-.14.99-1 1.75-2 1.75s-1.86-.76-2-1.75C6.56 5.13 4 8.27 4 12m8-10a10 10 0 0 1 10 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2A10 10 0 0 1 12 2m1.5 15h-3l-.58 2l-.27 1h4.7l-.27-1zm1.5-2l1 3.5l.27.95l.08.55c0 1.1-.9 2-2 2h-4.7l-.48-.06a2.004 2.004 0 0 1-1.44-2.44l.27-1L9 15zm1-8a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2M8 7a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2"/></svg>
React
import type { SVGProps } from "react";
export function MdiMushroomOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12h16c0-3.73-2.56-6.87-6-7.75c-.14.99-1 1.75-2 1.75s-1.86-.76-2-1.75C6.56 5.13 4 8.27 4 12m8-10a10 10 0 0 1 10 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2A10 10 0 0 1 12 2m1.5 15h-3l-.58 2l-.27 1h4.7l-.27-1zm1.5-2l1 3.5l.27.95l.08.55c0 1.1-.9 2-2 2h-4.7l-.48-.06a2.004 2.004 0 0 1-1.44-2.44l.27-1L9 15zm1-8a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2M8 7a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12h16c0-3.73-2.56-6.87-6-7.75c-.14.99-1 1.75-2 1.75s-1.86-.76-2-1.75C6.56 5.13 4 8.27 4 12m8-10a10 10 0 0 1 10 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2A10 10 0 0 1 12 2m1.5 15h-3l-.58 2l-.27 1h4.7l-.27-1zm1.5-2l1 3.5l.27.95l.08.55c0 1.1-.9 2-2 2h-4.7l-.48-.06a2.004 2.004 0 0 1-1.44-2.44l.27-1L9 15zm1-8a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2M8 7a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2"/></svg> </template>
CSS
.icon-mushroom-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012h16c0-3.73-2.56-6.87-6-7.75c-.14.99-1%201.75-2%201.75s-1.86-.76-2-1.75C6.56%205.13%204%208.27%204%2012m8-10a10%2010%200%200%201%2010%2010a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2A10%2010%200%200%201%2012%202m1.5%2015h-3l-.58%202l-.27%201h4.7l-.27-1zm1.5-2l1%203.5l.27.95l.08.55c0%201.1-.9%202-2%202h-4.7l-.48-.06a2.004%202.004%200%200%201-1.44-2.44l.27-1L9%2015zm1-8a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2M8%207a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012h16c0-3.73-2.56-6.87-6-7.75c-.14.99-1%201.75-2%201.75s-1.86-.76-2-1.75C6.56%205.13%204%208.27%204%2012m8-10a10%2010%200%200%201%2010%2010a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2A10%2010%200%200%201%2012%202m1.5%2015h-3l-.58%202l-.27%201h4.7l-.27-1zm1.5-2l1%203.5l.27.95l.08.55c0%201.1-.9%202-2%202h-4.7l-.48-.06a2.004%202.004%200%200%201-1.44-2.44l.27-1L9%2015zm1-8a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2M8%207a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/mushroom-outline.svg?color=%231a73e8&size=48