storefront icon
storefront-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- storefront-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the storefront icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M28.15 95a3.8 3.8 0 0 0-.15 1v16a36 36 0 0 0 16 29.92V216a4 4 0 0 0 4 4h160a4 4 0 0 0 4-4v-74.08A36 36 0 0 0 228 112V96a3.8 3.8 0 0 0-.17-1.08L213.5 44.7A12 12 0 0 0 202 36H54a12 12 0 0 0-11.5 8.7Zm22-48.08A4 4 0 0 1 54 44h148a4 4 0 0 1 3.84 2.9L218.7 92H37.3ZM100 100h56v12a28 28 0 0 1-56 0Zm-64 12v-12h56v12a28 28 0 0 1-41.37 24.59a4 4 0 0 0-1.31-.76A28 28 0 0 1 36 112m168 100H52v-66.06a36 36 0 0 0 44-17.48a36 36 0 0 0 64 0a36 36 0 0 0 44 17.48Zm2.68-76.17a3.9 3.9 0 0 0-1.3.76A28 28 0 0 1 164 112v-12h56v12a28 28 0 0 1-13.32 23.83"/></svg>
React
import type { SVGProps } from "react";
export function PhStorefrontThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M28.15 95a3.8 3.8 0 0 0-.15 1v16a36 36 0 0 0 16 29.92V216a4 4 0 0 0 4 4h160a4 4 0 0 0 4-4v-74.08A36 36 0 0 0 228 112V96a3.8 3.8 0 0 0-.17-1.08L213.5 44.7A12 12 0 0 0 202 36H54a12 12 0 0 0-11.5 8.7Zm22-48.08A4 4 0 0 1 54 44h148a4 4 0 0 1 3.84 2.9L218.7 92H37.3ZM100 100h56v12a28 28 0 0 1-56 0Zm-64 12v-12h56v12a28 28 0 0 1-41.37 24.59a4 4 0 0 0-1.31-.76A28 28 0 0 1 36 112m168 100H52v-66.06a36 36 0 0 0 44-17.48a36 36 0 0 0 64 0a36 36 0 0 0 44 17.48Zm2.68-76.17a3.9 3.9 0 0 0-1.3.76A28 28 0 0 1 164 112v-12h56v12a28 28 0 0 1-13.32 23.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M28.15 95a3.8 3.8 0 0 0-.15 1v16a36 36 0 0 0 16 29.92V216a4 4 0 0 0 4 4h160a4 4 0 0 0 4-4v-74.08A36 36 0 0 0 228 112V96a3.8 3.8 0 0 0-.17-1.08L213.5 44.7A12 12 0 0 0 202 36H54a12 12 0 0 0-11.5 8.7Zm22-48.08A4 4 0 0 1 54 44h148a4 4 0 0 1 3.84 2.9L218.7 92H37.3ZM100 100h56v12a28 28 0 0 1-56 0Zm-64 12v-12h56v12a28 28 0 0 1-41.37 24.59a4 4 0 0 0-1.31-.76A28 28 0 0 1 36 112m168 100H52v-66.06a36 36 0 0 0 44-17.48a36 36 0 0 0 64 0a36 36 0 0 0 44 17.48Zm2.68-76.17a3.9 3.9 0 0 0-1.3.76A28 28 0 0 1 164 112v-12h56v12a28 28 0 0 1-13.32 23.83"/></svg> </template>
CSS
.icon-storefront-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.15%2095a3.8%203.8%200%200%200-.15%201v16a36%2036%200%200%200%2016%2029.92V216a4%204%200%200%200%204%204h160a4%204%200%200%200%204-4v-74.08A36%2036%200%200%200%20228%20112V96a3.8%203.8%200%200%200-.17-1.08L213.5%2044.7A12%2012%200%200%200%20202%2036H54a12%2012%200%200%200-11.5%208.7Zm22-48.08A4%204%200%200%201%2054%2044h148a4%204%200%200%201%203.84%202.9L218.7%2092H37.3ZM100%20100h56v12a28%2028%200%200%201-56%200Zm-64%2012v-12h56v12a28%2028%200%200%201-41.37%2024.59a4%204%200%200%200-1.31-.76A28%2028%200%200%201%2036%20112m168%20100H52v-66.06a36%2036%200%200%200%2044-17.48a36%2036%200%200%200%2064%200a36%2036%200%200%200%2044%2017.48Zm2.68-76.17a3.9%203.9%200%200%200-1.3.76A28%2028%200%200%201%20164%20112v-12h56v12a28%2028%200%200%201-13.32%2023.83%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.15%2095a3.8%203.8%200%200%200-.15%201v16a36%2036%200%200%200%2016%2029.92V216a4%204%200%200%200%204%204h160a4%204%200%200%200%204-4v-74.08A36%2036%200%200%200%20228%20112V96a3.8%203.8%200%200%200-.17-1.08L213.5%2044.7A12%2012%200%200%200%20202%2036H54a12%2012%200%200%200-11.5%208.7Zm22-48.08A4%204%200%200%201%2054%2044h148a4%204%200%200%201%203.84%202.9L218.7%2092H37.3ZM100%20100h56v12a28%2028%200%200%201-56%200Zm-64%2012v-12h56v12a28%2028%200%200%201-41.37%2024.59a4%204%200%200%200-1.31-.76A28%2028%200%200%201%2036%20112m168%20100H52v-66.06a36%2036%200%200%200%2044-17.48a36%2036%200%200%200%2064%200a36%2036%200%200%200%2044%2017.48Zm2.68-76.17a3.9%203.9%200%200%200-1.3.76A28%2028%200%200%201%20164%20112v-12h56v12a28%2028%200%200%201-13.32%2023.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/storefront-thin.svg?color=%231a73e8&size=48