palace 2 icon
palace-2-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- palace-2-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.004 2.002l-.002 1.081A6 6 0 0 1 18 9h2V3h2v19h-5.5v-2.5c0-1.942-.97-3.402-1.77-4.283a8.6 8.6 0 0 0-1.508-1.308l-.193-.124L12 13.168l-1.029.617l-.193.124a8.6 8.6 0 0 0-1.508 1.308c-.8.88-1.77 2.34-1.77 4.283V22H2V3h2v6h2a6 6 0 0 1 5.002-5.917l.002-1.085zm-2.006 3.996v2.004h2.004V5.998z"/><path fill="currentColor" d="M12 15.5s-2.5 1.5-2.5 4V22h5v-2.5c0-2.5-2.5-4-2.5-4"/></svg>
React
import type { SVGProps } from "react";
export function TdesignPalace2Filled(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.004 2.002l-.002 1.081A6 6 0 0 1 18 9h2V3h2v19h-5.5v-2.5c0-1.942-.97-3.402-1.77-4.283a8.6 8.6 0 0 0-1.508-1.308l-.193-.124L12 13.168l-1.029.617l-.193.124a8.6 8.6 0 0 0-1.508 1.308c-.8.88-1.77 2.34-1.77 4.283V22H2V3h2v6h2a6 6 0 0 1 5.002-5.917l.002-1.085zm-2.006 3.996v2.004h2.004V5.998z"/><path fill="currentColor" d="M12 15.5s-2.5 1.5-2.5 4V22h5v-2.5c0-2.5-2.5-4-2.5-4"/></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.004 2.002l-.002 1.081A6 6 0 0 1 18 9h2V3h2v19h-5.5v-2.5c0-1.942-.97-3.402-1.77-4.283a8.6 8.6 0 0 0-1.508-1.308l-.193-.124L12 13.168l-1.029.617l-.193.124a8.6 8.6 0 0 0-1.508 1.308c-.8.88-1.77 2.34-1.77 4.283V22H2V3h2v6h2a6 6 0 0 1 5.002-5.917l.002-1.085zm-2.006 3.996v2.004h2.004V5.998z"/><path fill="currentColor" d="M12 15.5s-2.5 1.5-2.5 4V22h5v-2.5c0-2.5-2.5-4-2.5-4"/></svg> </template>
CSS
.icon-palace-2-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.004%202.002l-.002%201.081A6%206%200%200%201%2018%209h2V3h2v19h-5.5v-2.5c0-1.942-.97-3.402-1.77-4.283a8.6%208.6%200%200%200-1.508-1.308l-.193-.124L12%2013.168l-1.029.617l-.193.124a8.6%208.6%200%200%200-1.508%201.308c-.8.88-1.77%202.34-1.77%204.283V22H2V3h2v6h2a6%206%200%200%201%205.002-5.917l.002-1.085zm-2.006%203.996v2.004h2.004V5.998z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.5s-2.5%201.5-2.5%204V22h5v-2.5c0-2.5-2.5-4-2.5-4%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.004%202.002l-.002%201.081A6%206%200%200%201%2018%209h2V3h2v19h-5.5v-2.5c0-1.942-.97-3.402-1.77-4.283a8.6%208.6%200%200%200-1.508-1.308l-.193-.124L12%2013.168l-1.029.617l-.193.124a8.6%208.6%200%200%200-1.508%201.308c-.8.88-1.77%202.34-1.77%204.283V22H2V3h2v6h2a6%206%200%200%201%205.002-5.917l.002-1.085zm-2.006%203.996v2.004h2.004V5.998z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.5s-2.5%201.5-2.5%204V22h5v-2.5c0-2.5-2.5-4-2.5-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/palace-2-filled.svg?color=%231a73e8&size=48