forest icon logo

forest-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
forest-icon
Set
SVG Logos
Style
Color
Viewbox
257×256
License
CC0

Use the forest icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 257 256"><path fill="#3f5b1e" d="M.16.002v256h115.6V153.883l-49.874 49.874l-17.525-17.528l79.803-79.815l79.81 79.815l-17.524 17.528l-49.874-49.874v102.119H256.16v-256zm190.258 134.85L128.14 72.565l-62.278 62.287l-17.525-17.527L128.14 37.5l79.81 79.824z"/></svg>

React

import type { SVGProps } from "react";

export function LogosForestIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 257 256"><path fill="#3f5b1e" d="M.16.002v256h115.6V153.883l-49.874 49.874l-17.525-17.528l79.803-79.815l79.81 79.815l-17.524 17.528l-49.874-49.874v102.119H256.16v-256zm190.258 134.85L128.14 72.565l-62.278 62.287l-17.525-17.527L128.14 37.5l79.81 79.824z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 257 256"><path fill="#3f5b1e" d="M.16.002v256h115.6V153.883l-49.874 49.874l-17.525-17.528l79.803-79.815l79.81 79.815l-17.524 17.528l-49.874-49.874v102.119H256.16v-256zm190.258 134.85L128.14 72.565l-62.278 62.287l-17.525-17.527L128.14 37.5l79.81 79.824z"/></svg>
</template>

CSS

.icon-forest-icon {
  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%20257%20256%22%3E%3Cpath%20fill%3D%22%233f5b1e%22%20d%3D%22M.16.002v256h115.6V153.883l-49.874%2049.874l-17.525-17.528l79.803-79.815l79.81%2079.815l-17.524%2017.528l-49.874-49.874v102.119H256.16v-256zm190.258%20134.85L128.14%2072.565l-62.278%2062.287l-17.525-17.527L128.14%2037.5l79.81%2079.824z%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%20257%20256%22%3E%3Cpath%20fill%3D%22%233f5b1e%22%20d%3D%22M.16.002v256h115.6V153.883l-49.874%2049.874l-17.525-17.528l79.803-79.815l79.81%2079.815l-17.524%2017.528l-49.874-49.874v102.119H256.16v-256zm190.258%20134.85L128.14%2072.565l-62.278%2062.287l-17.525-17.527L128.14%2037.5l79.81%2079.824z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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