forest negative icon

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

Name
forest-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the forest negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsForestNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsForestNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsForestNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsForestNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsForestNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsForestNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsForestNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-forest-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsForestNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsForestNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsForestNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsForestNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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