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

Name
forest-outline
Set
Health Icons
Style
Outline
Category
Places
Viewbox
48×48
License
MIT
Aliases
forest2x-outline

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"><path fill="currentColor" fill-rule="evenodd" d="M14 29.927C9.5 29.264 6 24.177 6 18c0-6.627 4.03-12 9-12s9 5.373 9 12c0 6.177-3.5 11.264-8 11.927V37h16v-6.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.199H34V37h5.5a2.5 2.5 0 0 1 0 5h-31a2.5 2.5 0 0 1 0-5H14zM22 18c0 2.923-.891 5.492-2.236 7.285c-1.082 1.443-2.398 2.322-3.764 2.61V24.5h-2v3.395c-1.366-.288-2.682-1.167-3.764-2.61C8.891 23.492 8 20.923 8 18s.891-5.492 2.236-7.285S13.286 8 15 8s3.42.922 4.764 2.715S22 15.077 22 18m13.835.43l-.386 1.673l1.596.635a2.09 2.09 0 0 1 1.233 2.54l-.476 1.605l1.495.751a1.273 1.273 0 0 1-.57 2.412H34V25.5h-2v2.546h-4.727a1.273 1.273 0 0 1-.57-2.412l1.495-.751l-.476-1.604a2.09 2.09 0 0 1 1.233-2.54l1.595-.636l-.385-1.673a2.909 2.909 0 1 1 5.67 0M8 39.5a.5.5 0 0 1 .5-.5h31a.5.5 0 0 1 0 1h-31a.5.5 0 0 1-.5-.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsForestOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M14 29.927C9.5 29.264 6 24.177 6 18c0-6.627 4.03-12 9-12s9 5.373 9 12c0 6.177-3.5 11.264-8 11.927V37h16v-6.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.199H34V37h5.5a2.5 2.5 0 0 1 0 5h-31a2.5 2.5 0 0 1 0-5H14zM22 18c0 2.923-.891 5.492-2.236 7.285c-1.082 1.443-2.398 2.322-3.764 2.61V24.5h-2v3.395c-1.366-.288-2.682-1.167-3.764-2.61C8.891 23.492 8 20.923 8 18s.891-5.492 2.236-7.285S13.286 8 15 8s3.42.922 4.764 2.715S22 15.077 22 18m13.835.43l-.386 1.673l1.596.635a2.09 2.09 0 0 1 1.233 2.54l-.476 1.605l1.495.751a1.273 1.273 0 0 1-.57 2.412H34V25.5h-2v2.546h-4.727a1.273 1.273 0 0 1-.57-2.412l1.495-.751l-.476-1.604a2.09 2.09 0 0 1 1.233-2.54l1.595-.636l-.385-1.673a2.909 2.909 0 1 1 5.67 0M8 39.5a.5.5 0 0 1 .5-.5h31a.5.5 0 0 1 0 1h-31a.5.5 0 0 1-.5-.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14 29.927C9.5 29.264 6 24.177 6 18c0-6.627 4.03-12 9-12s9 5.373 9 12c0 6.177-3.5 11.264-8 11.927V37h16v-6.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.199H34V37h5.5a2.5 2.5 0 0 1 0 5h-31a2.5 2.5 0 0 1 0-5H14zM22 18c0 2.923-.891 5.492-2.236 7.285c-1.082 1.443-2.398 2.322-3.764 2.61V24.5h-2v3.395c-1.366-.288-2.682-1.167-3.764-2.61C8.891 23.492 8 20.923 8 18s.891-5.492 2.236-7.285S13.286 8 15 8s3.42.922 4.764 2.715S22 15.077 22 18m13.835.43l-.386 1.673l1.596.635a2.09 2.09 0 0 1 1.233 2.54l-.476 1.605l1.495.751a1.273 1.273 0 0 1-.57 2.412H34V25.5h-2v2.546h-4.727a1.273 1.273 0 0 1-.57-2.412l1.495-.751l-.476-1.604a2.09 2.09 0 0 1 1.233-2.54l1.595-.636l-.385-1.673a2.909 2.909 0 1 1 5.67 0M8 39.5a.5.5 0 0 1 .5-.5h31a.5.5 0 0 1 0 1h-31a.5.5 0 0 1-.5-.5" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2029.927C9.5%2029.264%206%2024.177%206%2018c0-6.627%204.03-12%209-12s9%205.373%209%2012c0%206.177-3.5%2011.264-8%2011.927V37h16v-6.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.199H34V37h5.5a2.5%202.5%200%200%201%200%205h-31a2.5%202.5%200%200%201%200-5H14zM22%2018c0%202.923-.891%205.492-2.236%207.285c-1.082%201.443-2.398%202.322-3.764%202.61V24.5h-2v3.395c-1.366-.288-2.682-1.167-3.764-2.61C8.891%2023.492%208%2020.923%208%2018s.891-5.492%202.236-7.285S13.286%208%2015%208s3.42.922%204.764%202.715S22%2015.077%2022%2018m13.835.43l-.386%201.673l1.596.635a2.09%202.09%200%200%201%201.233%202.54l-.476%201.605l1.495.751a1.273%201.273%200%200%201-.57%202.412H34V25.5h-2v2.546h-4.727a1.273%201.273%200%200%201-.57-2.412l1.495-.751l-.476-1.604a2.09%202.09%200%200%201%201.233-2.54l1.595-.636l-.385-1.673a2.909%202.909%200%201%201%205.67%200M8%2039.5a.5.5%200%200%201%20.5-.5h31a.5.5%200%200%201%200%201h-31a.5.5%200%200%201-.5-.5%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2029.927C9.5%2029.264%206%2024.177%206%2018c0-6.627%204.03-12%209-12s9%205.373%209%2012c0%206.177-3.5%2011.264-8%2011.927V37h16v-6.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.199H34V37h5.5a2.5%202.5%200%200%201%200%205h-31a2.5%202.5%200%200%201%200-5H14zM22%2018c0%202.923-.891%205.492-2.236%207.285c-1.082%201.443-2.398%202.322-3.764%202.61V24.5h-2v3.395c-1.366-.288-2.682-1.167-3.764-2.61C8.891%2023.492%208%2020.923%208%2018s.891-5.492%202.236-7.285S13.286%208%2015%208s3.42.922%204.764%202.715S22%2015.077%2022%2018m13.835.43l-.386%201.673l1.596.635a2.09%202.09%200%200%201%201.233%202.54l-.476%201.605l1.495.751a1.273%201.273%200%200%201-.57%202.412H34V25.5h-2v2.546h-4.727a1.273%201.273%200%200%201-.57-2.412l1.495-.751l-.476-1.604a2.09%202.09%200%200%201%201.233-2.54l1.595-.636l-.385-1.673a2.909%202.909%200%201%201%205.67%200M8%2039.5a.5.5%200%200%201%20.5-.5h31a.5.5%200%200%201%200%201h-31a.5.5%200%200%201-.5-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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