plant grass icon
plant-grass-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- plant-grass-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the plant grass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m9.309 3.25l.002.002l.003.004l.012.013a6 6 0 0 1 .187.22c.125.152.302.373.516.658a26 26 0 0 1 1.619 2.443A25.5 25.5 0 0 1 14 11.896a25.5 25.5 0 0 1 2.352-5.306a26 26 0 0 1 1.619-2.443a18 18 0 0 1 .703-.878l.012-.013l.003-.004l.001-.001l.001-.001a.75.75 0 0 1 1.309.5v9.364a15 15 0 0 1 1.617-2.78a10.8 10.8 0 0 1 1.534-1.684a7 7 0 0 1 .645-.5l.044-.029l.015-.009l.005-.003l.002-.001h.001A.751.751 0 0 1 25 8.75v12.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V8.75a.75.75 0 0 1 1.136-.643l.002.001l.002.001l.005.003l.015.01a3 3 0 0 1 .192.13c.123.09.293.22.497.398c.408.357.953.903 1.534 1.683c.536.72 1.101 1.637 1.617 2.781V3.75a.75.75 0 0 1 1.309-.5M4.5 10.406V21.25a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25V10.406q-.318.343-.68.823c-1.023 1.374-2.226 3.64-2.83 7.148a.75.75 0 0 1-1.49-.127V5.99c-.265.394-.555.848-.852 1.357c-1.157 1.978-2.424 4.761-2.906 8.013a.75.75 0 0 1-1.484 0c-.482-3.252-1.75-6.035-2.905-8.013A26 26 0 0 0 9.5 5.99v12.26a.75.75 0 0 1-1.49.127c-.604-3.509-1.807-5.774-2.83-7.148q-.362-.48-.68-.823"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantGrass28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m9.309 3.25l.002.002l.003.004l.012.013a6 6 0 0 1 .187.22c.125.152.302.373.516.658a26 26 0 0 1 1.619 2.443A25.5 25.5 0 0 1 14 11.896a25.5 25.5 0 0 1 2.352-5.306a26 26 0 0 1 1.619-2.443a18 18 0 0 1 .703-.878l.012-.013l.003-.004l.001-.001l.001-.001a.75.75 0 0 1 1.309.5v9.364a15 15 0 0 1 1.617-2.78a10.8 10.8 0 0 1 1.534-1.684a7 7 0 0 1 .645-.5l.044-.029l.015-.009l.005-.003l.002-.001h.001A.751.751 0 0 1 25 8.75v12.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V8.75a.75.75 0 0 1 1.136-.643l.002.001l.002.001l.005.003l.015.01a3 3 0 0 1 .192.13c.123.09.293.22.497.398c.408.357.953.903 1.534 1.683c.536.72 1.101 1.637 1.617 2.781V3.75a.75.75 0 0 1 1.309-.5M4.5 10.406V21.25a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25V10.406q-.318.343-.68.823c-1.023 1.374-2.226 3.64-2.83 7.148a.75.75 0 0 1-1.49-.127V5.99c-.265.394-.555.848-.852 1.357c-1.157 1.978-2.424 4.761-2.906 8.013a.75.75 0 0 1-1.484 0c-.482-3.252-1.75-6.035-2.905-8.013A26 26 0 0 0 9.5 5.99v12.26a.75.75 0 0 1-1.49.127c-.604-3.509-1.807-5.774-2.83-7.148q-.362-.48-.68-.823"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m9.309 3.25l.002.002l.003.004l.012.013a6 6 0 0 1 .187.22c.125.152.302.373.516.658a26 26 0 0 1 1.619 2.443A25.5 25.5 0 0 1 14 11.896a25.5 25.5 0 0 1 2.352-5.306a26 26 0 0 1 1.619-2.443a18 18 0 0 1 .703-.878l.012-.013l.003-.004l.001-.001l.001-.001a.75.75 0 0 1 1.309.5v9.364a15 15 0 0 1 1.617-2.78a10.8 10.8 0 0 1 1.534-1.684a7 7 0 0 1 .645-.5l.044-.029l.015-.009l.005-.003l.002-.001h.001A.751.751 0 0 1 25 8.75v12.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25V8.75a.75.75 0 0 1 1.136-.643l.002.001l.002.001l.005.003l.015.01a3 3 0 0 1 .192.13c.123.09.293.22.497.398c.408.357.953.903 1.534 1.683c.536.72 1.101 1.637 1.617 2.781V3.75a.75.75 0 0 1 1.309-.5M4.5 10.406V21.25a2.25 2.25 0 0 0 2.25 2.25h14.5a2.25 2.25 0 0 0 2.25-2.25V10.406q-.318.343-.68.823c-1.023 1.374-2.226 3.64-2.83 7.148a.75.75 0 0 1-1.49-.127V5.99c-.265.394-.555.848-.852 1.357c-1.157 1.978-2.424 4.761-2.906 8.013a.75.75 0 0 1-1.484 0c-.482-3.252-1.75-6.035-2.905-8.013A26 26 0 0 0 9.5 5.99v12.26a.75.75 0 0 1-1.49.127c-.604-3.509-1.807-5.774-2.83-7.148q-.362-.48-.68-.823"/></svg> </template>
CSS
.icon-plant-grass-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.309%203.25l.002.002l.003.004l.012.013a6%206%200%200%201%20.187.22c.125.152.302.373.516.658a26%2026%200%200%201%201.619%202.443A25.5%2025.5%200%200%201%2014%2011.896a25.5%2025.5%200%200%201%202.352-5.306a26%2026%200%200%201%201.619-2.443a18%2018%200%200%201%20.703-.878l.012-.013l.003-.004l.001-.001l.001-.001a.75.75%200%200%201%201.309.5v9.364a15%2015%200%200%201%201.617-2.78a10.8%2010.8%200%200%201%201.534-1.684a7%207%200%200%201%20.645-.5l.044-.029l.015-.009l.005-.003l.002-.001h.001A.751.751%200%200%201%2025%208.75v12.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V8.75a.75.75%200%200%201%201.136-.643l.002.001l.002.001l.005.003l.015.01a3%203%200%200%201%20.192.13c.123.09.293.22.497.398c.408.357.953.903%201.534%201.683c.536.72%201.101%201.637%201.617%202.781V3.75a.75.75%200%200%201%201.309-.5M4.5%2010.406V21.25a2.25%202.25%200%200%200%202.25%202.25h14.5a2.25%202.25%200%200%200%202.25-2.25V10.406q-.318.343-.68.823c-1.023%201.374-2.226%203.64-2.83%207.148a.75.75%200%200%201-1.49-.127V5.99c-.265.394-.555.848-.852%201.357c-1.157%201.978-2.424%204.761-2.906%208.013a.75.75%200%200%201-1.484%200c-.482-3.252-1.75-6.035-2.905-8.013A26%2026%200%200%200%209.5%205.99v12.26a.75.75%200%200%201-1.49.127c-.604-3.509-1.807-5.774-2.83-7.148q-.362-.48-.68-.823%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.309%203.25l.002.002l.003.004l.012.013a6%206%200%200%201%20.187.22c.125.152.302.373.516.658a26%2026%200%200%201%201.619%202.443A25.5%2025.5%200%200%201%2014%2011.896a25.5%2025.5%200%200%201%202.352-5.306a26%2026%200%200%201%201.619-2.443a18%2018%200%200%201%20.703-.878l.012-.013l.003-.004l.001-.001l.001-.001a.75.75%200%200%201%201.309.5v9.364a15%2015%200%200%201%201.617-2.78a10.8%2010.8%200%200%201%201.534-1.684a7%207%200%200%201%20.645-.5l.044-.029l.015-.009l.005-.003l.002-.001h.001A.751.751%200%200%201%2025%208.75v12.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25V8.75a.75.75%200%200%201%201.136-.643l.002.001l.002.001l.005.003l.015.01a3%203%200%200%201%20.192.13c.123.09.293.22.497.398c.408.357.953.903%201.534%201.683c.536.72%201.101%201.637%201.617%202.781V3.75a.75.75%200%200%201%201.309-.5M4.5%2010.406V21.25a2.25%202.25%200%200%200%202.25%202.25h14.5a2.25%202.25%200%200%200%202.25-2.25V10.406q-.318.343-.68.823c-1.023%201.374-2.226%203.64-2.83%207.148a.75.75%200%200%201-1.49-.127V5.99c-.265.394-.555.848-.852%201.357c-1.157%201.978-2.424%204.761-2.906%208.013a.75.75%200%200%201-1.484%200c-.482-3.252-1.75-6.035-2.905-8.013A26%2026%200%200%200%209.5%205.99v12.26a.75.75%200%200%201-1.49.127c-.604-3.509-1.807-5.774-2.83-7.148q-.362-.48-.68-.823%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/plant-grass-28-regular.svg?color=%231a73e8&size=48