palace-2 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
palace-2
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the palace 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M3 21V10h4V9a5 5 0 0 1 10 0v1h4v11z"/><path d="M9 21v-2.646a5.43 5.43 0 0 1 3-4.854c1.839.92 3 2.799 3 4.854V21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.998 6.998h.004v.004h-.004zM9 21v-2.646a5.43 5.43 0 0 1 3-4.854c1.839.92 3 2.799 3 4.854V21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 10V9a5 5 0 0 1 5-5m-5 6h10M7 10H3m14 0V9a5 5 0 0 0-5-5m5 6h4M3 10v11h18V10M3 10V4m18 6V4m-9 0l.002-1"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignPalace2(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="M3 21V10h4V9a5 5 0 0 1 10 0v1h4v11z"/><path d="M9 21v-2.646a5.43 5.43 0 0 1 3-4.854c1.839.92 3 2.799 3 4.854V21z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M11.998 6.998h.004v.004h-.004zM9 21v-2.646a5.43 5.43 0 0 1 3-4.854c1.839.92 3 2.799 3 4.854V21z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M7 10V9a5 5 0 0 1 5-5m-5 6h10M7 10H3m14 0V9a5 5 0 0 0-5-5m5 6h4M3 10v11h18V10M3 10V4m18 6V4m-9 0l.002-1"/></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="M3 21V10h4V9a5 5 0 0 1 10 0v1h4v11z"/><path d="M9 21v-2.646a5.43 5.43 0 0 1 3-4.854c1.839.92 3 2.799 3 4.854V21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.998 6.998h.004v.004h-.004zM9 21v-2.646a5.43 5.43 0 0 1 3-4.854c1.839.92 3 2.799 3 4.854V21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 10V9a5 5 0 0 1 5-5m-5 6h10M7 10H3m14 0V9a5 5 0 0 0-5-5m5 6h4M3 10v11h18V10M3 10V4m18 6V4m-9 0l.002-1"/></g></svg>
</template>

CSS

.icon-palace-2 {
  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%22M3%2021V10h4V9a5%205%200%200%201%2010%200v1h4v11z%22%2F%3E%3Cpath%20d%3D%22M9%2021v-2.646a5.43%205.43%200%200%201%203-4.854c1.839.92%203%202.799%203%204.854V21z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.998%206.998h.004v.004h-.004zM9%2021v-2.646a5.43%205.43%200%200%201%203-4.854c1.839.92%203%202.799%203%204.854V21z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7%2010V9a5%205%200%200%201%205-5m-5%206h10M7%2010H3m14%200V9a5%205%200%200%200-5-5m5%206h4M3%2010v11h18V10M3%2010V4m18%206V4m-9%200l.002-1%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%22M3%2021V10h4V9a5%205%200%200%201%2010%200v1h4v11z%22%2F%3E%3Cpath%20d%3D%22M9%2021v-2.646a5.43%205.43%200%200%201%203-4.854c1.839.92%203%202.799%203%204.854V21z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.998%206.998h.004v.004h-.004zM9%2021v-2.646a5.43%205.43%200%200%201%203-4.854c1.839.92%203%202.799%203%204.854V21z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7%2010V9a5%205%200%200%201%205-5m-5%206h10M7%2010H3m14%200V9a5%205%200%200%200-5-5m5%206h4M3%2010v11h18V10M3%2010V4m18%206V4m-9%200l.002-1%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/palace-2.svg?color=%231a73e8&size=48