round compost icon
round-compost from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-compost
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round compost icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.73 21.5c-4.95-.14-9.08-4.27-9.22-9.22C2.35 6.91 6.67 2.5 12 2.5V1.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 0 1-.85-.36V5.5c-3.58 0-6.5 2.92-6.5 6.5c0 2.21 1.11 4.17 2.81 5.35c.51-.92 1.63-1.62 2.98-1.8c-.09-.69-.26-1.42-.49-2.03c-.33.28-.75.46-1.22.48c-1.14.05-2.08-.99-2.08-2.13v-.86c0-.29-.05-.57-.14-.83a.49.49 0 0 1 .5-.66c1.3.09 3.6.52 3.64 2.48c0 .29-.06.56-.17.8c-.42-.32-.86-.6-1.33-.8c.58.43 1.37 1.37 2 2.6c.67-1.62 1.68-3.27 3-4.6c-.76.52-1.47 1.12-2.13 1.81c-.26-.42-.4-.93-.36-1.47C12.59 9 13.79 8 15.13 8H16c.56 0 .97-.14 1.28-.31a.5.5 0 0 1 .75.44C17.99 9.87 17.56 13 15 13c-.49 0-.94-.14-1.32-.38c-.24.64-.59 1.76-.76 2.96c1.26.22 2.28.89 2.77 1.77a6.51 6.51 0 0 0 2.79-4.87c.02-.26.23-.48.5-.48h1.82c.47 0 .71.24.69.52c-.28 5.09-4.58 9.12-9.76 8.98"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCompost(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="M11.73 21.5c-4.95-.14-9.08-4.27-9.22-9.22C2.35 6.91 6.67 2.5 12 2.5V1.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 0 1-.85-.36V5.5c-3.58 0-6.5 2.92-6.5 6.5c0 2.21 1.11 4.17 2.81 5.35c.51-.92 1.63-1.62 2.98-1.8c-.09-.69-.26-1.42-.49-2.03c-.33.28-.75.46-1.22.48c-1.14.05-2.08-.99-2.08-2.13v-.86c0-.29-.05-.57-.14-.83a.49.49 0 0 1 .5-.66c1.3.09 3.6.52 3.64 2.48c0 .29-.06.56-.17.8c-.42-.32-.86-.6-1.33-.8c.58.43 1.37 1.37 2 2.6c.67-1.62 1.68-3.27 3-4.6c-.76.52-1.47 1.12-2.13 1.81c-.26-.42-.4-.93-.36-1.47C12.59 9 13.79 8 15.13 8H16c.56 0 .97-.14 1.28-.31a.5.5 0 0 1 .75.44C17.99 9.87 17.56 13 15 13c-.49 0-.94-.14-1.32-.38c-.24.64-.59 1.76-.76 2.96c1.26.22 2.28.89 2.77 1.77a6.51 6.51 0 0 0 2.79-4.87c.02-.26.23-.48.5-.48h1.82c.47 0 .71.24.69.52c-.28 5.09-4.58 9.12-9.76 8.98"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.73 21.5c-4.95-.14-9.08-4.27-9.22-9.22C2.35 6.91 6.67 2.5 12 2.5V1.21c0-.45.54-.67.85-.35l2.79 2.79c.2.2.2.51 0 .71l-2.79 2.79a.5.5 0 0 1-.85-.36V5.5c-3.58 0-6.5 2.92-6.5 6.5c0 2.21 1.11 4.17 2.81 5.35c.51-.92 1.63-1.62 2.98-1.8c-.09-.69-.26-1.42-.49-2.03c-.33.28-.75.46-1.22.48c-1.14.05-2.08-.99-2.08-2.13v-.86c0-.29-.05-.57-.14-.83a.49.49 0 0 1 .5-.66c1.3.09 3.6.52 3.64 2.48c0 .29-.06.56-.17.8c-.42-.32-.86-.6-1.33-.8c.58.43 1.37 1.37 2 2.6c.67-1.62 1.68-3.27 3-4.6c-.76.52-1.47 1.12-2.13 1.81c-.26-.42-.4-.93-.36-1.47C12.59 9 13.79 8 15.13 8H16c.56 0 .97-.14 1.28-.31a.5.5 0 0 1 .75.44C17.99 9.87 17.56 13 15 13c-.49 0-.94-.14-1.32-.38c-.24.64-.59 1.76-.76 2.96c1.26.22 2.28.89 2.77 1.77a6.51 6.51 0 0 0 2.79-4.87c.02-.26.23-.48.5-.48h1.82c.47 0 .71.24.69.52c-.28 5.09-4.58 9.12-9.76 8.98"/></svg> </template>
CSS
.icon-round-compost {
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%22M11.73%2021.5c-4.95-.14-9.08-4.27-9.22-9.22C2.35%206.91%206.67%202.5%2012%202.5V1.21c0-.45.54-.67.85-.35l2.79%202.79c.2.2.2.51%200%20.71l-2.79%202.79a.5.5%200%200%201-.85-.36V5.5c-3.58%200-6.5%202.92-6.5%206.5c0%202.21%201.11%204.17%202.81%205.35c.51-.92%201.63-1.62%202.98-1.8c-.09-.69-.26-1.42-.49-2.03c-.33.28-.75.46-1.22.48c-1.14.05-2.08-.99-2.08-2.13v-.86c0-.29-.05-.57-.14-.83a.49.49%200%200%201%20.5-.66c1.3.09%203.6.52%203.64%202.48c0%20.29-.06.56-.17.8c-.42-.32-.86-.6-1.33-.8c.58.43%201.37%201.37%202%202.6c.67-1.62%201.68-3.27%203-4.6c-.76.52-1.47%201.12-2.13%201.81c-.26-.42-.4-.93-.36-1.47C12.59%209%2013.79%208%2015.13%208H16c.56%200%20.97-.14%201.28-.31a.5.5%200%200%201%20.75.44C17.99%209.87%2017.56%2013%2015%2013c-.49%200-.94-.14-1.32-.38c-.24.64-.59%201.76-.76%202.96c1.26.22%202.28.89%202.77%201.77a6.51%206.51%200%200%200%202.79-4.87c.02-.26.23-.48.5-.48h1.82c.47%200%20.71.24.69.52c-.28%205.09-4.58%209.12-9.76%208.98%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%22M11.73%2021.5c-4.95-.14-9.08-4.27-9.22-9.22C2.35%206.91%206.67%202.5%2012%202.5V1.21c0-.45.54-.67.85-.35l2.79%202.79c.2.2.2.51%200%20.71l-2.79%202.79a.5.5%200%200%201-.85-.36V5.5c-3.58%200-6.5%202.92-6.5%206.5c0%202.21%201.11%204.17%202.81%205.35c.51-.92%201.63-1.62%202.98-1.8c-.09-.69-.26-1.42-.49-2.03c-.33.28-.75.46-1.22.48c-1.14.05-2.08-.99-2.08-2.13v-.86c0-.29-.05-.57-.14-.83a.49.49%200%200%201%20.5-.66c1.3.09%203.6.52%203.64%202.48c0%20.29-.06.56-.17.8c-.42-.32-.86-.6-1.33-.8c.58.43%201.37%201.37%202%202.6c.67-1.62%201.68-3.27%203-4.6c-.76.52-1.47%201.12-2.13%201.81c-.26-.42-.4-.93-.36-1.47C12.59%209%2013.79%208%2015.13%208H16c.56%200%20.97-.14%201.28-.31a.5.5%200%200%201%20.75.44C17.99%209.87%2017.56%2013%2015%2013c-.49%200-.94-.14-1.32-.38c-.24.64-.59%201.76-.76%202.96c1.26.22%202.28.89%202.77%201.77a6.51%206.51%200%200%200%202.79-4.87c.02-.26.23-.48.5-.48h1.82c.47%200%20.71.24.69.52c-.28%205.09-4.58%209.12-9.76%208.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-compost.svg?color=%231a73e8&size=48