castle 6 icon
castle-6-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- castle-6-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the castle 6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2h12v2h-1v4h5v4.836A4.64 4.64 0 0 0 19.333 12a4.66 4.66 0 0 0-3.666 1.78A4.66 4.66 0 0 0 12 12a4.66 4.66 0 0 0-3.667 1.78A4.66 4.66 0 0 0 4.667 12c-.992 0-1.911.31-2.667.836V8h5V4H6zm5.02 6h2.002V6.004H11.02zm8.313 6A2.667 2.667 0 0 1 22 16.667V22h-5.333v-5.333A2.667 2.667 0 0 1 19.333 14m-4.666 2.667V22H9.333v-5.333a2.667 2.667 0 1 1 5.334 0m-7.334 0V22H2v-5.333a2.667 2.667 0 1 1 5.333 0"/></svg>
React
import type { SVGProps } from "react";
export function TdesignCastle6Filled(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="M6 2h12v2h-1v4h5v4.836A4.64 4.64 0 0 0 19.333 12a4.66 4.66 0 0 0-3.666 1.78A4.66 4.66 0 0 0 12 12a4.66 4.66 0 0 0-3.667 1.78A4.66 4.66 0 0 0 4.667 12c-.992 0-1.911.31-2.667.836V8h5V4H6zm5.02 6h2.002V6.004H11.02zm8.313 6A2.667 2.667 0 0 1 22 16.667V22h-5.333v-5.333A2.667 2.667 0 0 1 19.333 14m-4.666 2.667V22H9.333v-5.333a2.667 2.667 0 1 1 5.334 0m-7.334 0V22H2v-5.333a2.667 2.667 0 1 1 5.333 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 2h12v2h-1v4h5v4.836A4.64 4.64 0 0 0 19.333 12a4.66 4.66 0 0 0-3.666 1.78A4.66 4.66 0 0 0 12 12a4.66 4.66 0 0 0-3.667 1.78A4.66 4.66 0 0 0 4.667 12c-.992 0-1.911.31-2.667.836V8h5V4H6zm5.02 6h2.002V6.004H11.02zm8.313 6A2.667 2.667 0 0 1 22 16.667V22h-5.333v-5.333A2.667 2.667 0 0 1 19.333 14m-4.666 2.667V22H9.333v-5.333a2.667 2.667 0 1 1 5.334 0m-7.334 0V22H2v-5.333a2.667 2.667 0 1 1 5.333 0"/></svg> </template>
CSS
.icon-castle-6-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%22M6%202h12v2h-1v4h5v4.836A4.64%204.64%200%200%200%2019.333%2012a4.66%204.66%200%200%200-3.666%201.78A4.66%204.66%200%200%200%2012%2012a4.66%204.66%200%200%200-3.667%201.78A4.66%204.66%200%200%200%204.667%2012c-.992%200-1.911.31-2.667.836V8h5V4H6zm5.02%206h2.002V6.004H11.02zm8.313%206A2.667%202.667%200%200%201%2022%2016.667V22h-5.333v-5.333A2.667%202.667%200%200%201%2019.333%2014m-4.666%202.667V22H9.333v-5.333a2.667%202.667%200%201%201%205.334%200m-7.334%200V22H2v-5.333a2.667%202.667%200%201%201%205.333%200%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%22M6%202h12v2h-1v4h5v4.836A4.64%204.64%200%200%200%2019.333%2012a4.66%204.66%200%200%200-3.666%201.78A4.66%204.66%200%200%200%2012%2012a4.66%204.66%200%200%200-3.667%201.78A4.66%204.66%200%200%200%204.667%2012c-.992%200-1.911.31-2.667.836V8h5V4H6zm5.02%206h2.002V6.004H11.02zm8.313%206A2.667%202.667%200%200%201%2022%2016.667V22h-5.333v-5.333A2.667%202.667%200%200%201%2019.333%2014m-4.666%202.667V22H9.333v-5.333a2.667%202.667%200%201%201%205.334%200m-7.334%200V22H2v-5.333a2.667%202.667%200%201%201%205.333%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/castle-6-filled.svg?color=%231a73e8&size=48