teahouse from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
teahouse
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the teahouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m17 7l3 4v10H4V11l3-4V4h10z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 3v1m0 0v3m0-3h1m-1 0H7m10 3H7m10 0l3 4M7 7V4m0 3l-3 4m3-7V3m0 1H6m-2 7v10m0-10H3m1 0h5M4 21H3m1 0h5m11-10v10m0-10h1m-1 0h-5m5 10h1m-1 0h-5m-6 0V11m0 10h6M9 11h6m0 0v10"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignTeahouse(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"><path d="m17 7l3 4v10H4V11l3-4V4h10z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M17 3v1m0 0v3m0-3h1m-1 0H7m10 3H7m10 0l3 4M7 7V4m0 3l-3 4m3-7V3m0 1H6m-2 7v10m0-10H3m1 0h5M4 21H3m1 0h5m11-10v10m0-10h1m-1 0h-5m5 10h1m-1 0h-5m-6 0V11m0 10h6M9 11h6m0 0v10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m17 7l3 4v10H4V11l3-4V4h10z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 3v1m0 0v3m0-3h1m-1 0H7m10 3H7m10 0l3 4M7 7V4m0 3l-3 4m3-7V3m0 1H6m-2 7v10m0-10H3m1 0h5M4 21H3m1 0h5m11-10v10m0-10h1m-1 0h-5m5 10h1m-1 0h-5m-6 0V11m0 10h6M9 11h6m0 0v10"/></g></svg>
</template>

CSS

.icon-teahouse {
  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%3E%3Cpath%20d%3D%22m17%207l3%204v10H4V11l3-4V4h10z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%203v1m0%200v3m0-3h1m-1%200H7m10%203H7m10%200l3%204M7%207V4m0%203l-3%204m3-7V3m0%201H6m-2%207v10m0-10H3m1%200h5M4%2021H3m1%200h5m11-10v10m0-10h1m-1%200h-5m5%2010h1m-1%200h-5m-6%200V11m0%2010h6M9%2011h6m0%200v10%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%3E%3Cpath%20d%3D%22m17%207l3%204v10H4V11l3-4V4h10z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%203v1m0%200v3m0-3h1m-1%200H7m10%203H7m10%200l3%204M7%207V4m0%203l-3%204m3-7V3m0%201H6m-2%207v10m0-10H3m1%200h5M4%2021H3m1%200h5m11-10v10m0-10h1m-1%200h-5m5%2010h1m-1%200h-5m-6%200V11m0%2010h6M9%2011h6m0%200v10%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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