mushroom 1 icon
mushroom-1 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- mushroom-1
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the mushroom 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21.549 15.178c-1.758 1.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693 15.008.505 19.25 4.748s4.055 8.673 2.298 10.43"/><path d="M3.517 20.482c3.536 3.54 5.665 2.815 7.425 1.06c2.095-2.09 3.494-6.248 5.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644 1.575-5.8 2.977-7.892 5.07c-1.758 1.756-2.475 3.882 1.06 7.424"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3.517 20.482c3.536 3.54 5.665 2.815 7.425 1.06c2.095-2.09 3.494-6.248 5.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644 1.575-5.8 2.977-7.892 5.07c-1.758 1.756-2.475 3.882 1.06 7.424Z"/><path stroke="currentColor" stroke-width="2" d="M21.549 15.178c-1.758 1.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693 15.008.505 19.25 4.748s4.055 8.673 2.298 10.43Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignMushroom1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21.549 15.178c-1.758 1.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693 15.008.505 19.25 4.748s4.055 8.673 2.298 10.43"/><path d="M3.517 20.482c3.536 3.54 5.665 2.815 7.425 1.06c2.095-2.09 3.494-6.248 5.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644 1.575-5.8 2.977-7.892 5.07c-1.758 1.756-2.475 3.882 1.06 7.424"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3.517 20.482c3.536 3.54 5.665 2.815 7.425 1.06c2.095-2.09 3.494-6.248 5.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644 1.575-5.8 2.977-7.892 5.07c-1.758 1.756-2.475 3.882 1.06 7.424Z"/><path stroke="currentColor" strokeWidth="2" d="M21.549 15.178c-1.758 1.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693 15.008.505 19.25 4.748s4.055 8.673 2.298 10.43Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21.549 15.178c-1.758 1.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693 15.008.505 19.25 4.748s4.055 8.673 2.298 10.43"/><path d="M3.517 20.482c3.536 3.54 5.665 2.815 7.425 1.06c2.095-2.09 3.494-6.248 5.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644 1.575-5.8 2.977-7.892 5.07c-1.758 1.756-2.475 3.882 1.06 7.424"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3.517 20.482c3.536 3.54 5.665 2.815 7.425 1.06c2.095-2.09 3.494-6.248 5.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644 1.575-5.8 2.977-7.892 5.07c-1.758 1.756-2.475 3.882 1.06 7.424Z"/><path stroke="currentColor" stroke-width="2" d="M21.549 15.178c-1.758 1.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693 15.008.505 19.25 4.748s4.055 8.673 2.298 10.43Z"/></g></svg> </template>
CSS
.icon-mushroom-1 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21.549%2015.178c-1.758%201.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693%2015.008.505%2019.25%204.748s4.055%208.673%202.298%2010.43%22%2F%3E%3Cpath%20d%3D%22M3.517%2020.482c3.536%203.54%205.665%202.815%207.425%201.06c2.095-2.09%203.494-6.248%205.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644%201.575-5.8%202.977-7.892%205.07c-1.758%201.756-2.475%203.882%201.06%207.424%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3.517%2020.482c3.536%203.54%205.665%202.815%207.425%201.06c2.095-2.09%203.494-6.248%205.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644%201.575-5.8%202.977-7.892%205.07c-1.758%201.756-2.475%203.882%201.06%207.424Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M21.549%2015.178c-1.758%201.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693%2015.008.505%2019.25%204.748s4.055%208.673%202.298%2010.43Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21.549%2015.178c-1.758%201.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693%2015.008.505%2019.25%204.748s4.055%208.673%202.298%2010.43%22%2F%3E%3Cpath%20d%3D%22M3.517%2020.482c3.536%203.54%205.665%202.815%207.425%201.06c2.095-2.09%203.494-6.248%205.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644%201.575-5.8%202.977-7.892%205.07c-1.758%201.756-2.475%203.882%201.06%207.424%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3.517%2020.482c3.536%203.54%205.665%202.815%207.425%201.06c2.095-2.09%203.494-6.248%205.069-7.892c-.939-.767-1.93-1.697-2.948-2.714c-1.017-1.017-1.947-2.01-2.714-2.948c-1.644%201.575-5.8%202.977-7.892%205.07c-1.758%201.756-2.475%203.882%201.06%207.424Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M21.549%2015.178c-1.758%201.758-4.97-.728-8.486-4.242c-3.514-3.515-6-6.728-4.242-8.486C10.578.693%2015.008.505%2019.25%204.748s4.055%208.673%202.298%2010.43Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/mushroom-1.svg?color=%231a73e8&size=48