compost-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
compost-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
compost-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the compost icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.5q-1.975 0-3.7-.75t-3.012-2.037T3.25 15.7T2.5 12t.75-3.7t2.038-3.012T8.3 3.25T12 2.5V1.2q0-.35.3-.475t.55.125L15.3 3.3q.3.3.3.7t-.3.7l-2.45 2.45q-.25.25-.55.125T12 6.8V5.5q-2.7 0-4.6 1.9T5.5 12q0 1.65.762 3.063T8.3 17.35q.4-.7 1.188-1.187t1.812-.613q-.075-.525-.2-1.05t-.3-.975q-.275.225-.6.35T9.5 14q-.825 0-1.412-.587T7.5 12v-1q0-.2-.038-.387t-.087-.363q-.125-.275.038-.513t.437-.212q1.125.05 2.375.55T11.5 12q0 .225-.037.413t-.138.387q-.325-.25-.65-.45T10 12q.425.325.975 1T12 14.6q.5-1.225 1.25-2.412T15 10q-.575.4-1.1.85t-1.025.95q-.175-.275-.275-.612t-.1-.688q0-1.05.725-1.775T15 8h1q.35 0 .738-.088t.662-.337q.175-.175.4-.088t.225.338q0 .625-.087 1.513t-.4 1.7t-.913 1.387T15 13q-.375 0-.712-.1t-.613-.275q-.175.475-.4 1.263t-.35 1.687q.95.175 1.675.65t1.1 1.125q1.05-.725 1.75-1.8t.95-2.375q.125-.625.563-1.05T20 11.7q.65 0 1.088.463t.337 1.087q-.45 3.525-3.113 5.888T12 21.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCompostRounded(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="M12 21.5q-1.975 0-3.7-.75t-3.012-2.037T3.25 15.7T2.5 12t.75-3.7t2.038-3.012T8.3 3.25T12 2.5V1.2q0-.35.3-.475t.55.125L15.3 3.3q.3.3.3.7t-.3.7l-2.45 2.45q-.25.25-.55.125T12 6.8V5.5q-2.7 0-4.6 1.9T5.5 12q0 1.65.762 3.063T8.3 17.35q.4-.7 1.188-1.187t1.812-.613q-.075-.525-.2-1.05t-.3-.975q-.275.225-.6.35T9.5 14q-.825 0-1.412-.587T7.5 12v-1q0-.2-.038-.387t-.087-.363q-.125-.275.038-.513t.437-.212q1.125.05 2.375.55T11.5 12q0 .225-.037.413t-.138.387q-.325-.25-.65-.45T10 12q.425.325.975 1T12 14.6q.5-1.225 1.25-2.412T15 10q-.575.4-1.1.85t-1.025.95q-.175-.275-.275-.612t-.1-.688q0-1.05.725-1.775T15 8h1q.35 0 .738-.088t.662-.337q.175-.175.4-.088t.225.338q0 .625-.087 1.513t-.4 1.7t-.913 1.387T15 13q-.375 0-.712-.1t-.613-.275q-.175.475-.4 1.263t-.35 1.687q.95.175 1.675.65t1.1 1.125q1.05-.725 1.75-1.8t.95-2.375q.125-.625.563-1.05T20 11.7q.65 0 1.088.463t.337 1.087q-.45 3.525-3.113 5.888T12 21.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.5q-1.975 0-3.7-.75t-3.012-2.037T3.25 15.7T2.5 12t.75-3.7t2.038-3.012T8.3 3.25T12 2.5V1.2q0-.35.3-.475t.55.125L15.3 3.3q.3.3.3.7t-.3.7l-2.45 2.45q-.25.25-.55.125T12 6.8V5.5q-2.7 0-4.6 1.9T5.5 12q0 1.65.762 3.063T8.3 17.35q.4-.7 1.188-1.187t1.812-.613q-.075-.525-.2-1.05t-.3-.975q-.275.225-.6.35T9.5 14q-.825 0-1.412-.587T7.5 12v-1q0-.2-.038-.387t-.087-.363q-.125-.275.038-.513t.437-.212q1.125.05 2.375.55T11.5 12q0 .225-.037.413t-.138.387q-.325-.25-.65-.45T10 12q.425.325.975 1T12 14.6q.5-1.225 1.25-2.412T15 10q-.575.4-1.1.85t-1.025.95q-.175-.275-.275-.612t-.1-.688q0-1.05.725-1.775T15 8h1q.35 0 .738-.088t.662-.337q.175-.175.4-.088t.225.338q0 .625-.087 1.513t-.4 1.7t-.913 1.387T15 13q-.375 0-.712-.1t-.613-.275q-.175.475-.4 1.263t-.35 1.687q.95.175 1.675.65t1.1 1.125q1.05-.725 1.75-1.8t.95-2.375q.125-.625.563-1.05T20 11.7q.65 0 1.088.463t.337 1.087q-.45 3.525-3.113 5.888T12 21.5"/></svg>
</template>

CSS

.icon-compost-rounded {
  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%22M12%2021.5q-1.975%200-3.7-.75t-3.012-2.037T3.25%2015.7T2.5%2012t.75-3.7t2.038-3.012T8.3%203.25T12%202.5V1.2q0-.35.3-.475t.55.125L15.3%203.3q.3.3.3.7t-.3.7l-2.45%202.45q-.25.25-.55.125T12%206.8V5.5q-2.7%200-4.6%201.9T5.5%2012q0%201.65.762%203.063T8.3%2017.35q.4-.7%201.188-1.187t1.812-.613q-.075-.525-.2-1.05t-.3-.975q-.275.225-.6.35T9.5%2014q-.825%200-1.412-.587T7.5%2012v-1q0-.2-.038-.387t-.087-.363q-.125-.275.038-.513t.437-.212q1.125.05%202.375.55T11.5%2012q0%20.225-.037.413t-.138.387q-.325-.25-.65-.45T10%2012q.425.325.975%201T12%2014.6q.5-1.225%201.25-2.412T15%2010q-.575.4-1.1.85t-1.025.95q-.175-.275-.275-.612t-.1-.688q0-1.05.725-1.775T15%208h1q.35%200%20.738-.088t.662-.337q.175-.175.4-.088t.225.338q0%20.625-.087%201.513t-.4%201.7t-.913%201.387T15%2013q-.375%200-.712-.1t-.613-.275q-.175.475-.4%201.263t-.35%201.687q.95.175%201.675.65t1.1%201.125q1.05-.725%201.75-1.8t.95-2.375q.125-.625.563-1.05T20%2011.7q.65%200%201.088.463t.337%201.087q-.45%203.525-3.113%205.888T12%2021.5%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%22M12%2021.5q-1.975%200-3.7-.75t-3.012-2.037T3.25%2015.7T2.5%2012t.75-3.7t2.038-3.012T8.3%203.25T12%202.5V1.2q0-.35.3-.475t.55.125L15.3%203.3q.3.3.3.7t-.3.7l-2.45%202.45q-.25.25-.55.125T12%206.8V5.5q-2.7%200-4.6%201.9T5.5%2012q0%201.65.762%203.063T8.3%2017.35q.4-.7%201.188-1.187t1.812-.613q-.075-.525-.2-1.05t-.3-.975q-.275.225-.6.35T9.5%2014q-.825%200-1.412-.587T7.5%2012v-1q0-.2-.038-.387t-.087-.363q-.125-.275.038-.513t.437-.212q1.125.05%202.375.55T11.5%2012q0%20.225-.037.413t-.138.387q-.325-.25-.65-.45T10%2012q.425.325.975%201T12%2014.6q.5-1.225%201.25-2.412T15%2010q-.575.4-1.1.85t-1.025.95q-.175-.275-.275-.612t-.1-.688q0-1.05.725-1.775T15%208h1q.35%200%20.738-.088t.662-.337q.175-.175.4-.088t.225.338q0%20.625-.087%201.513t-.4%201.7t-.913%201.387T15%2013q-.375%200-.712-.1t-.613-.275q-.175.475-.4%201.263t-.35%201.687q.95.175%201.675.65t1.1%201.125q1.05-.725%201.75-1.8t.95-2.375q.125-.625.563-1.05T20%2011.7q.65%200%201.088.463t.337%201.087q-.45%203.525-3.113%205.888T12%2021.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/compost-rounded.svg?color=%231a73e8&size=48