plant grass icon
plant-grass-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- plant-grass-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6.854 3.146v.002l.003.002l.008.008l.029.03q.037.038.103.11c.088.094.212.233.362.411c.3.357.703.873 1.123 1.519c.538.827 1.11 1.878 1.518 3.082c.409-1.204.98-2.255 1.518-3.082a16 16 0 0 1 1.123-1.519a12 12 0 0 1 .465-.521l.029-.03l.008-.008l.002-.002v-.001A.501.501 0 0 1 14 3.5v5.106c.251-.522.525-.947.794-1.29c.376-.478.74-.792 1.018-.99a3 3 0 0 1 .45-.267l.033-.015l.011-.005l.005-.002h.002l.001-.001A.5.5 0 0 1 17 6.5V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a.5.5 0 0 1 .686-.464h.001l.002.001l.005.002l.011.005a1 1 0 0 1 .14.068c.086.046.204.116.343.215c.279.197.642.511 1.018.99c.27.342.543.767.794 1.29V3.5a.5.5 0 0 1 .854-.354"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantGrass20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.854 3.146v.002l.003.002l.008.008l.029.03q.037.038.103.11c.088.094.212.233.362.411c.3.357.703.873 1.123 1.519c.538.827 1.11 1.878 1.518 3.082c.409-1.204.98-2.255 1.518-3.082a16 16 0 0 1 1.123-1.519a12 12 0 0 1 .465-.521l.029-.03l.008-.008l.002-.002v-.001A.501.501 0 0 1 14 3.5v5.106c.251-.522.525-.947.794-1.29c.376-.478.74-.792 1.018-.99a3 3 0 0 1 .45-.267l.033-.015l.011-.005l.005-.002h.002l.001-.001A.5.5 0 0 1 17 6.5V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a.5.5 0 0 1 .686-.464h.001l.002.001l.005.002l.011.005a1 1 0 0 1 .14.068c.086.046.204.116.343.215c.279.197.642.511 1.018.99c.27.342.543.767.794 1.29V3.5a.5.5 0 0 1 .854-.354"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.854 3.146v.002l.003.002l.008.008l.029.03q.037.038.103.11c.088.094.212.233.362.411c.3.357.703.873 1.123 1.519c.538.827 1.11 1.878 1.518 3.082c.409-1.204.98-2.255 1.518-3.082a16 16 0 0 1 1.123-1.519a12 12 0 0 1 .465-.521l.029-.03l.008-.008l.002-.002v-.001A.501.501 0 0 1 14 3.5v5.106c.251-.522.525-.947.794-1.29c.376-.478.74-.792 1.018-.99a3 3 0 0 1 .45-.267l.033-.015l.011-.005l.005-.002h.002l.001-.001A.5.5 0 0 1 17 6.5V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a.5.5 0 0 1 .686-.464h.001l.002.001l.005.002l.011.005a1 1 0 0 1 .14.068c.086.046.204.116.343.215c.279.197.642.511 1.018.99c.27.342.543.767.794 1.29V3.5a.5.5 0 0 1 .854-.354"/></svg> </template>
CSS
.icon-plant-grass-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.854%203.146v.002l.003.002l.008.008l.029.03q.037.038.103.11c.088.094.212.233.362.411c.3.357.703.873%201.123%201.519c.538.827%201.11%201.878%201.518%203.082c.409-1.204.98-2.255%201.518-3.082a16%2016%200%200%201%201.123-1.519a12%2012%200%200%201%20.465-.521l.029-.03l.008-.008l.002-.002v-.001A.501.501%200%200%201%2014%203.5v5.106c.251-.522.525-.947.794-1.29c.376-.478.74-.792%201.018-.99a3%203%200%200%201%20.45-.267l.033-.015l.011-.005l.005-.002h.002l.001-.001A.5.5%200%200%201%2017%206.5V14a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6.5a.5.5%200%200%201%20.686-.464h.001l.002.001l.005.002l.011.005a1%201%200%200%201%20.14.068c.086.046.204.116.343.215c.279.197.642.511%201.018.99c.27.342.543.767.794%201.29V3.5a.5.5%200%200%201%20.854-.354%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.854%203.146v.002l.003.002l.008.008l.029.03q.037.038.103.11c.088.094.212.233.362.411c.3.357.703.873%201.123%201.519c.538.827%201.11%201.878%201.518%203.082c.409-1.204.98-2.255%201.518-3.082a16%2016%200%200%201%201.123-1.519a12%2012%200%200%201%20.465-.521l.029-.03l.008-.008l.002-.002v-.001A.501.501%200%200%201%2014%203.5v5.106c.251-.522.525-.947.794-1.29c.376-.478.74-.792%201.018-.99a3%203%200%200%201%20.45-.267l.033-.015l.011-.005l.005-.002h.002l.001-.001A.5.5%200%200%201%2017%206.5V14a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6.5a.5.5%200%200%201%20.686-.464h.001l.002.001l.005.002l.011.005a1%201%200%200%201%20.14.068c.086.046.204.116.343.215c.279.197.642.511%201.018.99c.27.342.543.767.794%201.29V3.5a.5.5%200%200%201%20.854-.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/plant-grass-20-filled.svg?color=%231a73e8&size=48