grass from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
grass
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
lawn

The same icon in other sets

More agriculture icons from Material Design Icons

Use the grass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20H2v-2h5.75C7 15.19 4.81 13 2 12.26c.64-.16 1.31-.26 2-.26c4.42 0 8 3.58 8 8m10-7.74c-.64-.16-1.31-.26-2-.26c-2.93 0-5.5 1.58-6.88 3.93c.29.66.53 1.35.67 2.07c.13.65.21 1.32.21 2h8v-2h-5.76c.76-2.81 2.95-5 5.76-5.74M15.64 11c.78-2.07 2.23-3.82 4.09-5c-4.29.16-7.73 3.67-7.73 8c.95-1.25 2.2-2.28 3.64-3m-4.22-2.15A8.53 8.53 0 0 0 6.7 4C8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61c.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29"/></svg>

React

import type { SVGProps } from "react";

export function MdiGrass(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="M12 20H2v-2h5.75C7 15.19 4.81 13 2 12.26c.64-.16 1.31-.26 2-.26c4.42 0 8 3.58 8 8m10-7.74c-.64-.16-1.31-.26-2-.26c-2.93 0-5.5 1.58-6.88 3.93c.29.66.53 1.35.67 2.07c.13.65.21 1.32.21 2h8v-2h-5.76c.76-2.81 2.95-5 5.76-5.74M15.64 11c.78-2.07 2.23-3.82 4.09-5c-4.29.16-7.73 3.67-7.73 8c.95-1.25 2.2-2.28 3.64-3m-4.22-2.15A8.53 8.53 0 0 0 6.7 4C8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61c.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20H2v-2h5.75C7 15.19 4.81 13 2 12.26c.64-.16 1.31-.26 2-.26c4.42 0 8 3.58 8 8m10-7.74c-.64-.16-1.31-.26-2-.26c-2.93 0-5.5 1.58-6.88 3.93c.29.66.53 1.35.67 2.07c.13.65.21 1.32.21 2h8v-2h-5.76c.76-2.81 2.95-5 5.76-5.74M15.64 11c.78-2.07 2.23-3.82 4.09-5c-4.29.16-7.73 3.67-7.73 8c.95-1.25 2.2-2.28 3.64-3m-4.22-2.15A8.53 8.53 0 0 0 6.7 4C8.14 5.86 9 8.18 9 10.71c0 .21-.03.41-.04.61c.43.24.83.52 1.22.82a9.9 9.9 0 0 1 1.24-3.29"/></svg>
</template>

CSS

.icon-grass {
  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%22M12%2020H2v-2h5.75C7%2015.19%204.81%2013%202%2012.26c.64-.16%201.31-.26%202-.26c4.42%200%208%203.58%208%208m10-7.74c-.64-.16-1.31-.26-2-.26c-2.93%200-5.5%201.58-6.88%203.93c.29.66.53%201.35.67%202.07c.13.65.21%201.32.21%202h8v-2h-5.76c.76-2.81%202.95-5%205.76-5.74M15.64%2011c.78-2.07%202.23-3.82%204.09-5c-4.29.16-7.73%203.67-7.73%208c.95-1.25%202.2-2.28%203.64-3m-4.22-2.15A8.53%208.53%200%200%200%206.7%204C8.14%205.86%209%208.18%209%2010.71c0%20.21-.03.41-.04.61c.43.24.83.52%201.22.82a9.9%209.9%200%200%201%201.24-3.29%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%22M12%2020H2v-2h5.75C7%2015.19%204.81%2013%202%2012.26c.64-.16%201.31-.26%202-.26c4.42%200%208%203.58%208%208m10-7.74c-.64-.16-1.31-.26-2-.26c-2.93%200-5.5%201.58-6.88%203.93c.29.66.53%201.35.67%202.07c.13.65.21%201.32.21%202h8v-2h-5.76c.76-2.81%202.95-5%205.76-5.74M15.64%2011c.78-2.07%202.23-3.82%204.09-5c-4.29.16-7.73%203.67-7.73%208c.95-1.25%202.2-2.28%203.64-3m-4.22-2.15A8.53%208.53%200%200%200%206.7%204C8.14%205.86%209%208.18%209%2010.71c0%20.21-.03.41-.04.61c.43.24.83.52%201.22.82a9.9%209.9%200%200%201%201.24-3.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/grass.svg?color=%231a73e8&size=48