nature icon
nature-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- nature-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nature-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="M5 22v-2h6v-4H9q-2.075 0-3.537-1.463T4 11q0-1.5.825-2.762T7.05 6.4q.225-1.875 1.638-3.137T12 2t3.313 1.263T16.95 6.4q1.4.575 2.225 1.838T20 11q0 2.075-1.463 3.538T15 16h-2v4h6v2zm4-8h6q1.25 0 2.125-.875T18 11q0-.9-.513-1.65t-1.337-1.1L15.1 7.8l-.15-1.15q-.15-1.125-.987-1.888T12 4t-1.963.763T9.05 6.65L8.9 7.8l-1.05.45q-.825.35-1.337 1.1T6 11q0 1.25.875 2.125T9 14m3-5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNatureOutline(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="M5 22v-2h6v-4H9q-2.075 0-3.537-1.463T4 11q0-1.5.825-2.762T7.05 6.4q.225-1.875 1.638-3.137T12 2t3.313 1.263T16.95 6.4q1.4.575 2.225 1.838T20 11q0 2.075-1.463 3.538T15 16h-2v4h6v2zm4-8h6q1.25 0 2.125-.875T18 11q0-.9-.513-1.65t-1.337-1.1L15.1 7.8l-.15-1.15q-.15-1.125-.987-1.888T12 4t-1.963.763T9.05 6.65L8.9 7.8l-1.05.45q-.825.35-1.337 1.1T6 11q0 1.25.875 2.125T9 14m3-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22v-2h6v-4H9q-2.075 0-3.537-1.463T4 11q0-1.5.825-2.762T7.05 6.4q.225-1.875 1.638-3.137T12 2t3.313 1.263T16.95 6.4q1.4.575 2.225 1.838T20 11q0 2.075-1.463 3.538T15 16h-2v4h6v2zm4-8h6q1.25 0 2.125-.875T18 11q0-.9-.513-1.65t-1.337-1.1L15.1 7.8l-.15-1.15q-.15-1.125-.987-1.888T12 4t-1.963.763T9.05 6.65L8.9 7.8l-1.05.45q-.825.35-1.337 1.1T6 11q0 1.25.875 2.125T9 14m3-5"/></svg> </template>
CSS
.icon-nature-outline {
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%22M5%2022v-2h6v-4H9q-2.075%200-3.537-1.463T4%2011q0-1.5.825-2.762T7.05%206.4q.225-1.875%201.638-3.137T12%202t3.313%201.263T16.95%206.4q1.4.575%202.225%201.838T20%2011q0%202.075-1.463%203.538T15%2016h-2v4h6v2zm4-8h6q1.25%200%202.125-.875T18%2011q0-.9-.513-1.65t-1.337-1.1L15.1%207.8l-.15-1.15q-.15-1.125-.987-1.888T12%204t-1.963.763T9.05%206.65L8.9%207.8l-1.05.45q-.825.35-1.337%201.1T6%2011q0%201.25.875%202.125T9%2014m3-5%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%22M5%2022v-2h6v-4H9q-2.075%200-3.537-1.463T4%2011q0-1.5.825-2.762T7.05%206.4q.225-1.875%201.638-3.137T12%202t3.313%201.263T16.95%206.4q1.4.575%202.225%201.838T20%2011q0%202.075-1.463%203.538T15%2016h-2v4h6v2zm4-8h6q1.25%200%202.125-.875T18%2011q0-.9-.513-1.65t-1.337-1.1L15.1%207.8l-.15-1.15q-.15-1.125-.987-1.888T12%204t-1.963.763T9.05%206.65L8.9%207.8l-1.05.45q-.825.35-1.337%201.1T6%2011q0%201.25.875%202.125T9%2014m3-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nature-outline.svg?color=%231a73e8&size=48