round grass icon
round-grass from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-grass
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the round grass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.64 11.02a10 10 0 0 1 2.56-3.83c.38-.36.04-1-.46-.85c-3.32.98-5.75 4.05-5.74 7.69c.95-1.28 2.2-2.31 3.64-3.01m-4.22-2.17a8.56 8.56 0 0 0-2.96-3.87c-.42-.3-.96.19-.72.65C8.54 7.15 9 8.88 9 10.71c0 .21-.03.41-.04.61c.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29M12 20H3c-.55 0-1-.45-1-1s.45-1 1-1h4.75a8.03 8.03 0 0 0-4-5.06a.49.49 0 0 1-.26-.44c0-.27.22-.49.49-.5H4c4.42 0 8 3.58 8 8m8.26-7.06a8 8 0 0 0-4 5.06H21c.55 0 1 .45 1 1s-.45 1-1 1h-7c0-.68-.07-1.35-.2-2c-.15-.72-.38-1.42-.67-2.07A7.97 7.97 0 0 1 20 12h.02a.5.5 0 0 1 .49.5c.01.19-.1.35-.25.44"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundGrass(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="M15.64 11.02a10 10 0 0 1 2.56-3.83c.38-.36.04-1-.46-.85c-3.32.98-5.75 4.05-5.74 7.69c.95-1.28 2.2-2.31 3.64-3.01m-4.22-2.17a8.56 8.56 0 0 0-2.96-3.87c-.42-.3-.96.19-.72.65C8.54 7.15 9 8.88 9 10.71c0 .21-.03.41-.04.61c.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29M12 20H3c-.55 0-1-.45-1-1s.45-1 1-1h4.75a8.03 8.03 0 0 0-4-5.06a.49.49 0 0 1-.26-.44c0-.27.22-.49.49-.5H4c4.42 0 8 3.58 8 8m8.26-7.06a8 8 0 0 0-4 5.06H21c.55 0 1 .45 1 1s-.45 1-1 1h-7c0-.68-.07-1.35-.2-2c-.15-.72-.38-1.42-.67-2.07A7.97 7.97 0 0 1 20 12h.02a.5.5 0 0 1 .49.5c.01.19-.1.35-.25.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.64 11.02a10 10 0 0 1 2.56-3.83c.38-.36.04-1-.46-.85c-3.32.98-5.75 4.05-5.74 7.69c.95-1.28 2.2-2.31 3.64-3.01m-4.22-2.17a8.56 8.56 0 0 0-2.96-3.87c-.42-.3-.96.19-.72.65C8.54 7.15 9 8.88 9 10.71c0 .21-.03.41-.04.61c.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29M12 20H3c-.55 0-1-.45-1-1s.45-1 1-1h4.75a8.03 8.03 0 0 0-4-5.06a.49.49 0 0 1-.26-.44c0-.27.22-.49.49-.5H4c4.42 0 8 3.58 8 8m8.26-7.06a8 8 0 0 0-4 5.06H21c.55 0 1 .45 1 1s-.45 1-1 1h-7c0-.68-.07-1.35-.2-2c-.15-.72-.38-1.42-.67-2.07A7.97 7.97 0 0 1 20 12h.02a.5.5 0 0 1 .49.5c.01.19-.1.35-.25.44"/></svg> </template>
CSS
.icon-round-grass {
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%22M15.64%2011.02a10%2010%200%200%201%202.56-3.83c.38-.36.04-1-.46-.85c-3.32.98-5.75%204.05-5.74%207.69c.95-1.28%202.2-2.31%203.64-3.01m-4.22-2.17a8.56%208.56%200%200%200-2.96-3.87c-.42-.3-.96.19-.72.65C8.54%207.15%209%208.88%209%2010.71c0%20.21-.03.41-.04.61c.43.24.83.52%201.22.82a9.9%209.9%200%200%201%201.24-3.29M12%2020H3c-.55%200-1-.45-1-1s.45-1%201-1h4.75a8.03%208.03%200%200%200-4-5.06a.49.49%200%200%201-.26-.44c0-.27.22-.49.49-.5H4c4.42%200%208%203.58%208%208m8.26-7.06a8%208%200%200%200-4%205.06H21c.55%200%201%20.45%201%201s-.45%201-1%201h-7c0-.68-.07-1.35-.2-2c-.15-.72-.38-1.42-.67-2.07A7.97%207.97%200%200%201%2020%2012h.02a.5.5%200%200%201%20.49.5c.01.19-.1.35-.25.44%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%22M15.64%2011.02a10%2010%200%200%201%202.56-3.83c.38-.36.04-1-.46-.85c-3.32.98-5.75%204.05-5.74%207.69c.95-1.28%202.2-2.31%203.64-3.01m-4.22-2.17a8.56%208.56%200%200%200-2.96-3.87c-.42-.3-.96.19-.72.65C8.54%207.15%209%208.88%209%2010.71c0%20.21-.03.41-.04.61c.43.24.83.52%201.22.82a9.9%209.9%200%200%201%201.24-3.29M12%2020H3c-.55%200-1-.45-1-1s.45-1%201-1h4.75a8.03%208.03%200%200%200-4-5.06a.49.49%200%200%201-.26-.44c0-.27.22-.49.49-.5H4c4.42%200%208%203.58%208%208m8.26-7.06a8%208%200%200%200-4%205.06H21c.55%200%201%20.45%201%201s-.45%201-1%201h-7c0-.68-.07-1.35-.2-2c-.15-.72-.38-1.42-.67-2.07A7.97%207.97%200%200%201%2020%2012h.02a.5.5%200%200%201%20.49.5c.01.19-.1.35-.25.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-grass.svg?color=%231a73e8&size=48