forest icon
forest-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- forest-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the forest icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 21v-2h4v2q0 .425-.288.713T16 22h-2q-.425 0-.712-.288T13 21m-6 0v-3H1.825q-.6 0-.875-.525T1 16.45L3.85 12q-.575 0-.862-.512t.062-1.013l5.125-7.3q.15-.2.375-.312T9 2.75t.45.113t.375.312l5.125 7.3q.35.5.063 1.013T14.15 12l2.875 4.45q.325.5.05 1.025T16.2 18H11v3q0 .425-.288.713T10 22H8q-.425 0-.712-.288T7 21m12.25-3L16 13q.6 0 .888-.537t-.063-1.038l-4.2-6l1.55-2.25q.15-.2.375-.312T15 2.75t.45.113t.375.312l5.125 7.3q.35.5.063 1.013T20.15 12L23 16.45q.325.5.05 1.025t-.875.525z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsForestRounded(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="M13 21v-2h4v2q0 .425-.288.713T16 22h-2q-.425 0-.712-.288T13 21m-6 0v-3H1.825q-.6 0-.875-.525T1 16.45L3.85 12q-.575 0-.862-.512t.062-1.013l5.125-7.3q.15-.2.375-.312T9 2.75t.45.113t.375.312l5.125 7.3q.35.5.063 1.013T14.15 12l2.875 4.45q.325.5.05 1.025T16.2 18H11v3q0 .425-.288.713T10 22H8q-.425 0-.712-.288T7 21m12.25-3L16 13q.6 0 .888-.537t-.063-1.038l-4.2-6l1.55-2.25q.15-.2.375-.312T15 2.75t.45.113t.375.312l5.125 7.3q.35.5.063 1.013T20.15 12L23 16.45q.325.5.05 1.025t-.875.525z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 21v-2h4v2q0 .425-.288.713T16 22h-2q-.425 0-.712-.288T13 21m-6 0v-3H1.825q-.6 0-.875-.525T1 16.45L3.85 12q-.575 0-.862-.512t.062-1.013l5.125-7.3q.15-.2.375-.312T9 2.75t.45.113t.375.312l5.125 7.3q.35.5.063 1.013T14.15 12l2.875 4.45q.325.5.05 1.025T16.2 18H11v3q0 .425-.288.713T10 22H8q-.425 0-.712-.288T7 21m12.25-3L16 13q.6 0 .888-.537t-.063-1.038l-4.2-6l1.55-2.25q.15-.2.375-.312T15 2.75t.45.113t.375.312l5.125 7.3q.35.5.063 1.013T20.15 12L23 16.45q.325.5.05 1.025t-.875.525z"/></svg> </template>
CSS
.icon-forest-rounded {
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%22M13%2021v-2h4v2q0%20.425-.288.713T16%2022h-2q-.425%200-.712-.288T13%2021m-6%200v-3H1.825q-.6%200-.875-.525T1%2016.45L3.85%2012q-.575%200-.862-.512t.062-1.013l5.125-7.3q.15-.2.375-.312T9%202.75t.45.113t.375.312l5.125%207.3q.35.5.063%201.013T14.15%2012l2.875%204.45q.325.5.05%201.025T16.2%2018H11v3q0%20.425-.288.713T10%2022H8q-.425%200-.712-.288T7%2021m12.25-3L16%2013q.6%200%20.888-.537t-.063-1.038l-4.2-6l1.55-2.25q.15-.2.375-.312T15%202.75t.45.113t.375.312l5.125%207.3q.35.5.063%201.013T20.15%2012L23%2016.45q.325.5.05%201.025t-.875.525z%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%22M13%2021v-2h4v2q0%20.425-.288.713T16%2022h-2q-.425%200-.712-.288T13%2021m-6%200v-3H1.825q-.6%200-.875-.525T1%2016.45L3.85%2012q-.575%200-.862-.512t.062-1.013l5.125-7.3q.15-.2.375-.312T9%202.75t.45.113t.375.312l5.125%207.3q.35.5.063%201.013T14.15%2012l2.875%204.45q.325.5.05%201.025T16.2%2018H11v3q0%20.425-.288.713T10%2022H8q-.425%200-.712-.288T7%2021m12.25-3L16%2013q.6%200%20.888-.537t-.063-1.038l-4.2-6l1.55-2.25q.15-.2.375-.312T15%202.75t.45.113t.375.312l5.125%207.3q.35.5.063%201.013T20.15%2012L23%2016.45q.325.5.05%201.025t-.875.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/forest-rounded.svg?color=%231a73e8&size=48