tent-tree from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
tent-tree
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the tent tree icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 20.75v-10c2.809-1.248 4.986-2.583 7-5c2.014 2.417 4.191 3.752 7 5v10m-14 0H3m2 0h2.5m11.5 0h2m-2 0h-2.5m-9 0h9m-9 0c2.586-2.586 4.031-5.406 4.5-9c.469 3.594 1.914 6.414 4.5 9M6 10V3.5m-2 .783l1.553-.69a1.12 1.12 0 0 1 .894 0L8 4.284M4 6.948l1.553-.69c.281-.125.613-.125.894 0L8 6.948M18 10V5m0 0c-.153 0-.306.031-.447.094L16 5.784M18 5c.153 0 .306.031.447.094l1.553.69"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTentTree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5 20.75v-10c2.809-1.248 4.986-2.583 7-5c2.014 2.417 4.191 3.752 7 5v10m-14 0H3m2 0h2.5m11.5 0h2m-2 0h-2.5m-9 0h9m-9 0c2.586-2.586 4.031-5.406 4.5-9c.469 3.594 1.914 6.414 4.5 9M6 10V3.5m-2 .783l1.553-.69a1.12 1.12 0 0 1 .894 0L8 4.284M4 6.948l1.553-.69c.281-.125.613-.125.894 0L8 6.948M18 10V5m0 0c-.153 0-.306.031-.447.094L16 5.784M18 5c.153 0 .306.031.447.094l1.553.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 20.75v-10c2.809-1.248 4.986-2.583 7-5c2.014 2.417 4.191 3.752 7 5v10m-14 0H3m2 0h2.5m11.5 0h2m-2 0h-2.5m-9 0h9m-9 0c2.586-2.586 4.031-5.406 4.5-9c.469 3.594 1.914 6.414 4.5 9M6 10V3.5m-2 .783l1.553-.69a1.12 1.12 0 0 1 .894 0L8 4.284M4 6.948l1.553-.69c.281-.125.613-.125.894 0L8 6.948M18 10V5m0 0c-.153 0-.306.031-.447.094L16 5.784M18 5c.153 0 .306.031.447.094l1.553.69"/></svg>
</template>

CSS

.icon-tent-tree {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5%2020.75v-10c2.809-1.248%204.986-2.583%207-5c2.014%202.417%204.191%203.752%207%205v10m-14%200H3m2%200h2.5m11.5%200h2m-2%200h-2.5m-9%200h9m-9%200c2.586-2.586%204.031-5.406%204.5-9c.469%203.594%201.914%206.414%204.5%209M6%2010V3.5m-2%20.783l1.553-.69a1.12%201.12%200%200%201%20.894%200L8%204.284M4%206.948l1.553-.69c.281-.125.613-.125.894%200L8%206.948M18%2010V5m0%200c-.153%200-.306.031-.447.094L16%205.784M18%205c.153%200%20.306.031.447.094l1.553.69%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5%2020.75v-10c2.809-1.248%204.986-2.583%207-5c2.014%202.417%204.191%203.752%207%205v10m-14%200H3m2%200h2.5m11.5%200h2m-2%200h-2.5m-9%200h9m-9%200c2.586-2.586%204.031-5.406%204.5-9c.469%203.594%201.914%206.414%204.5%209M6%2010V3.5m-2%20.783l1.553-.69a1.12%201.12%200%200%201%20.894%200L8%204.284M4%206.948l1.553-.69c.281-.125.613-.125.894%200L8%206.948M18%2010V5m0%200c-.153%200-.306.031-.447.094L16%205.784M18%205c.153%200%20.306.031.447.094l1.553.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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