forest from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.

Name
forest
Set
Health Icons
Style
Filled
Category
Places
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More places icons from Health Icons

Use the forest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVGwVnWtYIz" d="M24 18c0 6.177-3.5 11.264-8 11.927V39h16v-8.954h-4.727a3.273 3.273 0 0 1-1.468-6.199a4.09 4.09 0 0 1 2.411-4.968a4.909 4.909 0 1 1 9.568 0a4.09 4.09 0 0 1 2.411 4.968a3.273 3.273 0 0 1-1.468 6.199H34V39h6.5a1.5 1.5 0 0 1 0 3h-33a1.5 1.5 0 0 1 0-3H14v-9.073C9.5 29.264 6 24.177 6 18c0-6.627 4.03-12 9-12s9 5.373 9 12"/></defs><g fill="currentColor"><use href="#SVGwVnWtYIz"/><use href="#SVGwVnWtYIz"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsForest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVGwVnWtYIz" d="M24 18c0 6.177-3.5 11.264-8 11.927V39h16v-8.954h-4.727a3.273 3.273 0 0 1-1.468-6.199a4.09 4.09 0 0 1 2.411-4.968a4.909 4.909 0 1 1 9.568 0a4.09 4.09 0 0 1 2.411 4.968a3.273 3.273 0 0 1-1.468 6.199H34V39h6.5a1.5 1.5 0 0 1 0 3h-33a1.5 1.5 0 0 1 0-3H14v-9.073C9.5 29.264 6 24.177 6 18c0-6.627 4.03-12 9-12s9 5.373 9 12"/></defs><g fill="currentColor"><use href="#SVGwVnWtYIz"/><use href="#SVGwVnWtYIz"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVGwVnWtYIz" d="M24 18c0 6.177-3.5 11.264-8 11.927V39h16v-8.954h-4.727a3.273 3.273 0 0 1-1.468-6.199a4.09 4.09 0 0 1 2.411-4.968a4.909 4.909 0 1 1 9.568 0a4.09 4.09 0 0 1 2.411 4.968a3.273 3.273 0 0 1-1.468 6.199H34V39h6.5a1.5 1.5 0 0 1 0 3h-33a1.5 1.5 0 0 1 0-3H14v-9.073C9.5 29.264 6 24.177 6 18c0-6.627 4.03-12 9-12s9 5.373 9 12"/></defs><g fill="currentColor"><use href="#SVGwVnWtYIz"/><use href="#SVGwVnWtYIz"/></g></svg>
</template>

CSS

.icon-forest {
  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%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGwVnWtYIz%22%20d%3D%22M24%2018c0%206.177-3.5%2011.264-8%2011.927V39h16v-8.954h-4.727a3.273%203.273%200%200%201-1.468-6.199a4.09%204.09%200%200%201%202.411-4.968a4.909%204.909%200%201%201%209.568%200a4.09%204.09%200%200%201%202.411%204.968a3.273%203.273%200%200%201-1.468%206.199H34V39h6.5a1.5%201.5%200%200%201%200%203h-33a1.5%201.5%200%200%201%200-3H14v-9.073C9.5%2029.264%206%2024.177%206%2018c0-6.627%204.03-12%209-12s9%205.373%209%2012%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cuse%20href%3D%22%23SVGwVnWtYIz%22%2F%3E%3Cuse%20href%3D%22%23SVGwVnWtYIz%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGwVnWtYIz%22%20d%3D%22M24%2018c0%206.177-3.5%2011.264-8%2011.927V39h16v-8.954h-4.727a3.273%203.273%200%200%201-1.468-6.199a4.09%204.09%200%200%201%202.411-4.968a4.909%204.909%200%201%201%209.568%200a4.09%204.09%200%200%201%202.411%204.968a3.273%203.273%200%200%201-1.468%206.199H34V39h6.5a1.5%201.5%200%200%201%200%203h-33a1.5%201.5%200%200%201%200-3H14v-9.073C9.5%2029.264%206%2024.177%206%2018c0-6.627%204.03-12%209-12s9%205.373%209%2012%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cuse%20href%3D%22%23SVGwVnWtYIz%22%2F%3E%3Cuse%20href%3D%22%23SVGwVnWtYIz%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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