mushroom 1 icon
mushroom-1-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- mushroom-1-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M8.114 1.743C10.436-.58 15.525-.393 19.958 4.04s4.62 9.522 2.298 11.844c-.974.973-2.218 1.031-3.387.655c-.869-.28-1.778-.817-2.691-1.492q-.224.328-.468.742a49 49 0 0 0-.95 1.723l-.207.388c-.796 1.484-1.735 3.182-2.905 4.349c-.958.956-2.186 1.803-3.787 1.747c-1.57-.055-3.214-.969-5.051-2.81C.973 19.349.06 17.704.003 16.137c-.058-1.602.789-2.828 1.747-3.786c1.167-1.168 2.865-2.106 4.348-2.903l.384-.205a49 49 0 0 0 1.726-.953q.414-.244.743-.468c-.675-.913-1.213-1.823-1.493-2.692c-.376-1.168-.318-2.413.656-3.386m2.102 7.635c-.313.22-.649.431-.991.633c-.564.333-1.19.668-1.81 1l-.37.198c-1.53.822-2.957 1.63-3.881 2.555c-.8.8-1.19 1.515-1.163 2.3c.03.82.525 2.009 2.224 3.71c1.698 1.702 2.886 2.196 3.706 2.224c.786.028 1.503-.365 2.305-1.164c.925-.923 1.733-2.349 2.554-3.878l.2-.375c.332-.62.666-1.244.998-1.806c.202-.343.412-.68.633-.993a48 48 0 0 1-2.265-2.14a48 48 0 0 1-2.14-2.264"/></svg>
React
import type { SVGProps } from "react";
export function TdesignMushroom1Filled(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="M8.114 1.743C10.436-.58 15.525-.393 19.958 4.04s4.62 9.522 2.298 11.844c-.974.973-2.218 1.031-3.387.655c-.869-.28-1.778-.817-2.691-1.492q-.224.328-.468.742a49 49 0 0 0-.95 1.723l-.207.388c-.796 1.484-1.735 3.182-2.905 4.349c-.958.956-2.186 1.803-3.787 1.747c-1.57-.055-3.214-.969-5.051-2.81C.973 19.349.06 17.704.003 16.137c-.058-1.602.789-2.828 1.747-3.786c1.167-1.168 2.865-2.106 4.348-2.903l.384-.205a49 49 0 0 0 1.726-.953q.414-.244.743-.468c-.675-.913-1.213-1.823-1.493-2.692c-.376-1.168-.318-2.413.656-3.386m2.102 7.635c-.313.22-.649.431-.991.633c-.564.333-1.19.668-1.81 1l-.37.198c-1.53.822-2.957 1.63-3.881 2.555c-.8.8-1.19 1.515-1.163 2.3c.03.82.525 2.009 2.224 3.71c1.698 1.702 2.886 2.196 3.706 2.224c.786.028 1.503-.365 2.305-1.164c.925-.923 1.733-2.349 2.554-3.878l.2-.375c.332-.62.666-1.244.998-1.806c.202-.343.412-.68.633-.993a48 48 0 0 1-2.265-2.14a48 48 0 0 1-2.14-2.264"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.114 1.743C10.436-.58 15.525-.393 19.958 4.04s4.62 9.522 2.298 11.844c-.974.973-2.218 1.031-3.387.655c-.869-.28-1.778-.817-2.691-1.492q-.224.328-.468.742a49 49 0 0 0-.95 1.723l-.207.388c-.796 1.484-1.735 3.182-2.905 4.349c-.958.956-2.186 1.803-3.787 1.747c-1.57-.055-3.214-.969-5.051-2.81C.973 19.349.06 17.704.003 16.137c-.058-1.602.789-2.828 1.747-3.786c1.167-1.168 2.865-2.106 4.348-2.903l.384-.205a49 49 0 0 0 1.726-.953q.414-.244.743-.468c-.675-.913-1.213-1.823-1.493-2.692c-.376-1.168-.318-2.413.656-3.386m2.102 7.635c-.313.22-.649.431-.991.633c-.564.333-1.19.668-1.81 1l-.37.198c-1.53.822-2.957 1.63-3.881 2.555c-.8.8-1.19 1.515-1.163 2.3c.03.82.525 2.009 2.224 3.71c1.698 1.702 2.886 2.196 3.706 2.224c.786.028 1.503-.365 2.305-1.164c.925-.923 1.733-2.349 2.554-3.878l.2-.375c.332-.62.666-1.244.998-1.806c.202-.343.412-.68.633-.993a48 48 0 0 1-2.265-2.14a48 48 0 0 1-2.14-2.264"/></svg> </template>
CSS
.icon-mushroom-1-filled {
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%22M8.114%201.743C10.436-.58%2015.525-.393%2019.958%204.04s4.62%209.522%202.298%2011.844c-.974.973-2.218%201.031-3.387.655c-.869-.28-1.778-.817-2.691-1.492q-.224.328-.468.742a49%2049%200%200%200-.95%201.723l-.207.388c-.796%201.484-1.735%203.182-2.905%204.349c-.958.956-2.186%201.803-3.787%201.747c-1.57-.055-3.214-.969-5.051-2.81C.973%2019.349.06%2017.704.003%2016.137c-.058-1.602.789-2.828%201.747-3.786c1.167-1.168%202.865-2.106%204.348-2.903l.384-.205a49%2049%200%200%200%201.726-.953q.414-.244.743-.468c-.675-.913-1.213-1.823-1.493-2.692c-.376-1.168-.318-2.413.656-3.386m2.102%207.635c-.313.22-.649.431-.991.633c-.564.333-1.19.668-1.81%201l-.37.198c-1.53.822-2.957%201.63-3.881%202.555c-.8.8-1.19%201.515-1.163%202.3c.03.82.525%202.009%202.224%203.71c1.698%201.702%202.886%202.196%203.706%202.224c.786.028%201.503-.365%202.305-1.164c.925-.923%201.733-2.349%202.554-3.878l.2-.375c.332-.62.666-1.244.998-1.806c.202-.343.412-.68.633-.993a48%2048%200%200%201-2.265-2.14a48%2048%200%200%201-2.14-2.264%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%22M8.114%201.743C10.436-.58%2015.525-.393%2019.958%204.04s4.62%209.522%202.298%2011.844c-.974.973-2.218%201.031-3.387.655c-.869-.28-1.778-.817-2.691-1.492q-.224.328-.468.742a49%2049%200%200%200-.95%201.723l-.207.388c-.796%201.484-1.735%203.182-2.905%204.349c-.958.956-2.186%201.803-3.787%201.747c-1.57-.055-3.214-.969-5.051-2.81C.973%2019.349.06%2017.704.003%2016.137c-.058-1.602.789-2.828%201.747-3.786c1.167-1.168%202.865-2.106%204.348-2.903l.384-.205a49%2049%200%200%200%201.726-.953q.414-.244.743-.468c-.675-.913-1.213-1.823-1.493-2.692c-.376-1.168-.318-2.413.656-3.386m2.102%207.635c-.313.22-.649.431-.991.633c-.564.333-1.19.668-1.81%201l-.37.198c-1.53.822-2.957%201.63-3.881%202.555c-.8.8-1.19%201.515-1.163%202.3c.03.82.525%202.009%202.224%203.71c1.698%201.702%202.886%202.196%203.706%202.224c.786.028%201.503-.365%202.305-1.164c.925-.923%201.733-2.349%202.554-3.878l.2-.375c.332-.62.666-1.244.998-1.806c.202-.343.412-.68.633-.993a48%2048%200%200%201-2.265-2.14a48%2048%200%200%201-2.14-2.264%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/mushroom-1-filled.svg?color=%231a73e8&size=48