forest icon
forest-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- forest-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- forest-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M8 21v-4H1.885l3.965-6H3.923L9 3.73l3 4.3l3-4.3L20.077 11H18.15l3.966 6H16v4h-2v-4h-4v4zm7.456-5h4.817l-3.971-6h1.848L15 5.5l-2.371 3.39L14.077 11H12.15zM3.727 16h10.546l-3.971-6h1.848L9 5.5L5.85 10h1.848zm0 0h3.971H5.85h6.3h-1.848h3.971zm11.729 0H12.15h1.927h-1.448h5.521h-1.848h3.971zM14 17h2zm2.121 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForestOutline(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="M8 21v-4H1.885l3.965-6H3.923L9 3.73l3 4.3l3-4.3L20.077 11H18.15l3.966 6H16v4h-2v-4h-4v4zm7.456-5h4.817l-3.971-6h1.848L15 5.5l-2.371 3.39L14.077 11H12.15zM3.727 16h10.546l-3.971-6h1.848L9 5.5L5.85 10h1.848zm0 0h3.971H5.85h6.3h-1.848h3.971zm11.729 0H12.15h1.927h-1.448h5.521h-1.848h3.971zM14 17h2zm2.121 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21v-4H1.885l3.965-6H3.923L9 3.73l3 4.3l3-4.3L20.077 11H18.15l3.966 6H16v4h-2v-4h-4v4zm7.456-5h4.817l-3.971-6h1.848L15 5.5l-2.371 3.39L14.077 11H12.15zM3.727 16h10.546l-3.971-6h1.848L9 5.5L5.85 10h1.848zm0 0h3.971H5.85h6.3h-1.848h3.971zm11.729 0H12.15h1.927h-1.448h5.521h-1.848h3.971zM14 17h2zm2.121 0"/></svg> </template>
CSS
.icon-forest-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%22M8%2021v-4H1.885l3.965-6H3.923L9%203.73l3%204.3l3-4.3L20.077%2011H18.15l3.966%206H16v4h-2v-4h-4v4zm7.456-5h4.817l-3.971-6h1.848L15%205.5l-2.371%203.39L14.077%2011H12.15zM3.727%2016h10.546l-3.971-6h1.848L9%205.5L5.85%2010h1.848zm0%200h3.971H5.85h6.3h-1.848h3.971zm11.729%200H12.15h1.927h-1.448h5.521h-1.848h3.971zM14%2017h2zm2.121%200%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%22M8%2021v-4H1.885l3.965-6H3.923L9%203.73l3%204.3l3-4.3L20.077%2011H18.15l3.966%206H16v4h-2v-4h-4v4zm7.456-5h4.817l-3.971-6h1.848L15%205.5l-2.371%203.39L14.077%2011H12.15zM3.727%2016h10.546l-3.971-6h1.848L9%205.5L5.85%2010h1.848zm0%200h3.971H5.85h6.3h-1.848h3.971zm11.729%200H12.15h1.927h-1.448h5.521h-1.848h3.971zM14%2017h2zm2.121%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/forest-outline.svg?color=%231a73e8&size=48