home database icon
home-database-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- home-database-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the home database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.81 4.301a1.25 1.25 0 0 0-1.62 0L5.44 12.59a1.25 1.25 0 0 0-.44.952v12.96a.5.5 0 0 0 .5.5H15v.5c0 .567.167 1.07.422 1.5H5.5A2.5 2.5 0 0 1 3 26.5V13.54a3.25 3.25 0 0 1 1.145-2.476l9.75-8.287a3.25 3.25 0 0 1 4.21 0l9.75 8.287A3.25 3.25 0 0 1 29 13.541v1.443c-.6-.254-1.274-.463-2-.622v-.82a1.25 1.25 0 0 0-.44-.953zm.627 24.7c-.596-.441-.937-.954-.937-1.5v-6.327c.436.33.936.603 1.46.827c1.494.64 3.454 1 5.54 1c1.234 0 2.424-.126 3.5-.361c.726-.16 1.4-.368 2-.622l.04-.017a7 7 0 0 0 1.46-.827V27.5c0 1.657-3.134 3-7 3c-2.591 0-4.853-.603-6.064-1.5M29 20.357c-.55.298-1.228.551-2 .742c-1.03.256-2.225.402-3.5.402c-3.866 0-7-1.343-7-3s3.134-3 7-3c1.275 0 2.47.146 3.5.401c.772.192 1.45.444 2 .743c.94.51 1.5 1.155 1.5 1.856c0 .7-.56 1.345-1.5 1.856"/></svg>
React
import type { SVGProps } from "react";
export function FluentHomeDatabase32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.81 4.301a1.25 1.25 0 0 0-1.62 0L5.44 12.59a1.25 1.25 0 0 0-.44.952v12.96a.5.5 0 0 0 .5.5H15v.5c0 .567.167 1.07.422 1.5H5.5A2.5 2.5 0 0 1 3 26.5V13.54a3.25 3.25 0 0 1 1.145-2.476l9.75-8.287a3.25 3.25 0 0 1 4.21 0l9.75 8.287A3.25 3.25 0 0 1 29 13.541v1.443c-.6-.254-1.274-.463-2-.622v-.82a1.25 1.25 0 0 0-.44-.953zm.627 24.7c-.596-.441-.937-.954-.937-1.5v-6.327c.436.33.936.603 1.46.827c1.494.64 3.454 1 5.54 1c1.234 0 2.424-.126 3.5-.361c.726-.16 1.4-.368 2-.622l.04-.017a7 7 0 0 0 1.46-.827V27.5c0 1.657-3.134 3-7 3c-2.591 0-4.853-.603-6.064-1.5M29 20.357c-.55.298-1.228.551-2 .742c-1.03.256-2.225.402-3.5.402c-3.866 0-7-1.343-7-3s3.134-3 7-3c1.275 0 2.47.146 3.5.401c.772.192 1.45.444 2 .743c.94.51 1.5 1.155 1.5 1.856c0 .7-.56 1.345-1.5 1.856"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.81 4.301a1.25 1.25 0 0 0-1.62 0L5.44 12.59a1.25 1.25 0 0 0-.44.952v12.96a.5.5 0 0 0 .5.5H15v.5c0 .567.167 1.07.422 1.5H5.5A2.5 2.5 0 0 1 3 26.5V13.54a3.25 3.25 0 0 1 1.145-2.476l9.75-8.287a3.25 3.25 0 0 1 4.21 0l9.75 8.287A3.25 3.25 0 0 1 29 13.541v1.443c-.6-.254-1.274-.463-2-.622v-.82a1.25 1.25 0 0 0-.44-.953zm.627 24.7c-.596-.441-.937-.954-.937-1.5v-6.327c.436.33.936.603 1.46.827c1.494.64 3.454 1 5.54 1c1.234 0 2.424-.126 3.5-.361c.726-.16 1.4-.368 2-.622l.04-.017a7 7 0 0 0 1.46-.827V27.5c0 1.657-3.134 3-7 3c-2.591 0-4.853-.603-6.064-1.5M29 20.357c-.55.298-1.228.551-2 .742c-1.03.256-2.225.402-3.5.402c-3.866 0-7-1.343-7-3s3.134-3 7-3c1.275 0 2.47.146 3.5.401c.772.192 1.45.444 2 .743c.94.51 1.5 1.155 1.5 1.856c0 .7-.56 1.345-1.5 1.856"/></svg> </template>
CSS
.icon-home-database-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.81%204.301a1.25%201.25%200%200%200-1.62%200L5.44%2012.59a1.25%201.25%200%200%200-.44.952v12.96a.5.5%200%200%200%20.5.5H15v.5c0%20.567.167%201.07.422%201.5H5.5A2.5%202.5%200%200%201%203%2026.5V13.54a3.25%203.25%200%200%201%201.145-2.476l9.75-8.287a3.25%203.25%200%200%201%204.21%200l9.75%208.287A3.25%203.25%200%200%201%2029%2013.541v1.443c-.6-.254-1.274-.463-2-.622v-.82a1.25%201.25%200%200%200-.44-.953zm.627%2024.7c-.596-.441-.937-.954-.937-1.5v-6.327c.436.33.936.603%201.46.827c1.494.64%203.454%201%205.54%201c1.234%200%202.424-.126%203.5-.361c.726-.16%201.4-.368%202-.622l.04-.017a7%207%200%200%200%201.46-.827V27.5c0%201.657-3.134%203-7%203c-2.591%200-4.853-.603-6.064-1.5M29%2020.357c-.55.298-1.228.551-2%20.742c-1.03.256-2.225.402-3.5.402c-3.866%200-7-1.343-7-3s3.134-3%207-3c1.275%200%202.47.146%203.5.401c.772.192%201.45.444%202%20.743c.94.51%201.5%201.155%201.5%201.856c0%20.7-.56%201.345-1.5%201.856%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.81%204.301a1.25%201.25%200%200%200-1.62%200L5.44%2012.59a1.25%201.25%200%200%200-.44.952v12.96a.5.5%200%200%200%20.5.5H15v.5c0%20.567.167%201.07.422%201.5H5.5A2.5%202.5%200%200%201%203%2026.5V13.54a3.25%203.25%200%200%201%201.145-2.476l9.75-8.287a3.25%203.25%200%200%201%204.21%200l9.75%208.287A3.25%203.25%200%200%201%2029%2013.541v1.443c-.6-.254-1.274-.463-2-.622v-.82a1.25%201.25%200%200%200-.44-.953zm.627%2024.7c-.596-.441-.937-.954-.937-1.5v-6.327c.436.33.936.603%201.46.827c1.494.64%203.454%201%205.54%201c1.234%200%202.424-.126%203.5-.361c.726-.16%201.4-.368%202-.622l.04-.017a7%207%200%200%200%201.46-.827V27.5c0%201.657-3.134%203-7%203c-2.591%200-4.853-.603-6.064-1.5M29%2020.357c-.55.298-1.228.551-2%20.742c-1.03.256-2.225.402-3.5.402c-3.866%200-7-1.343-7-3s3.134-3%207-3c1.275%200%202.47.146%203.5.401c.772.192%201.45.444%202%20.743c.94.51%201.5%201.155%201.5%201.856c0%20.7-.56%201.345-1.5%201.856%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/home-database-32-regular.svg?color=%231a73e8&size=48