plant grass icon
plant-grass-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- plant-grass-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.259A.75.75 0 0 0 7 3.75v6.556a9.3 9.3 0 0 0-1.138-1.812c-.472-.577-.915-.935-1.261-1.155a3 3 0 0 0-.432-.232a2 2 0 0 0-.189-.071l-.018-.006l-.008-.002h-.003l-.002-.001h-.002A.75.75 0 0 0 3 7.75v10A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75v-10a.75.75 0 0 0-.947-.724h-.002l-.002.001l-.003.001l-.008.002l-.018.006a1.4 1.4 0 0 0-.19.071a3 3 0 0 0-.43.232c-.347.22-.79.578-1.262 1.155A9.3 9.3 0 0 0 17 10.306V3.75a.75.75 0 0 0-1.317-.491l-.001.002l-.003.003l-.009.01l-.031.037l-.113.137c-.096.118-.233.29-.399.511a24 24 0 0 0-1.267 1.868A22.3 22.3 0 0 0 12 9.6a22.3 22.3 0 0 0-1.86-3.773A24 24 0 0 0 8.873 3.96a18 18 0 0 0-.512-.648l-.031-.037l-.009-.01l-.003-.003z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantGrass24Filled(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.259A.75.75 0 0 0 7 3.75v6.556a9.3 9.3 0 0 0-1.138-1.812c-.472-.577-.915-.935-1.261-1.155a3 3 0 0 0-.432-.232a2 2 0 0 0-.189-.071l-.018-.006l-.008-.002h-.003l-.002-.001h-.002A.75.75 0 0 0 3 7.75v10A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75v-10a.75.75 0 0 0-.947-.724h-.002l-.002.001l-.003.001l-.008.002l-.018.006a1.4 1.4 0 0 0-.19.071a3 3 0 0 0-.43.232c-.347.22-.79.578-1.262 1.155A9.3 9.3 0 0 0 17 10.306V3.75a.75.75 0 0 0-1.317-.491l-.001.002l-.003.003l-.009.01l-.031.037l-.113.137c-.096.118-.233.29-.399.511a24 24 0 0 0-1.267 1.868A22.3 22.3 0 0 0 12 9.6a22.3 22.3 0 0 0-1.86-3.773A24 24 0 0 0 8.873 3.96a18 18 0 0 0-.512-.648l-.031-.037l-.009-.01l-.003-.003z"/></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.259A.75.75 0 0 0 7 3.75v6.556a9.3 9.3 0 0 0-1.138-1.812c-.472-.577-.915-.935-1.261-1.155a3 3 0 0 0-.432-.232a2 2 0 0 0-.189-.071l-.018-.006l-.008-.002h-.003l-.002-.001h-.002A.75.75 0 0 0 3 7.75v10A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75v-10a.75.75 0 0 0-.947-.724h-.002l-.002.001l-.003.001l-.008.002l-.018.006a1.4 1.4 0 0 0-.19.071a3 3 0 0 0-.43.232c-.347.22-.79.578-1.262 1.155A9.3 9.3 0 0 0 17 10.306V3.75a.75.75 0 0 0-1.317-.491l-.001.002l-.003.003l-.009.01l-.031.037l-.113.137c-.096.118-.233.29-.399.511a24 24 0 0 0-1.267 1.868A22.3 22.3 0 0 0 12 9.6a22.3 22.3 0 0 0-1.86-3.773A24 24 0 0 0 8.873 3.96a18 18 0 0 0-.512-.648l-.031-.037l-.009-.01l-.003-.003z"/></svg> </template>
CSS
.icon-plant-grass-24-filled {
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.259A.75.75%200%200%200%207%203.75v6.556a9.3%209.3%200%200%200-1.138-1.812c-.472-.577-.915-.935-1.261-1.155a3%203%200%200%200-.432-.232a2%202%200%200%200-.189-.071l-.018-.006l-.008-.002h-.003l-.002-.001h-.002A.75.75%200%200%200%203%207.75v10A3.25%203.25%200%200%200%206.25%2021h11.5A3.25%203.25%200%200%200%2021%2017.75v-10a.75.75%200%200%200-.947-.724h-.002l-.002.001l-.003.001l-.008.002l-.018.006a1.4%201.4%200%200%200-.19.071a3%203%200%200%200-.43.232c-.347.22-.79.578-1.262%201.155A9.3%209.3%200%200%200%2017%2010.306V3.75a.75.75%200%200%200-1.317-.491l-.001.002l-.003.003l-.009.01l-.031.037l-.113.137c-.096.118-.233.29-.399.511a24%2024%200%200%200-1.267%201.868A22.3%2022.3%200%200%200%2012%209.6a22.3%2022.3%200%200%200-1.86-3.773A24%2024%200%200%200%208.873%203.96a18%2018%200%200%200-.512-.648l-.031-.037l-.009-.01l-.003-.003z%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.259A.75.75%200%200%200%207%203.75v6.556a9.3%209.3%200%200%200-1.138-1.812c-.472-.577-.915-.935-1.261-1.155a3%203%200%200%200-.432-.232a2%202%200%200%200-.189-.071l-.018-.006l-.008-.002h-.003l-.002-.001h-.002A.75.75%200%200%200%203%207.75v10A3.25%203.25%200%200%200%206.25%2021h11.5A3.25%203.25%200%200%200%2021%2017.75v-10a.75.75%200%200%200-.947-.724h-.002l-.002.001l-.003.001l-.008.002l-.018.006a1.4%201.4%200%200%200-.19.071a3%203%200%200%200-.43.232c-.347.22-.79.578-1.262%201.155A9.3%209.3%200%200%200%2017%2010.306V3.75a.75.75%200%200%200-1.317-.491l-.001.002l-.003.003l-.009.01l-.031.037l-.113.137c-.096.118-.233.29-.399.511a24%2024%200%200%200-1.267%201.868A22.3%2022.3%200%200%200%2012%209.6a22.3%2022.3%200%200%200-1.86-3.773A24%2024%200%200%200%208.873%203.96a18%2018%200%200%200-.512-.648l-.031-.037l-.009-.01l-.003-.003z%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-filled.svg?color=%231a73e8&size=48