mushroom-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
mushroom-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign 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="M6.793 3.793c.9-.9 2.011-1.593 3.212-2.075a6.55 6.55 0 0 0 12.006 3.35c.868 1.63 1.19 3.568 1.065 5.437a6.55 6.55 0 0 0-9.074 6.205c-.171-.162-.35-.335-.528-.513c-.155.174-.329.37-.514.585c-.692.803-1.515 1.82-2.11 2.745l-.061.104c-.298.51-1.022 1.75-2.177 2.42a3.4 3.4 0 0 1-2.474.397c-.933-.2-1.878-.774-2.845-1.741s-1.54-1.912-1.74-2.845a3.4 3.4 0 0 1 .397-2.474c.67-1.155 1.91-1.88 2.42-2.177l.103-.061c.924-.595 1.942-1.418 2.745-2.11c.213-.184.41-.357.582-.511a20 20 0 0 1-.647-.674c-.412-.452-.82-.951-1.047-1.408c-.42-.84-.607-1.683-.475-2.518c.133-.837.567-1.541 1.162-2.136m5.276 10.975l-2.837-2.837a45 45 0 0 1-.708.624c-.83.715-1.937 1.614-2.984 2.287l-.013.008l-.013.007l-.104.063c-.554.33-1.34.8-1.73 1.472a1.4 1.4 0 0 0-.173 1.05c.094.433.4 1.05 1.2 1.85c.8.801 1.418 1.107 1.851 1.2c.407.088.741.008 1.05-.172c.672-.39 1.142-1.176 1.472-1.73l.062-.105l.008-.012l.008-.013c.672-1.047 1.572-2.154 2.287-2.984a45 45 0 0 1 .624-.708"/><path fill="currentColor" d="M16.234 18.184c.618.213 1.236.286 1.85.185c.832-.136 1.532-.571 2.123-1.162c1.254-1.254 2.108-2.888 2.548-4.646l-.23-.111a4.55 4.55 0 0 0-6.438 4.99zm4.473-14.891l.015.015l-.182.33A4.55 4.55 0 0 1 12 1.45v-.326c3.057-.615 6.497-.04 8.707 2.169"/></svg>

React

import type { SVGProps } from "react";

export function TdesignMushroomFilled(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="M6.793 3.793c.9-.9 2.011-1.593 3.212-2.075a6.55 6.55 0 0 0 12.006 3.35c.868 1.63 1.19 3.568 1.065 5.437a6.55 6.55 0 0 0-9.074 6.205c-.171-.162-.35-.335-.528-.513c-.155.174-.329.37-.514.585c-.692.803-1.515 1.82-2.11 2.745l-.061.104c-.298.51-1.022 1.75-2.177 2.42a3.4 3.4 0 0 1-2.474.397c-.933-.2-1.878-.774-2.845-1.741s-1.54-1.912-1.74-2.845a3.4 3.4 0 0 1 .397-2.474c.67-1.155 1.91-1.88 2.42-2.177l.103-.061c.924-.595 1.942-1.418 2.745-2.11c.213-.184.41-.357.582-.511a20 20 0 0 1-.647-.674c-.412-.452-.82-.951-1.047-1.408c-.42-.84-.607-1.683-.475-2.518c.133-.837.567-1.541 1.162-2.136m5.276 10.975l-2.837-2.837a45 45 0 0 1-.708.624c-.83.715-1.937 1.614-2.984 2.287l-.013.008l-.013.007l-.104.063c-.554.33-1.34.8-1.73 1.472a1.4 1.4 0 0 0-.173 1.05c.094.433.4 1.05 1.2 1.85c.8.801 1.418 1.107 1.851 1.2c.407.088.741.008 1.05-.172c.672-.39 1.142-1.176 1.472-1.73l.062-.105l.008-.012l.008-.013c.672-1.047 1.572-2.154 2.287-2.984a45 45 0 0 1 .624-.708"/><path fill="currentColor" d="M16.234 18.184c.618.213 1.236.286 1.85.185c.832-.136 1.532-.571 2.123-1.162c1.254-1.254 2.108-2.888 2.548-4.646l-.23-.111a4.55 4.55 0 0 0-6.438 4.99zm4.473-14.891l.015.015l-.182.33A4.55 4.55 0 0 1 12 1.45v-.326c3.057-.615 6.497-.04 8.707 2.169"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.793 3.793c.9-.9 2.011-1.593 3.212-2.075a6.55 6.55 0 0 0 12.006 3.35c.868 1.63 1.19 3.568 1.065 5.437a6.55 6.55 0 0 0-9.074 6.205c-.171-.162-.35-.335-.528-.513c-.155.174-.329.37-.514.585c-.692.803-1.515 1.82-2.11 2.745l-.061.104c-.298.51-1.022 1.75-2.177 2.42a3.4 3.4 0 0 1-2.474.397c-.933-.2-1.878-.774-2.845-1.741s-1.54-1.912-1.74-2.845a3.4 3.4 0 0 1 .397-2.474c.67-1.155 1.91-1.88 2.42-2.177l.103-.061c.924-.595 1.942-1.418 2.745-2.11c.213-.184.41-.357.582-.511a20 20 0 0 1-.647-.674c-.412-.452-.82-.951-1.047-1.408c-.42-.84-.607-1.683-.475-2.518c.133-.837.567-1.541 1.162-2.136m5.276 10.975l-2.837-2.837a45 45 0 0 1-.708.624c-.83.715-1.937 1.614-2.984 2.287l-.013.008l-.013.007l-.104.063c-.554.33-1.34.8-1.73 1.472a1.4 1.4 0 0 0-.173 1.05c.094.433.4 1.05 1.2 1.85c.8.801 1.418 1.107 1.851 1.2c.407.088.741.008 1.05-.172c.672-.39 1.142-1.176 1.472-1.73l.062-.105l.008-.012l.008-.013c.672-1.047 1.572-2.154 2.287-2.984a45 45 0 0 1 .624-.708"/><path fill="currentColor" d="M16.234 18.184c.618.213 1.236.286 1.85.185c.832-.136 1.532-.571 2.123-1.162c1.254-1.254 2.108-2.888 2.548-4.646l-.23-.111a4.55 4.55 0 0 0-6.438 4.99zm4.473-14.891l.015.015l-.182.33A4.55 4.55 0 0 1 12 1.45v-.326c3.057-.615 6.497-.04 8.707 2.169"/></svg>
</template>

CSS

.icon-mushroom-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%22M6.793%203.793c.9-.9%202.011-1.593%203.212-2.075a6.55%206.55%200%200%200%2012.006%203.35c.868%201.63%201.19%203.568%201.065%205.437a6.55%206.55%200%200%200-9.074%206.205c-.171-.162-.35-.335-.528-.513c-.155.174-.329.37-.514.585c-.692.803-1.515%201.82-2.11%202.745l-.061.104c-.298.51-1.022%201.75-2.177%202.42a3.4%203.4%200%200%201-2.474.397c-.933-.2-1.878-.774-2.845-1.741s-1.54-1.912-1.74-2.845a3.4%203.4%200%200%201%20.397-2.474c.67-1.155%201.91-1.88%202.42-2.177l.103-.061c.924-.595%201.942-1.418%202.745-2.11c.213-.184.41-.357.582-.511a20%2020%200%200%201-.647-.674c-.412-.452-.82-.951-1.047-1.408c-.42-.84-.607-1.683-.475-2.518c.133-.837.567-1.541%201.162-2.136m5.276%2010.975l-2.837-2.837a45%2045%200%200%201-.708.624c-.83.715-1.937%201.614-2.984%202.287l-.013.008l-.013.007l-.104.063c-.554.33-1.34.8-1.73%201.472a1.4%201.4%200%200%200-.173%201.05c.094.433.4%201.05%201.2%201.85c.8.801%201.418%201.107%201.851%201.2c.407.088.741.008%201.05-.172c.672-.39%201.142-1.176%201.472-1.73l.062-.105l.008-.012l.008-.013c.672-1.047%201.572-2.154%202.287-2.984a45%2045%200%200%201%20.624-.708%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.234%2018.184c.618.213%201.236.286%201.85.185c.832-.136%201.532-.571%202.123-1.162c1.254-1.254%202.108-2.888%202.548-4.646l-.23-.111a4.55%204.55%200%200%200-6.438%204.99zm4.473-14.891l.015.015l-.182.33A4.55%204.55%200%200%201%2012%201.45v-.326c3.057-.615%206.497-.04%208.707%202.169%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%22M6.793%203.793c.9-.9%202.011-1.593%203.212-2.075a6.55%206.55%200%200%200%2012.006%203.35c.868%201.63%201.19%203.568%201.065%205.437a6.55%206.55%200%200%200-9.074%206.205c-.171-.162-.35-.335-.528-.513c-.155.174-.329.37-.514.585c-.692.803-1.515%201.82-2.11%202.745l-.061.104c-.298.51-1.022%201.75-2.177%202.42a3.4%203.4%200%200%201-2.474.397c-.933-.2-1.878-.774-2.845-1.741s-1.54-1.912-1.74-2.845a3.4%203.4%200%200%201%20.397-2.474c.67-1.155%201.91-1.88%202.42-2.177l.103-.061c.924-.595%201.942-1.418%202.745-2.11c.213-.184.41-.357.582-.511a20%2020%200%200%201-.647-.674c-.412-.452-.82-.951-1.047-1.408c-.42-.84-.607-1.683-.475-2.518c.133-.837.567-1.541%201.162-2.136m5.276%2010.975l-2.837-2.837a45%2045%200%200%201-.708.624c-.83.715-1.937%201.614-2.984%202.287l-.013.008l-.013.007l-.104.063c-.554.33-1.34.8-1.73%201.472a1.4%201.4%200%200%200-.173%201.05c.094.433.4%201.05%201.2%201.85c.8.801%201.418%201.107%201.851%201.2c.407.088.741.008%201.05-.172c.672-.39%201.142-1.176%201.472-1.73l.062-.105l.008-.012l.008-.013c.672-1.047%201.572-2.154%202.287-2.984a45%2045%200%200%201%20.624-.708%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.234%2018.184c.618.213%201.236.286%201.85.185c.832-.136%201.532-.571%202.123-1.162c1.254-1.254%202.108-2.888%202.548-4.646l-.23-.111a4.55%204.55%200%200%200-6.438%204.99zm4.473-14.891l.015.015l-.182.33A4.55%204.55%200%200%201%2012%201.45v-.326c3.057-.615%206.497-.04%208.707%202.169%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/mushroom-filled.svg?color=%231a73e8&size=48