nature from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
nature
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
nature-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the nature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21.116v-1h5.5v-4.731H9q-1.671 0-2.835-1.165Q5 13.056 5 11.385q0-1.327.864-2.35q.863-1.021 2.109-1.558q.206-1.971 1.301-3.032T12 3.385t2.726 1.06t1.301 3.032q1.265.498 2.12 1.54q.853 1.04.853 2.368q0 1.67-1.164 2.835Q16.67 15.385 15 15.385h-2.5v4.73H18v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNature(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="M6 21.116v-1h5.5v-4.731H9q-1.671 0-2.835-1.165Q5 13.056 5 11.385q0-1.327.864-2.35q.863-1.021 2.109-1.558q.206-1.971 1.301-3.032T12 3.385t2.726 1.06t1.301 3.032q1.265.498 2.12 1.54q.853 1.04.853 2.368q0 1.67-1.164 2.835Q16.67 15.385 15 15.385h-2.5v4.73H18v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21.116v-1h5.5v-4.731H9q-1.671 0-2.835-1.165Q5 13.056 5 11.385q0-1.327.864-2.35q.863-1.021 2.109-1.558q.206-1.971 1.301-3.032T12 3.385t2.726 1.06t1.301 3.032q1.265.498 2.12 1.54q.853 1.04.853 2.368q0 1.67-1.164 2.835Q16.67 15.385 15 15.385h-2.5v4.73H18v1z"/></svg>
</template>

CSS

.icon-nature {
  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%22M6%2021.116v-1h5.5v-4.731H9q-1.671%200-2.835-1.165Q5%2013.056%205%2011.385q0-1.327.864-2.35q.863-1.021%202.109-1.558q.206-1.971%201.301-3.032T12%203.385t2.726%201.06t1.301%203.032q1.265.498%202.12%201.54q.853%201.04.853%202.368q0%201.67-1.164%202.835Q16.67%2015.385%2015%2015.385h-2.5v4.73H18v1z%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%22M6%2021.116v-1h5.5v-4.731H9q-1.671%200-2.835-1.165Q5%2013.056%205%2011.385q0-1.327.864-2.35q.863-1.021%202.109-1.558q.206-1.971%201.301-3.032T12%203.385t2.726%201.06t1.301%203.032q1.265.498%202.12%201.54q.853%201.04.853%202.368q0%201.67-1.164%202.835Q16.67%2015.385%2015%2015.385h-2.5v4.73H18v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/nature.svg?color=%231a73e8&size=48