forest-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
forest-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
forest-outline-sharp

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="M7 22v-4H0l3.85-6H2L9 2l3 4.3L15 2l7 10h-1.85L24 18h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15 5.5l-1.775 2.525L16 12h-1.85zM3.65 16h10.7l-3.875-6h1.675L9 5.5L5.85 10h1.675zm0 0h3.875H5.85h6.3h-1.675h3.875zm13.075 0H14.15H16h-2.775h4.925h-1.675h3.875zM13 18h4zm5.025 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForestOutline(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="M7 22v-4H0l3.85-6H2L9 2l3 4.3L15 2l7 10h-1.85L24 18h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15 5.5l-1.775 2.525L16 12h-1.85zM3.65 16h10.7l-3.875-6h1.675L9 5.5L5.85 10h1.675zm0 0h3.875H5.85h6.3h-1.675h3.875zm13.075 0H14.15H16h-2.775h4.925h-1.675h3.875zM13 18h4zm5.025 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="M7 22v-4H0l3.85-6H2L9 2l3 4.3L15 2l7 10h-1.85L24 18h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15 5.5l-1.775 2.525L16 12h-1.85zM3.65 16h10.7l-3.875-6h1.675L9 5.5L5.85 10h1.675zm0 0h3.875H5.85h6.3h-1.675h3.875zm13.075 0H14.15H16h-2.775h4.925h-1.675h3.875zM13 18h4zm5.025 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%22M7%2022v-4H0l3.85-6H2L9%202l3%204.3L15%202l7%2010h-1.85L24%2018h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15%205.5l-1.775%202.525L16%2012h-1.85zM3.65%2016h10.7l-3.875-6h1.675L9%205.5L5.85%2010h1.675zm0%200h3.875H5.85h6.3h-1.675h3.875zm13.075%200H14.15H16h-2.775h4.925h-1.675h3.875zM13%2018h4zm5.025%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%22M7%2022v-4H0l3.85-6H2L9%202l3%204.3L15%202l7%2010h-1.85L24%2018h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15%205.5l-1.775%202.525L16%2012h-1.85zM3.65%2016h10.7l-3.875-6h1.675L9%205.5L5.85%2010h1.675zm0%200h3.875H5.85h6.3h-1.675h3.875zm13.075%200H14.15H16h-2.775h4.925h-1.675h3.875zM13%2018h4zm5.025%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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