hut from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hut
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the hut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M6 12h12l2 10H4z"/><path stroke-linecap="round" d="m9 22l.678-3.3c.154-.748.231-1.122.508-1.342c.576-.46 3.01-.494 3.628 0c.277.22.354.594.508 1.343L15 22M12 3.2L5.544 8.438c-1.827 1.483-2.74 2.224-2.509 2.893S4.437 12 6.776 12h10.448c2.34 0 3.51 0 3.74-.669c.232-.669-.681-1.41-2.508-2.893zm0 0L13.479 2M12 3.2L10.521 2M12 12V9m-4 3v-1.5m8 1.5v-1.5M2 22h20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M6 12h12l2 10H4z"/><path strokeLinecap="round" d="m9 22l.678-3.3c.154-.748.231-1.122.508-1.342c.576-.46 3.01-.494 3.628 0c.277.22.354.594.508 1.343L15 22M12 3.2L5.544 8.438c-1.827 1.483-2.74 2.224-2.509 2.893S4.437 12 6.776 12h10.448c2.34 0 3.51 0 3.74-.669c.232-.669-.681-1.41-2.508-2.893zm0 0L13.479 2M12 3.2L10.521 2M12 12V9m-4 3v-1.5m8 1.5v-1.5M2 22h20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M6 12h12l2 10H4z"/><path stroke-linecap="round" d="m9 22l.678-3.3c.154-.748.231-1.122.508-1.342c.576-.46 3.01-.494 3.628 0c.277.22.354.594.508 1.343L15 22M12 3.2L5.544 8.438c-1.827 1.483-2.74 2.224-2.509 2.893S4.437 12 6.776 12h10.448c2.34 0 3.51 0 3.74-.669c.232-.669-.681-1.41-2.508-2.893zm0 0L13.479 2M12 3.2L10.521 2M12 12V9m-4 3v-1.5m8 1.5v-1.5M2 22h20"/></g></svg>
</template>

CSS

.icon-hut {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2012h12l2%2010H4z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m9%2022l.678-3.3c.154-.748.231-1.122.508-1.342c.576-.46%203.01-.494%203.628%200c.277.22.354.594.508%201.343L15%2022M12%203.2L5.544%208.438c-1.827%201.483-2.74%202.224-2.509%202.893S4.437%2012%206.776%2012h10.448c2.34%200%203.51%200%203.74-.669c.232-.669-.681-1.41-2.508-2.893zm0%200L13.479%202M12%203.2L10.521%202M12%2012V9m-4%203v-1.5m8%201.5v-1.5M2%2022h20%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2012h12l2%2010H4z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m9%2022l.678-3.3c.154-.748.231-1.122.508-1.342c.576-.46%203.01-.494%203.628%200c.277.22.354.594.508%201.343L15%2022M12%203.2L5.544%208.438c-1.827%201.483-2.74%202.224-2.509%202.893S4.437%2012%206.776%2012h10.448c2.34%200%203.51%200%203.74-.669c.232-.669-.681-1.41-2.508-2.893zm0%200L13.479%202M12%203.2L10.521%202M12%2012V9m-4%203v-1.5m8%201.5v-1.5M2%2022h20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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