storefront icon
storefront from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- storefront
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
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 512 512"><path fill="currentColor" d="M480 448h-12a4 4 0 0 1-4-4V273.51a4 4 0 0 0-5.24-3.86a105 105 0 0 1-28.32 4.78c-1.18 0-2.3.05-3.4.05a108.2 108.2 0 0 1-52.85-13.64a8.23 8.23 0 0 0-8 0a108.2 108.2 0 0 1-52.84 13.64a106.1 106.1 0 0 1-52.46-13.79a8.21 8.21 0 0 0-8.09 0a108.14 108.14 0 0 1-53.16 13.8a106.2 106.2 0 0 1-52.77-14a8.25 8.25 0 0 0-8.16 0a106.2 106.2 0 0 1-52.77 14c-1.09 0-2.19 0-3.37-.05h-.06a105 105 0 0 1-29.28-5.09a4 4 0 0 0-5.23 3.8V444a4 4 0 0 1-4 4H32.5c-8.64 0-16.1 6.64-16.48 15.28A16 16 0 0 0 32 480h447.5c8.64 0 16.1-6.64 16.48-15.28A16 16 0 0 0 480 448m-256-68a4 4 0 0 1-4 4h-88a4 4 0 0 1-4-4v-64a12 12 0 0 1 12-12h72a12 12 0 0 1 12 12Zm156 68h-72a4 4 0 0 1-4-4V316a12 12 0 0 1 12-12h56a12 12 0 0 1 12 12v128a4 4 0 0 1-4 4m112.57-277.72l-42.92-98.49C438.41 47.62 412.74 32 384.25 32H127.7c-28.49 0-54.16 15.62-65.4 39.79l-42.92 98.49c-9 19.41 2.89 39.34 2.9 39.35l.28.45c.49.78 1.36 2 1.89 2.78c.05.06.09.13.14.2l5 6.05a8 8 0 0 0 .6.65l5 4.83l.42.36a69.7 69.7 0 0 0 9.39 6.78v.05a74 74 0 0 0 36 10.67h2.47a76.08 76.08 0 0 0 51.89-20.31l.33-.31a7.94 7.94 0 0 1 10.89 0l.33.31a77.3 77.3 0 0 0 104.46 0a8 8 0 0 1 10.87 0a77.31 77.31 0 0 0 104.21.23a7.88 7.88 0 0 1 10.71 0a76.8 76.8 0 0 0 52.31 20.08h2.49a71.35 71.35 0 0 0 35-10.7c.95-.57 1.86-1.17 2.78-1.77A71.3 71.3 0 0 0 488 212.17l1.74-2.63q.26-.4.48-.84c1.66-3.38 10.56-20.76 2.35-38.42"/></svg>
React
import type { SVGProps } from "react";
export function IonStorefront(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 448h-12a4 4 0 0 1-4-4V273.51a4 4 0 0 0-5.24-3.86a105 105 0 0 1-28.32 4.78c-1.18 0-2.3.05-3.4.05a108.2 108.2 0 0 1-52.85-13.64a8.23 8.23 0 0 0-8 0a108.2 108.2 0 0 1-52.84 13.64a106.1 106.1 0 0 1-52.46-13.79a8.21 8.21 0 0 0-8.09 0a108.14 108.14 0 0 1-53.16 13.8a106.2 106.2 0 0 1-52.77-14a8.25 8.25 0 0 0-8.16 0a106.2 106.2 0 0 1-52.77 14c-1.09 0-2.19 0-3.37-.05h-.06a105 105 0 0 1-29.28-5.09a4 4 0 0 0-5.23 3.8V444a4 4 0 0 1-4 4H32.5c-8.64 0-16.1 6.64-16.48 15.28A16 16 0 0 0 32 480h447.5c8.64 0 16.1-6.64 16.48-15.28A16 16 0 0 0 480 448m-256-68a4 4 0 0 1-4 4h-88a4 4 0 0 1-4-4v-64a12 12 0 0 1 12-12h72a12 12 0 0 1 12 12Zm156 68h-72a4 4 0 0 1-4-4V316a12 12 0 0 1 12-12h56a12 12 0 0 1 12 12v128a4 4 0 0 1-4 4m112.57-277.72l-42.92-98.49C438.41 47.62 412.74 32 384.25 32H127.7c-28.49 0-54.16 15.62-65.4 39.79l-42.92 98.49c-9 19.41 2.89 39.34 2.9 39.35l.28.45c.49.78 1.36 2 1.89 2.78c.05.06.09.13.14.2l5 6.05a8 8 0 0 0 .6.65l5 4.83l.42.36a69.7 69.7 0 0 0 9.39 6.78v.05a74 74 0 0 0 36 10.67h2.47a76.08 76.08 0 0 0 51.89-20.31l.33-.31a7.94 7.94 0 0 1 10.89 0l.33.31a77.3 77.3 0 0 0 104.46 0a8 8 0 0 1 10.87 0a77.31 77.31 0 0 0 104.21.23a7.88 7.88 0 0 1 10.71 0a76.8 76.8 0 0 0 52.31 20.08h2.49a71.35 71.35 0 0 0 35-10.7c.95-.57 1.86-1.17 2.78-1.77A71.3 71.3 0 0 0 488 212.17l1.74-2.63q.26-.4.48-.84c1.66-3.38 10.56-20.76 2.35-38.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 448h-12a4 4 0 0 1-4-4V273.51a4 4 0 0 0-5.24-3.86a105 105 0 0 1-28.32 4.78c-1.18 0-2.3.05-3.4.05a108.2 108.2 0 0 1-52.85-13.64a8.23 8.23 0 0 0-8 0a108.2 108.2 0 0 1-52.84 13.64a106.1 106.1 0 0 1-52.46-13.79a8.21 8.21 0 0 0-8.09 0a108.14 108.14 0 0 1-53.16 13.8a106.2 106.2 0 0 1-52.77-14a8.25 8.25 0 0 0-8.16 0a106.2 106.2 0 0 1-52.77 14c-1.09 0-2.19 0-3.37-.05h-.06a105 105 0 0 1-29.28-5.09a4 4 0 0 0-5.23 3.8V444a4 4 0 0 1-4 4H32.5c-8.64 0-16.1 6.64-16.48 15.28A16 16 0 0 0 32 480h447.5c8.64 0 16.1-6.64 16.48-15.28A16 16 0 0 0 480 448m-256-68a4 4 0 0 1-4 4h-88a4 4 0 0 1-4-4v-64a12 12 0 0 1 12-12h72a12 12 0 0 1 12 12Zm156 68h-72a4 4 0 0 1-4-4V316a12 12 0 0 1 12-12h56a12 12 0 0 1 12 12v128a4 4 0 0 1-4 4m112.57-277.72l-42.92-98.49C438.41 47.62 412.74 32 384.25 32H127.7c-28.49 0-54.16 15.62-65.4 39.79l-42.92 98.49c-9 19.41 2.89 39.34 2.9 39.35l.28.45c.49.78 1.36 2 1.89 2.78c.05.06.09.13.14.2l5 6.05a8 8 0 0 0 .6.65l5 4.83l.42.36a69.7 69.7 0 0 0 9.39 6.78v.05a74 74 0 0 0 36 10.67h2.47a76.08 76.08 0 0 0 51.89-20.31l.33-.31a7.94 7.94 0 0 1 10.89 0l.33.31a77.3 77.3 0 0 0 104.46 0a8 8 0 0 1 10.87 0a77.31 77.31 0 0 0 104.21.23a7.88 7.88 0 0 1 10.71 0a76.8 76.8 0 0 0 52.31 20.08h2.49a71.35 71.35 0 0 0 35-10.7c.95-.57 1.86-1.17 2.78-1.77A71.3 71.3 0 0 0 488 212.17l1.74-2.63q.26-.4.48-.84c1.66-3.38 10.56-20.76 2.35-38.42"/></svg> </template>
CSS
.icon-storefront {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20448h-12a4%204%200%200%201-4-4V273.51a4%204%200%200%200-5.24-3.86a105%20105%200%200%201-28.32%204.78c-1.18%200-2.3.05-3.4.05a108.2%20108.2%200%200%201-52.85-13.64a8.23%208.23%200%200%200-8%200a108.2%20108.2%200%200%201-52.84%2013.64a106.1%20106.1%200%200%201-52.46-13.79a8.21%208.21%200%200%200-8.09%200a108.14%20108.14%200%200%201-53.16%2013.8a106.2%20106.2%200%200%201-52.77-14a8.25%208.25%200%200%200-8.16%200a106.2%20106.2%200%200%201-52.77%2014c-1.09%200-2.19%200-3.37-.05h-.06a105%20105%200%200%201-29.28-5.09a4%204%200%200%200-5.23%203.8V444a4%204%200%200%201-4%204H32.5c-8.64%200-16.1%206.64-16.48%2015.28A16%2016%200%200%200%2032%20480h447.5c8.64%200%2016.1-6.64%2016.48-15.28A16%2016%200%200%200%20480%20448m-256-68a4%204%200%200%201-4%204h-88a4%204%200%200%201-4-4v-64a12%2012%200%200%201%2012-12h72a12%2012%200%200%201%2012%2012Zm156%2068h-72a4%204%200%200%201-4-4V316a12%2012%200%200%201%2012-12h56a12%2012%200%200%201%2012%2012v128a4%204%200%200%201-4%204m112.57-277.72l-42.92-98.49C438.41%2047.62%20412.74%2032%20384.25%2032H127.7c-28.49%200-54.16%2015.62-65.4%2039.79l-42.92%2098.49c-9%2019.41%202.89%2039.34%202.9%2039.35l.28.45c.49.78%201.36%202%201.89%202.78c.05.06.09.13.14.2l5%206.05a8%208%200%200%200%20.6.65l5%204.83l.42.36a69.7%2069.7%200%200%200%209.39%206.78v.05a74%2074%200%200%200%2036%2010.67h2.47a76.08%2076.08%200%200%200%2051.89-20.31l.33-.31a7.94%207.94%200%200%201%2010.89%200l.33.31a77.3%2077.3%200%200%200%20104.46%200a8%208%200%200%201%2010.87%200a77.31%2077.31%200%200%200%20104.21.23a7.88%207.88%200%200%201%2010.71%200a76.8%2076.8%200%200%200%2052.31%2020.08h2.49a71.35%2071.35%200%200%200%2035-10.7c.95-.57%201.86-1.17%202.78-1.77A71.3%2071.3%200%200%200%20488%20212.17l1.74-2.63q.26-.4.48-.84c1.66-3.38%2010.56-20.76%202.35-38.42%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20448h-12a4%204%200%200%201-4-4V273.51a4%204%200%200%200-5.24-3.86a105%20105%200%200%201-28.32%204.78c-1.18%200-2.3.05-3.4.05a108.2%20108.2%200%200%201-52.85-13.64a8.23%208.23%200%200%200-8%200a108.2%20108.2%200%200%201-52.84%2013.64a106.1%20106.1%200%200%201-52.46-13.79a8.21%208.21%200%200%200-8.09%200a108.14%20108.14%200%200%201-53.16%2013.8a106.2%20106.2%200%200%201-52.77-14a8.25%208.25%200%200%200-8.16%200a106.2%20106.2%200%200%201-52.77%2014c-1.09%200-2.19%200-3.37-.05h-.06a105%20105%200%200%201-29.28-5.09a4%204%200%200%200-5.23%203.8V444a4%204%200%200%201-4%204H32.5c-8.64%200-16.1%206.64-16.48%2015.28A16%2016%200%200%200%2032%20480h447.5c8.64%200%2016.1-6.64%2016.48-15.28A16%2016%200%200%200%20480%20448m-256-68a4%204%200%200%201-4%204h-88a4%204%200%200%201-4-4v-64a12%2012%200%200%201%2012-12h72a12%2012%200%200%201%2012%2012Zm156%2068h-72a4%204%200%200%201-4-4V316a12%2012%200%200%201%2012-12h56a12%2012%200%200%201%2012%2012v128a4%204%200%200%201-4%204m112.57-277.72l-42.92-98.49C438.41%2047.62%20412.74%2032%20384.25%2032H127.7c-28.49%200-54.16%2015.62-65.4%2039.79l-42.92%2098.49c-9%2019.41%202.89%2039.34%202.9%2039.35l.28.45c.49.78%201.36%202%201.89%202.78c.05.06.09.13.14.2l5%206.05a8%208%200%200%200%20.6.65l5%204.83l.42.36a69.7%2069.7%200%200%200%209.39%206.78v.05a74%2074%200%200%200%2036%2010.67h2.47a76.08%2076.08%200%200%200%2051.89-20.31l.33-.31a7.94%207.94%200%200%201%2010.89%200l.33.31a77.3%2077.3%200%200%200%20104.46%200a8%208%200%200%201%2010.87%200a77.31%2077.31%200%200%200%20104.21.23a7.88%207.88%200%200%201%2010.71%200a76.8%2076.8%200%200%200%2052.31%2020.08h2.49a71.35%2071.35%200%200%200%2035-10.7c.95-.57%201.86-1.17%202.78-1.77A71.3%2071.3%200%200%200%20488%20212.17l1.74-2.63q.26-.4.48-.84c1.66-3.38%2010.56-20.76%202.35-38.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/storefront.svg?color=%231a73e8&size=48