tree alt icon

tree-alt from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
tree-alt
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the tree alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M3.348 12h7.304l-2.57-4.774L9.54 7.12L7 2.887L4.461 7.12l1.46.104zm7.958-3.003l1.9 3.529a1 1 0 0 1-.88 1.474H8v5a1 1 0 0 1-2 0v-5H1.674a1 1 0 0 1-.88-1.474l1.9-3.529l-.72-.387a1 1 0 0 1-.065-1.124L6.143.429a1 1 0 0 1 1.714 0l4.234 7.057a1 1 0 0 1-.064 1.123z"/></svg>

React

import type { SVGProps } from "react";

export function JamTreeAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M3.348 12h7.304l-2.57-4.774L9.54 7.12L7 2.887L4.461 7.12l1.46.104zm7.958-3.003l1.9 3.529a1 1 0 0 1-.88 1.474H8v5a1 1 0 0 1-2 0v-5H1.674a1 1 0 0 1-.88-1.474l1.9-3.529l-.72-.387a1 1 0 0 1-.065-1.124L6.143.429a1 1 0 0 1 1.714 0l4.234 7.057a1 1 0 0 1-.064 1.123z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M3.348 12h7.304l-2.57-4.774L9.54 7.12L7 2.887L4.461 7.12l1.46.104zm7.958-3.003l1.9 3.529a1 1 0 0 1-.88 1.474H8v5a1 1 0 0 1-2 0v-5H1.674a1 1 0 0 1-.88-1.474l1.9-3.529l-.72-.387a1 1 0 0 1-.065-1.124L6.143.429a1 1 0 0 1 1.714 0l4.234 7.057a1 1 0 0 1-.064 1.123z"/></svg>
</template>

CSS

.icon-tree-alt {
  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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.348%2012h7.304l-2.57-4.774L9.54%207.12L7%202.887L4.461%207.12l1.46.104zm7.958-3.003l1.9%203.529a1%201%200%200%201-.88%201.474H8v5a1%201%200%200%201-2%200v-5H1.674a1%201%200%200%201-.88-1.474l1.9-3.529l-.72-.387a1%201%200%200%201-.065-1.124L6.143.429a1%201%200%200%201%201.714%200l4.234%207.057a1%201%200%200%201-.064%201.123z%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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.348%2012h7.304l-2.57-4.774L9.54%207.12L7%202.887L4.461%207.12l1.46.104zm7.958-3.003l1.9%203.529a1%201%200%200%201-.88%201.474H8v5a1%201%200%200%201-2%200v-5H1.674a1%201%200%200%201-.88-1.474l1.9-3.529l-.72-.387a1%201%200%200%201-.065-1.124L6.143.429a1%201%200%200%201%201.714%200l4.234%207.057a1%201%200%200%201-.064%201.123z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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