tree fall risk icon

tree-fall-risk from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
tree-fall-risk
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the tree fall risk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M23.75 10h-1.5V6h1.5ZM23 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 13.936L23.628 2.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 15h12.56a.72.72 0 0 0 .631-1.065M22.25 6h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3 6v-2h-9v11a2.003 2.003 0 0 0 2 2h3v-2h-3v-9ZM12 30H9v-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 2"/><path fill="currentColor" d="m18.664 5.006l.96-1.767A8.93 8.93 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 4a6.9 6.9 0 0 1 3.664 1.006"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTreeFallRisk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M23.75 10h-1.5V6h1.5ZM23 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 13.936L23.628 2.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 15h12.56a.72.72 0 0 0 .631-1.065M22.25 6h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3 6v-2h-9v11a2.003 2.003 0 0 0 2 2h3v-2h-3v-9ZM12 30H9v-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 2"/><path fill="currentColor" d="m18.664 5.006l.96-1.767A8.93 8.93 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 4a6.9 6.9 0 0 1 3.664 1.006"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M23.75 10h-1.5V6h1.5ZM23 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 13.936L23.628 2.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 15h12.56a.72.72 0 0 0 .631-1.065M22.25 6h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3 6v-2h-9v11a2.003 2.003 0 0 0 2 2h3v-2h-3v-9ZM12 30H9v-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 2"/><path fill="currentColor" d="m18.664 5.006l.96-1.767A8.93 8.93 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 4a6.9 6.9 0 0 1 3.664 1.006"/></svg>
</template>

CSS

.icon-tree-fall-risk {
  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%22none%22%20d%3D%22M23.75%2010h-1.5V6h1.5ZM23%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.912%2013.936L23.628%202.37a.718.718%200%200%200-1.256%200l-6.283%2011.564A.72.72%200%200%200%2016.72%2015h12.56a.72.72%200%200%200%20.631-1.065M22.25%206h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m3%206v-2h-9v11a2.003%202.003%200%200%200%202%202h3v-2h-3v-9ZM12%2030H9v-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%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.664%205.006l.96-1.767A8.93%208.93%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%204a6.9%206.9%200%200%201%203.664%201.006%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%22none%22%20d%3D%22M23.75%2010h-1.5V6h1.5ZM23%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.912%2013.936L23.628%202.37a.718.718%200%200%200-1.256%200l-6.283%2011.564A.72.72%200%200%200%2016.72%2015h12.56a.72.72%200%200%200%20.631-1.065M22.25%206h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m3%206v-2h-9v11a2.003%202.003%200%200%200%202%202h3v-2h-3v-9ZM12%2030H9v-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%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.664%205.006l.96-1.767A8.93%208.93%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%204a6.9%206.9%200%200%201%203.664%201.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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