vegetation encroachment icon

vegetation-encroachment from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
vegetation-encroachment
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the vegetation encroachment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 20h7v-2h-9v10a2.003 2.003 0 0 0 2 2h3v-2h-3zm-7 10H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514 2.108A2.01 2.01 0 0 1 14 15.566V28a2 2 0 0 1-2 2M30 6.41L28.59 5L25 8.59L21.41 5L20 6.41L23.59 10L20 13.59L21.41 15L25 11.41L28.59 15L30 13.59L26.41 10z"/><path fill="currentColor" d="M17.308 2.285A9.5 9.5 0 0 0 15 2a8.03 8.03 0 0 0-6.921 4.001L8 6a6 6 0 0 0 0 12v-2a4 4 0 0 1 0-8a3 3 0 0 1 .387.04l.863.113l.309-.667A6.02 6.02 0 0 1 15 4c.608 0 1.182.085 1.731.215z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonVegetationEncroachment(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 20h7v-2h-9v10a2.003 2.003 0 0 0 2 2h3v-2h-3zm-7 10H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514 2.108A2.01 2.01 0 0 1 14 15.566V28a2 2 0 0 1-2 2M30 6.41L28.59 5L25 8.59L21.41 5L20 6.41L23.59 10L20 13.59L21.41 15L25 11.41L28.59 15L30 13.59L26.41 10z"/><path fill="currentColor" d="M17.308 2.285A9.5 9.5 0 0 0 15 2a8.03 8.03 0 0 0-6.921 4.001L8 6a6 6 0 0 0 0 12v-2a4 4 0 0 1 0-8a3 3 0 0 1 .387.04l.863.113l.309-.667A6.02 6.02 0 0 1 15 4c.608 0 1.182.085 1.731.215z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 20h7v-2h-9v10a2.003 2.003 0 0 0 2 2h3v-2h-3zm-7 10H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514 2.108A2.01 2.01 0 0 1 14 15.566V28a2 2 0 0 1-2 2M30 6.41L28.59 5L25 8.59L21.41 5L20 6.41L23.59 10L20 13.59L21.41 15L25 11.41L28.59 15L30 13.59L26.41 10z"/><path fill="currentColor" d="M17.308 2.285A9.5 9.5 0 0 0 15 2a8.03 8.03 0 0 0-6.921 4.001L8 6a6 6 0 0 0 0 12v-2a4 4 0 0 1 0-8a3 3 0 0 1 .387.04l.863.113l.309-.667A6.02 6.02 0 0 1 15 4c.608 0 1.182.085 1.731.215z"/></svg>
</template>

CSS

.icon-vegetation-encroachment {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2020h7v-2h-9v10a2.003%202.003%200%200%200%202%202h3v-2h-3zm-7%2010H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514%202.108A2.01%202.01%200%200%201%2014%2015.566V28a2%202%200%200%201-2%202M30%206.41L28.59%205L25%208.59L21.41%205L20%206.41L23.59%2010L20%2013.59L21.41%2015L25%2011.41L28.59%2015L30%2013.59L26.41%2010z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.308%202.285A9.5%209.5%200%200%200%2015%202a8.03%208.03%200%200%200-6.921%204.001L8%206a6%206%200%200%200%200%2012v-2a4%204%200%200%201%200-8a3%203%200%200%201%20.387.04l.863.113l.309-.667A6.02%206.02%200%200%201%2015%204c.608%200%201.182.085%201.731.215z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2020h7v-2h-9v10a2.003%202.003%200%200%200%202%202h3v-2h-3zm-7%2010H9v-2h3V15.566l-3.515-2.109l1.03-1.714l3.514%202.108A2.01%202.01%200%200%201%2014%2015.566V28a2%202%200%200%201-2%202M30%206.41L28.59%205L25%208.59L21.41%205L20%206.41L23.59%2010L20%2013.59L21.41%2015L25%2011.41L28.59%2015L30%2013.59L26.41%2010z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.308%202.285A9.5%209.5%200%200%200%2015%202a8.03%208.03%200%200%200-6.921%204.001L8%206a6%206%200%200%200%200%2012v-2a4%204%200%200%201%200-8a3%203%200%200%201%20.387.04l.863.113l.309-.667A6.02%206.02%200%200%201%2015%204c.608%200%201.182.085%201.731.215z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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