plant grass icon
plant-grass-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- plant-grass-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-.354M4 7.468V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7.468c-.13.126-.273.28-.42.466c-.62.79-1.34 2.198-1.582 4.616A.5.5 0 0 1 13 12.5V4.86c-.199.26-.419.567-.643.913c-.79 1.214-1.624 2.891-1.86 4.789a.5.5 0 0 1-.993 0c-.237-1.898-1.071-3.575-1.86-4.79A15 15 0 0 0 7 4.86v7.64a.5.5 0 0 1-.998.05c-.241-2.418-.961-3.825-1.583-4.616A4.5 4.5 0 0 0 4 7.468"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlantGrass20Regular(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-.354M4 7.468V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7.468c-.13.126-.273.28-.42.466c-.62.79-1.34 2.198-1.582 4.616A.5.5 0 0 1 13 12.5V4.86c-.199.26-.419.567-.643.913c-.79 1.214-1.624 2.891-1.86 4.789a.5.5 0 0 1-.993 0c-.237-1.898-1.071-3.575-1.86-4.79A15 15 0 0 0 7 4.86v7.64a.5.5 0 0 1-.998.05c-.241-2.418-.961-3.825-1.583-4.616A4.5 4.5 0 0 0 4 7.468"/></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-.354M4 7.468V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7.468c-.13.126-.273.28-.42.466c-.62.79-1.34 2.198-1.582 4.616A.5.5 0 0 1 13 12.5V4.86c-.199.26-.419.567-.643.913c-.79 1.214-1.624 2.891-1.86 4.789a.5.5 0 0 1-.993 0c-.237-1.898-1.071-3.575-1.86-4.79A15 15 0 0 0 7 4.86v7.64a.5.5 0 0 1-.998.05c-.241-2.418-.961-3.825-1.583-4.616A4.5 4.5 0 0 0 4 7.468"/></svg> </template>
CSS
.icon-plant-grass-20-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%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-.354M4%207.468V14a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V7.468c-.13.126-.273.28-.42.466c-.62.79-1.34%202.198-1.582%204.616A.5.5%200%200%201%2013%2012.5V4.86c-.199.26-.419.567-.643.913c-.79%201.214-1.624%202.891-1.86%204.789a.5.5%200%200%201-.993%200c-.237-1.898-1.071-3.575-1.86-4.79A15%2015%200%200%200%207%204.86v7.64a.5.5%200%200%201-.998.05c-.241-2.418-.961-3.825-1.583-4.616A4.5%204.5%200%200%200%204%207.468%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-.354M4%207.468V14a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V7.468c-.13.126-.273.28-.42.466c-.62.79-1.34%202.198-1.582%204.616A.5.5%200%200%201%2013%2012.5V4.86c-.199.26-.419.567-.643.913c-.79%201.214-1.624%202.891-1.86%204.789a.5.5%200%200%201-.993%200c-.237-1.898-1.071-3.575-1.86-4.79A15%2015%200%200%200%207%204.86v7.64a.5.5%200%200%201-.998.05c-.241-2.418-.961-3.825-1.583-4.616A4.5%204.5%200%200%200%204%207.468%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-regular.svg?color=%231a73e8&size=48