palace-3-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
palace-3-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the palace 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.002 3.083l.002-1.081l-2-.004l-.002 1.085A6 6 0 0 0 6 9H2v13h5.5v-2.5c0-1.942.97-3.402 1.77-4.283a8.6 8.6 0 0 1 1.508-1.308l.193-.124L12 13.168l1.029.617l.193.124a8.6 8.6 0 0 1 1.508 1.308c.8.88 1.77 2.34 1.77 4.283V22H22V9h-4a6 6 0 0 0-4.998-5.917m0 3.915v2.004h-2.004V6.998z"/><path fill="currentColor" d="M9.5 19.5c0-2.5 2.5-4 2.5-4s2.5 1.5 2.5 4V22h-5z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignPalace3Filled(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="m13.002 3.083l.002-1.081l-2-.004l-.002 1.085A6 6 0 0 0 6 9H2v13h5.5v-2.5c0-1.942.97-3.402 1.77-4.283a8.6 8.6 0 0 1 1.508-1.308l.193-.124L12 13.168l1.029.617l.193.124a8.6 8.6 0 0 1 1.508 1.308c.8.88 1.77 2.34 1.77 4.283V22H22V9h-4a6 6 0 0 0-4.998-5.917m0 3.915v2.004h-2.004V6.998z"/><path fill="currentColor" d="M9.5 19.5c0-2.5 2.5-4 2.5-4s2.5 1.5 2.5 4V22h-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.002 3.083l.002-1.081l-2-.004l-.002 1.085A6 6 0 0 0 6 9H2v13h5.5v-2.5c0-1.942.97-3.402 1.77-4.283a8.6 8.6 0 0 1 1.508-1.308l.193-.124L12 13.168l1.029.617l.193.124a8.6 8.6 0 0 1 1.508 1.308c.8.88 1.77 2.34 1.77 4.283V22H22V9h-4a6 6 0 0 0-4.998-5.917m0 3.915v2.004h-2.004V6.998z"/><path fill="currentColor" d="M9.5 19.5c0-2.5 2.5-4 2.5-4s2.5 1.5 2.5 4V22h-5z"/></svg>
</template>

CSS

.icon-palace-3-filled {
  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%22m13.002%203.083l.002-1.081l-2-.004l-.002%201.085A6%206%200%200%200%206%209H2v13h5.5v-2.5c0-1.942.97-3.402%201.77-4.283a8.6%208.6%200%200%201%201.508-1.308l.193-.124L12%2013.168l1.029.617l.193.124a8.6%208.6%200%200%201%201.508%201.308c.8.88%201.77%202.34%201.77%204.283V22H22V9h-4a6%206%200%200%200-4.998-5.917m0%203.915v2.004h-2.004V6.998z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2019.5c0-2.5%202.5-4%202.5-4s2.5%201.5%202.5%204V22h-5z%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%22m13.002%203.083l.002-1.081l-2-.004l-.002%201.085A6%206%200%200%200%206%209H2v13h5.5v-2.5c0-1.942.97-3.402%201.77-4.283a8.6%208.6%200%200%201%201.508-1.308l.193-.124L12%2013.168l1.029.617l.193.124a8.6%208.6%200%200%201%201.508%201.308c.8.88%201.77%202.34%201.77%204.283V22H22V9h-4a6%206%200%200%200-4.998-5.917m0%203.915v2.004h-2.004V6.998z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2019.5c0-2.5%202.5-4%202.5-4s2.5%201.5%202.5%204V22h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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