trees-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
trees-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the trees icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 19v-1.25h-3.5V21a.75.75 0 0 1-1.5 0v-3.25H3a.75.75 0 0 1-.616-1.177l3.685-5.323H4.5a.75.75 0 0 1-.604-1.193l5.5-7.5l.056-.069a.75.75 0 0 1 1.153.069l2.444 3.333l1.42-1.42l.061-.055a.75.75 0 0 1 1.075.142l5.5 7.5l.056.088a.75.75 0 0 1-.66 1.105h-1.468l2.559 3.29A.75.75 0 0 1 21 17.75h-5.25V19a.75.75 0 0 1-1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTreesSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 19v-1.25h-3.5V21a.75.75 0 0 1-1.5 0v-3.25H3a.75.75 0 0 1-.616-1.177l3.685-5.323H4.5a.75.75 0 0 1-.604-1.193l5.5-7.5l.056-.069a.75.75 0 0 1 1.153.069l2.444 3.333l1.42-1.42l.061-.055a.75.75 0 0 1 1.075.142l5.5 7.5l.056.088a.75.75 0 0 1-.66 1.105h-1.468l2.559 3.29A.75.75 0 0 1 21 17.75h-5.25V19a.75.75 0 0 1-1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 19v-1.25h-3.5V21a.75.75 0 0 1-1.5 0v-3.25H3a.75.75 0 0 1-.616-1.177l3.685-5.323H4.5a.75.75 0 0 1-.604-1.193l5.5-7.5l.056-.069a.75.75 0 0 1 1.153.069l2.444 3.333l1.42-1.42l.061-.055a.75.75 0 0 1 1.075.142l5.5 7.5l.056.088a.75.75 0 0 1-.66 1.105h-1.468l2.559 3.29A.75.75 0 0 1 21 17.75h-5.25V19a.75.75 0 0 1-1.5 0"/></svg>
</template>

CSS

.icon-trees-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%2019v-1.25h-3.5V21a.75.75%200%200%201-1.5%200v-3.25H3a.75.75%200%200%201-.616-1.177l3.685-5.323H4.5a.75.75%200%200%201-.604-1.193l5.5-7.5l.056-.069a.75.75%200%200%201%201.153.069l2.444%203.333l1.42-1.42l.061-.055a.75.75%200%200%201%201.075.142l5.5%207.5l.056.088a.75.75%200%200%201-.66%201.105h-1.468l2.559%203.29A.75.75%200%200%201%2021%2017.75h-5.25V19a.75.75%200%200%201-1.5%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%2019v-1.25h-3.5V21a.75.75%200%200%201-1.5%200v-3.25H3a.75.75%200%200%201-.616-1.177l3.685-5.323H4.5a.75.75%200%200%201-.604-1.193l5.5-7.5l.056-.069a.75.75%200%200%201%201.153.069l2.444%203.333l1.42-1.42l.061-.055a.75.75%200%200%201%201.075.142l5.5%207.5l.056.088a.75.75%200%200%201-.66%201.105h-1.468l2.559%203.29A.75.75%200%200%201%2021%2017.75h-5.25V19a.75.75%200%200%201-1.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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