plant grass icon
plant-grass-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- plant-grass-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="m8.317 3.259l.001.002l.003.003l.009.01l.031.037l.113.137c.096.118.233.29.399.511c.332.442.783 1.079 1.267 1.868A22.3 22.3 0 0 1 12 9.6a22.3 22.3 0 0 1 1.86-3.773c.484-.79.935-1.426 1.267-1.868a18 18 0 0 1 .512-.648l.031-.037l.009-.01l.003-.003v-.002A.751.751 0 0 1 17 3.75v6.556a9.3 9.3 0 0 1 1.138-1.812c.472-.577.915-.935 1.261-1.155c.173-.11.32-.183.432-.232a2 2 0 0 1 .189-.071l.018-.006l.008-.002h.003l.002-.001h.002A.75.75 0 0 1 21 7.75v10A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75v-10a.75.75 0 0 1 .947-.724h.002l.002.001l.003.001l.008.002l.018.006a1.4 1.4 0 0 1 .19.071c.111.05.258.123.43.232c.347.22.79.578 1.262 1.155A9.4 9.4 0 0 1 7 10.306V3.75a.75.75 0 0 1 1.317-.491M4.5 9.212v8.538c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 0 0 1.75-1.75V9.212q-.098.106-.2.232c-.745.909-1.704 2.657-2.312 5.943a.75.75 0 0 1-1.488-.137V6.04a23 23 0 0 0-.36.57c-.913 1.49-1.93 3.533-2.406 5.795a.75.75 0 0 1-1.468 0C10.79 10.143 9.773 8.1 8.86 6.61q-.184-.3-.36-.57v9.21a.75.75 0 0 1-1.487.137C6.404 12.1 5.445 10.353 4.7 9.444a5 5 0 0 0-.201-.232"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantGrass24Regular(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="m8.317 3.259l.001.002l.003.003l.009.01l.031.037l.113.137c.096.118.233.29.399.511c.332.442.783 1.079 1.267 1.868A22.3 22.3 0 0 1 12 9.6a22.3 22.3 0 0 1 1.86-3.773c.484-.79.935-1.426 1.267-1.868a18 18 0 0 1 .512-.648l.031-.037l.009-.01l.003-.003v-.002A.751.751 0 0 1 17 3.75v6.556a9.3 9.3 0 0 1 1.138-1.812c.472-.577.915-.935 1.261-1.155c.173-.11.32-.183.432-.232a2 2 0 0 1 .189-.071l.018-.006l.008-.002h.003l.002-.001h.002A.75.75 0 0 1 21 7.75v10A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75v-10a.75.75 0 0 1 .947-.724h.002l.002.001l.003.001l.008.002l.018.006a1.4 1.4 0 0 1 .19.071c.111.05.258.123.43.232c.347.22.79.578 1.262 1.155A9.4 9.4 0 0 1 7 10.306V3.75a.75.75 0 0 1 1.317-.491M4.5 9.212v8.538c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 0 0 1.75-1.75V9.212q-.098.106-.2.232c-.745.909-1.704 2.657-2.312 5.943a.75.75 0 0 1-1.488-.137V6.04a23 23 0 0 0-.36.57c-.913 1.49-1.93 3.533-2.406 5.795a.75.75 0 0 1-1.468 0C10.79 10.143 9.773 8.1 8.86 6.61q-.184-.3-.36-.57v9.21a.75.75 0 0 1-1.487.137C6.404 12.1 5.445 10.353 4.7 9.444a5 5 0 0 0-.201-.232"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.317 3.259l.001.002l.003.003l.009.01l.031.037l.113.137c.096.118.233.29.399.511c.332.442.783 1.079 1.267 1.868A22.3 22.3 0 0 1 12 9.6a22.3 22.3 0 0 1 1.86-3.773c.484-.79.935-1.426 1.267-1.868a18 18 0 0 1 .512-.648l.031-.037l.009-.01l.003-.003v-.002A.751.751 0 0 1 17 3.75v6.556a9.3 9.3 0 0 1 1.138-1.812c.472-.577.915-.935 1.261-1.155c.173-.11.32-.183.432-.232a2 2 0 0 1 .189-.071l.018-.006l.008-.002h.003l.002-.001h.002A.75.75 0 0 1 21 7.75v10A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75v-10a.75.75 0 0 1 .947-.724h.002l.002.001l.003.001l.008.002l.018.006a1.4 1.4 0 0 1 .19.071c.111.05.258.123.43.232c.347.22.79.578 1.262 1.155A9.4 9.4 0 0 1 7 10.306V3.75a.75.75 0 0 1 1.317-.491M4.5 9.212v8.538c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 0 0 1.75-1.75V9.212q-.098.106-.2.232c-.745.909-1.704 2.657-2.312 5.943a.75.75 0 0 1-1.488-.137V6.04a23 23 0 0 0-.36.57c-.913 1.49-1.93 3.533-2.406 5.795a.75.75 0 0 1-1.468 0C10.79 10.143 9.773 8.1 8.86 6.61q-.184-.3-.36-.57v9.21a.75.75 0 0 1-1.487.137C6.404 12.1 5.445 10.353 4.7 9.444a5 5 0 0 0-.201-.232"/></svg> </template>
CSS
.icon-plant-grass-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.317%203.259l.001.002l.003.003l.009.01l.031.037l.113.137c.096.118.233.29.399.511c.332.442.783%201.079%201.267%201.868A22.3%2022.3%200%200%201%2012%209.6a22.3%2022.3%200%200%201%201.86-3.773c.484-.79.935-1.426%201.267-1.868a18%2018%200%200%201%20.512-.648l.031-.037l.009-.01l.003-.003v-.002A.751.751%200%200%201%2017%203.75v6.556a9.3%209.3%200%200%201%201.138-1.812c.472-.577.915-.935%201.261-1.155c.173-.11.32-.183.432-.232a2%202%200%200%201%20.189-.071l.018-.006l.008-.002h.003l.002-.001h.002A.75.75%200%200%201%2021%207.75v10A3.25%203.25%200%200%201%2017.75%2021H6.25A3.25%203.25%200%200%201%203%2017.75v-10a.75.75%200%200%201%20.947-.724h.002l.002.001l.003.001l.008.002l.018.006a1.4%201.4%200%200%201%20.19.071c.111.05.258.123.43.232c.347.22.79.578%201.262%201.155A9.4%209.4%200%200%201%207%2010.306V3.75a.75.75%200%200%201%201.317-.491M4.5%209.212v8.538c0%20.966.784%201.75%201.75%201.75h11.5a1.75%201.75%200%200%200%201.75-1.75V9.212q-.098.106-.2.232c-.745.909-1.704%202.657-2.312%205.943a.75.75%200%200%201-1.488-.137V6.04a23%2023%200%200%200-.36.57c-.913%201.49-1.93%203.533-2.406%205.795a.75.75%200%200%201-1.468%200C10.79%2010.143%209.773%208.1%208.86%206.61q-.184-.3-.36-.57v9.21a.75.75%200%200%201-1.487.137C6.404%2012.1%205.445%2010.353%204.7%209.444a5%205%200%200%200-.201-.232%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%22m8.317%203.259l.001.002l.003.003l.009.01l.031.037l.113.137c.096.118.233.29.399.511c.332.442.783%201.079%201.267%201.868A22.3%2022.3%200%200%201%2012%209.6a22.3%2022.3%200%200%201%201.86-3.773c.484-.79.935-1.426%201.267-1.868a18%2018%200%200%201%20.512-.648l.031-.037l.009-.01l.003-.003v-.002A.751.751%200%200%201%2017%203.75v6.556a9.3%209.3%200%200%201%201.138-1.812c.472-.577.915-.935%201.261-1.155c.173-.11.32-.183.432-.232a2%202%200%200%201%20.189-.071l.018-.006l.008-.002h.003l.002-.001h.002A.75.75%200%200%201%2021%207.75v10A3.25%203.25%200%200%201%2017.75%2021H6.25A3.25%203.25%200%200%201%203%2017.75v-10a.75.75%200%200%201%20.947-.724h.002l.002.001l.003.001l.008.002l.018.006a1.4%201.4%200%200%201%20.19.071c.111.05.258.123.43.232c.347.22.79.578%201.262%201.155A9.4%209.4%200%200%201%207%2010.306V3.75a.75.75%200%200%201%201.317-.491M4.5%209.212v8.538c0%20.966.784%201.75%201.75%201.75h11.5a1.75%201.75%200%200%200%201.75-1.75V9.212q-.098.106-.2.232c-.745.909-1.704%202.657-2.312%205.943a.75.75%200%200%201-1.488-.137V6.04a23%2023%200%200%200-.36.57c-.913%201.49-1.93%203.533-2.406%205.795a.75.75%200%200%201-1.468%200C10.79%2010.143%209.773%208.1%208.86%206.61q-.184-.3-.36-.57v9.21a.75.75%200%200%201-1.487.137C6.404%2012.1%205.445%2010.353%204.7%209.444a5%205%200%200%200-.201-.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/plant-grass-24-regular.svg?color=%231a73e8&size=48