attic icon
attic-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- attic-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the attic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 .293l.81 1.121l.002.003l.009.011l.033.046l.133.18a55 55 0 0 0 2.214 2.774c.687.803 1.45 1.64 2.206 2.364c.767.735 1.48 1.306 2.067 1.622c.384.206.723.36 1.002.459c.293.104.462.127.524.127h1v2h-1.01a3.4 3.4 0 0 1-.99-.178V11H4v-.178a3.4 3.4 0 0 1-.99.178H2V9h1c.062 0 .23-.023.524-.127c.28-.1.618-.253 1.002-.46c.587-.315 1.3-.886 2.067-1.62a33 33 0 0 0 2.205-2.365a55 55 0 0 0 2.348-2.954l.033-.046l.008-.011l.003-.003zM4 13v7H2v2h7v-3a3 3 0 1 1 6 0v3h7v-2h-2v-7z"/><path fill="currentColor" d="M12 18a1 1 0 0 0-1 1v3h2v-3a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function TdesignAtticFilled(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="m12 .293l.81 1.121l.002.003l.009.011l.033.046l.133.18a55 55 0 0 0 2.214 2.774c.687.803 1.45 1.64 2.206 2.364c.767.735 1.48 1.306 2.067 1.622c.384.206.723.36 1.002.459c.293.104.462.127.524.127h1v2h-1.01a3.4 3.4 0 0 1-.99-.178V11H4v-.178a3.4 3.4 0 0 1-.99.178H2V9h1c.062 0 .23-.023.524-.127c.28-.1.618-.253 1.002-.46c.587-.315 1.3-.886 2.067-1.62a33 33 0 0 0 2.205-2.365a55 55 0 0 0 2.348-2.954l.033-.046l.008-.011l.003-.003zM4 13v7H2v2h7v-3a3 3 0 1 1 6 0v3h7v-2h-2v-7z"/><path fill="currentColor" d="M12 18a1 1 0 0 0-1 1v3h2v-3a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 .293l.81 1.121l.002.003l.009.011l.033.046l.133.18a55 55 0 0 0 2.214 2.774c.687.803 1.45 1.64 2.206 2.364c.767.735 1.48 1.306 2.067 1.622c.384.206.723.36 1.002.459c.293.104.462.127.524.127h1v2h-1.01a3.4 3.4 0 0 1-.99-.178V11H4v-.178a3.4 3.4 0 0 1-.99.178H2V9h1c.062 0 .23-.023.524-.127c.28-.1.618-.253 1.002-.46c.587-.315 1.3-.886 2.067-1.62a33 33 0 0 0 2.205-2.365a55 55 0 0 0 2.348-2.954l.033-.046l.008-.011l.003-.003zM4 13v7H2v2h7v-3a3 3 0 1 1 6 0v3h7v-2h-2v-7z"/><path fill="currentColor" d="M12 18a1 1 0 0 0-1 1v3h2v-3a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-attic-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%22m12%20.293l.81%201.121l.002.003l.009.011l.033.046l.133.18a55%2055%200%200%200%202.214%202.774c.687.803%201.45%201.64%202.206%202.364c.767.735%201.48%201.306%202.067%201.622c.384.206.723.36%201.002.459c.293.104.462.127.524.127h1v2h-1.01a3.4%203.4%200%200%201-.99-.178V11H4v-.178a3.4%203.4%200%200%201-.99.178H2V9h1c.062%200%20.23-.023.524-.127c.28-.1.618-.253%201.002-.46c.587-.315%201.3-.886%202.067-1.62a33%2033%200%200%200%202.205-2.365a55%2055%200%200%200%202.348-2.954l.033-.046l.008-.011l.003-.003zM4%2013v7H2v2h7v-3a3%203%200%201%201%206%200v3h7v-2h-2v-7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018a1%201%200%200%200-1%201v3h2v-3a1%201%200%200%200-1-1%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%22m12%20.293l.81%201.121l.002.003l.009.011l.033.046l.133.18a55%2055%200%200%200%202.214%202.774c.687.803%201.45%201.64%202.206%202.364c.767.735%201.48%201.306%202.067%201.622c.384.206.723.36%201.002.459c.293.104.462.127.524.127h1v2h-1.01a3.4%203.4%200%200%201-.99-.178V11H4v-.178a3.4%203.4%200%200%201-.99.178H2V9h1c.062%200%20.23-.023.524-.127c.28-.1.618-.253%201.002-.46c.587-.315%201.3-.886%202.067-1.62a33%2033%200%200%200%202.205-2.365a55%2055%200%200%200%202.348-2.954l.033-.046l.008-.011l.003-.003zM4%2013v7H2v2h7v-3a3%203%200%201%201%206%200v3h7v-2h-2v-7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018a1%201%200%200%200-1%201v3h2v-3a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/attic-filled.svg?color=%231a73e8&size=48