forest persons icon
forest-persons from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.
- Name
- forest-persons
- Set
- Health Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More places icons from Health Icons
Use the forest persons icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M6.095 22.19A3.81 3.81 0 0 0 9.905 26H15v11H8.5a2.5 2.5 0 0 0 0 5h31a2.5 2.5 0 0 0 0-5h-.477a1 1 0 0 0 .902-1.38l-1.616-3.929a1 1 0 0 0-.239-.348l-2.795-2.632l.938-3.609c.29.53.591 1.01.95 1.416c.44.498.954.874 1.61 1.12c.636.238 1.36.338 2.2.362a1 1 0 0 0 .055-2c-.726-.02-1.206-.105-1.553-.235a1.94 1.94 0 0 1-.813-.57c-.258-.293-.513-.702-.833-1.311c-.187-.356-.376-.74-.592-1.18c-.162-.33-.34-.69-.544-1.095c-.355-.702-1.102-1.136-1.703-1.358c-.605-.224-1.43-.37-2.126-.121c-3.005 1.071-4.706 3.353-5.81 6.543a1 1 0 0 0 1.891.654c.61-1.762 1.365-3.073 2.385-4.006l-.326 3.589a1 1 0 0 0 .31.818l5.228 4.923l1.533 3.73a1 1 0 0 0 .902.619H28.01c.21-.002.42-.07.6-.207l3-2.308a1 1 0 0 0 .347-.504l.862-2.855l-1.653-1.565l-.201.786l-.83 2.749l-2.745 2.111a1 1 0 0 0 .6 1.793H17V26h5.286a3.81 3.81 0 0 0 1.792-7.172a5 5 0 0 0 .199-1.4c0-2.008-1.187-3.726-2.866-4.426q.137-.622.139-1.288C21.55 8.558 19.108 6 16.095 6s-5.454 2.558-5.454 5.714q.001.666.139 1.288c-1.68.7-2.867 2.418-2.867 4.426c0 .488.07.957.2 1.4a3.81 3.81 0 0 0-2.018 3.363" clip-rule="evenodd"/><path d="M38 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsForestPersons(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M6.095 22.19A3.81 3.81 0 0 0 9.905 26H15v11H8.5a2.5 2.5 0 0 0 0 5h31a2.5 2.5 0 0 0 0-5h-.477a1 1 0 0 0 .902-1.38l-1.616-3.929a1 1 0 0 0-.239-.348l-2.795-2.632l.938-3.609c.29.53.591 1.01.95 1.416c.44.498.954.874 1.61 1.12c.636.238 1.36.338 2.2.362a1 1 0 0 0 .055-2c-.726-.02-1.206-.105-1.553-.235a1.94 1.94 0 0 1-.813-.57c-.258-.293-.513-.702-.833-1.311c-.187-.356-.376-.74-.592-1.18c-.162-.33-.34-.69-.544-1.095c-.355-.702-1.102-1.136-1.703-1.358c-.605-.224-1.43-.37-2.126-.121c-3.005 1.071-4.706 3.353-5.81 6.543a1 1 0 0 0 1.891.654c.61-1.762 1.365-3.073 2.385-4.006l-.326 3.589a1 1 0 0 0 .31.818l5.228 4.923l1.533 3.73a1 1 0 0 0 .902.619H28.01c.21-.002.42-.07.6-.207l3-2.308a1 1 0 0 0 .347-.504l.862-2.855l-1.653-1.565l-.201.786l-.83 2.749l-2.745 2.111a1 1 0 0 0 .6 1.793H17V26h5.286a3.81 3.81 0 0 0 1.792-7.172a5 5 0 0 0 .199-1.4c0-2.008-1.187-3.726-2.866-4.426q.137-.622.139-1.288C21.55 8.558 19.108 6 16.095 6s-5.454 2.558-5.454 5.714q.001.666.139 1.288c-1.68.7-2.867 2.418-2.867 4.426c0 .488.07.957.2 1.4a3.81 3.81 0 0 0-2.018 3.363" clipRule="evenodd"/><path d="M38 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M6.095 22.19A3.81 3.81 0 0 0 9.905 26H15v11H8.5a2.5 2.5 0 0 0 0 5h31a2.5 2.5 0 0 0 0-5h-.477a1 1 0 0 0 .902-1.38l-1.616-3.929a1 1 0 0 0-.239-.348l-2.795-2.632l.938-3.609c.29.53.591 1.01.95 1.416c.44.498.954.874 1.61 1.12c.636.238 1.36.338 2.2.362a1 1 0 0 0 .055-2c-.726-.02-1.206-.105-1.553-.235a1.94 1.94 0 0 1-.813-.57c-.258-.293-.513-.702-.833-1.311c-.187-.356-.376-.74-.592-1.18c-.162-.33-.34-.69-.544-1.095c-.355-.702-1.102-1.136-1.703-1.358c-.605-.224-1.43-.37-2.126-.121c-3.005 1.071-4.706 3.353-5.81 6.543a1 1 0 0 0 1.891.654c.61-1.762 1.365-3.073 2.385-4.006l-.326 3.589a1 1 0 0 0 .31.818l5.228 4.923l1.533 3.73a1 1 0 0 0 .902.619H28.01c.21-.002.42-.07.6-.207l3-2.308a1 1 0 0 0 .347-.504l.862-2.855l-1.653-1.565l-.201.786l-.83 2.749l-2.745 2.111a1 1 0 0 0 .6 1.793H17V26h5.286a3.81 3.81 0 0 0 1.792-7.172a5 5 0 0 0 .199-1.4c0-2.008-1.187-3.726-2.866-4.426q.137-.622.139-1.288C21.55 8.558 19.108 6 16.095 6s-5.454 2.558-5.454 5.714q.001.666.139 1.288c-1.68.7-2.867 2.418-2.867 4.426c0 .488.07.957.2 1.4a3.81 3.81 0 0 0-2.018 3.363" clip-rule="evenodd"/><path d="M38 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg> </template>
CSS
.icon-forest-persons {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.095%2022.19A3.81%203.81%200%200%200%209.905%2026H15v11H8.5a2.5%202.5%200%200%200%200%205h31a2.5%202.5%200%200%200%200-5h-.477a1%201%200%200%200%20.902-1.38l-1.616-3.929a1%201%200%200%200-.239-.348l-2.795-2.632l.938-3.609c.29.53.591%201.01.95%201.416c.44.498.954.874%201.61%201.12c.636.238%201.36.338%202.2.362a1%201%200%200%200%20.055-2c-.726-.02-1.206-.105-1.553-.235a1.94%201.94%200%200%201-.813-.57c-.258-.293-.513-.702-.833-1.311c-.187-.356-.376-.74-.592-1.18c-.162-.33-.34-.69-.544-1.095c-.355-.702-1.102-1.136-1.703-1.358c-.605-.224-1.43-.37-2.126-.121c-3.005%201.071-4.706%203.353-5.81%206.543a1%201%200%200%200%201.891.654c.61-1.762%201.365-3.073%202.385-4.006l-.326%203.589a1%201%200%200%200%20.31.818l5.228%204.923l1.533%203.73a1%201%200%200%200%20.902.619H28.01c.21-.002.42-.07.6-.207l3-2.308a1%201%200%200%200%20.347-.504l.862-2.855l-1.653-1.565l-.201.786l-.83%202.749l-2.745%202.111a1%201%200%200%200%20.6%201.793H17V26h5.286a3.81%203.81%200%200%200%201.792-7.172a5%205%200%200%200%20.199-1.4c0-2.008-1.187-3.726-2.866-4.426q.137-.622.139-1.288C21.55%208.558%2019.108%206%2016.095%206s-5.454%202.558-5.454%205.714q.001.666.139%201.288c-1.68.7-2.867%202.418-2.867%204.426c0%20.488.07.957.2%201.4a3.81%203.81%200%200%200-2.018%203.363%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M38%2016.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.095%2022.19A3.81%203.81%200%200%200%209.905%2026H15v11H8.5a2.5%202.5%200%200%200%200%205h31a2.5%202.5%200%200%200%200-5h-.477a1%201%200%200%200%20.902-1.38l-1.616-3.929a1%201%200%200%200-.239-.348l-2.795-2.632l.938-3.609c.29.53.591%201.01.95%201.416c.44.498.954.874%201.61%201.12c.636.238%201.36.338%202.2.362a1%201%200%200%200%20.055-2c-.726-.02-1.206-.105-1.553-.235a1.94%201.94%200%200%201-.813-.57c-.258-.293-.513-.702-.833-1.311c-.187-.356-.376-.74-.592-1.18c-.162-.33-.34-.69-.544-1.095c-.355-.702-1.102-1.136-1.703-1.358c-.605-.224-1.43-.37-2.126-.121c-3.005%201.071-4.706%203.353-5.81%206.543a1%201%200%200%200%201.891.654c.61-1.762%201.365-3.073%202.385-4.006l-.326%203.589a1%201%200%200%200%20.31.818l5.228%204.923l1.533%203.73a1%201%200%200%200%20.902.619H28.01c.21-.002.42-.07.6-.207l3-2.308a1%201%200%200%200%20.347-.504l.862-2.855l-1.653-1.565l-.201.786l-.83%202.749l-2.745%202.111a1%201%200%200%200%20.6%201.793H17V26h5.286a3.81%203.81%200%200%200%201.792-7.172a5%205%200%200%200%20.199-1.4c0-2.008-1.187-3.726-2.866-4.426q.137-.622.139-1.288C21.55%208.558%2019.108%206%2016.095%206s-5.454%202.558-5.454%205.714q.001.666.139%201.288c-1.68.7-2.867%202.418-2.867%204.426c0%20.488.07.957.2%201.4a3.81%203.81%200%200%200-2.018%203.363%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M38%2016.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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-persons.svg?color=%231a73e8&size=48