storefront icon
storefront from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.
- Name
- storefront
- Set
- Material Design Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More places icons from Material Design Icons
Use the storefront icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.01.58 2.82c.12.12.24.24.35.34c.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95c.84 0 1.64-.37 2.2-.93c.68.63 1.45.93 2.3.93c.87 0 1.61-.33 2.24-.95c.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3m-.05 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 5M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7M3 14.03V19c0 1.11.89 2 2 2h14a2 2 0 0 0 2-2v-4.95c-.55.58-1.25.91-2 .95c-1 .03-1.75-.26-2.46-.95c-.6.6-1.4.95-2.24.95c-.9 0-1.7-.36-2.3-.93c-.57.57-1.35.93-2.22.93c-.91 0-1.71-.35-2.31-.95c-.58.59-1.37.95-2.24.95c-.9 0-1.57-.35-2.23-.97"/></svg>
React
import type { SVGProps } from "react";
export function MdiStorefront(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="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.01.58 2.82c.12.12.24.24.35.34c.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95c.84 0 1.64-.37 2.2-.93c.68.63 1.45.93 2.3.93c.87 0 1.61-.33 2.24-.95c.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3m-.05 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 5M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7M3 14.03V19c0 1.11.89 2 2 2h14a2 2 0 0 0 2-2v-4.95c-.55.58-1.25.91-2 .95c-1 .03-1.75-.26-2.46-.95c-.6.6-1.4.95-2.24.95c-.9 0-1.7-.36-2.3-.93c-.57.57-1.35.93-2.22.93c-.91 0-1.71-.35-2.31-.95c-.58.59-1.37.95-2.24.95c-.9 0-1.57-.35-2.23-.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.01.58 2.82c.12.12.24.24.35.34c.59.57 1.24.93 2.18.93s1.69-.41 2.25-.95c.63.62 1.39.95 2.33.95c.84 0 1.64-.37 2.2-.93c.68.63 1.45.93 2.3.93c.87 0 1.61-.33 2.24-.95c.57.57 1.32.95 2.27.95s1.62-.35 2.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3m-.05 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 5M5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17M9.05 5H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5M13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7M3 14.03V19c0 1.11.89 2 2 2h14a2 2 0 0 0 2-2v-4.95c-.55.58-1.25.91-2 .95c-1 .03-1.75-.26-2.46-.95c-.6.6-1.4.95-2.24.95c-.9 0-1.7-.36-2.3-.93c-.57.57-1.35.93-2.22.93c-.91 0-1.71-.35-2.31-.95c-.58.59-1.37.95-2.24.95c-.9 0-1.57-.35-2.23-.97"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.06%203c-.43%200-.84.14-1.22.42s-.6.64-.7%201.08L2.11%208.91c-.25%201.09-.05%202.01.58%202.82c.12.12.24.24.35.34c.59.57%201.24.93%202.18.93s1.69-.41%202.25-.95c.63.62%201.39.95%202.33.95c.84%200%201.64-.37%202.2-.93c.68.63%201.45.93%202.3.93c.87%200%201.61-.33%202.24-.95c.57.57%201.32.95%202.27.95s1.62-.35%202.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86%204.5c-.13-.44-.36-.8-.73-1.08A1.88%201.88%200%200%200%2018.94%203m-.05%201.97l1.08%204.41c.09.43%200%20.82-.28%201.17c-.25.31-.56.45-.94.45c-.31%200-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97%205M5.06%205h1.97l-.61%204.84C6.3%2010.63%205.91%2011%205.25%2011c-.41%200-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17M9.05%205H11v4.7c0%20.35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34%200-.63-.12-.86-.41S8.5%2010%208.5%209.66V9.5M13%205h1.95l.55%204.5c.08.42%200%20.77-.29%201.07c-.26.3-.6.43-1.01.43c-.31%200-.59-.12-.84-.38A1.3%201.3%200%200%201%2013%209.7M3%2014.03V19c0%201.11.89%202%202%202h14a2%202%200%200%200%202-2v-4.95c-.55.58-1.25.91-2%20.95c-1%20.03-1.75-.26-2.46-.95c-.6.6-1.4.95-2.24.95c-.9%200-1.7-.36-2.3-.93c-.57.57-1.35.93-2.22.93c-.91%200-1.71-.35-2.31-.95c-.58.59-1.37.95-2.24.95c-.9%200-1.57-.35-2.23-.97%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%22M5.06%203c-.43%200-.84.14-1.22.42s-.6.64-.7%201.08L2.11%208.91c-.25%201.09-.05%202.01.58%202.82c.12.12.24.24.35.34c.59.57%201.24.93%202.18.93s1.69-.41%202.25-.95c.63.62%201.39.95%202.33.95c.84%200%201.64-.37%202.2-.93c.68.63%201.45.93%202.3.93c.87%200%201.61-.33%202.24-.95c.57.57%201.32.95%202.27.95s1.62-.35%202.19-.94c.09-.09.18-.19.28-.29c.66-.82.86-1.77.61-2.86L20.86%204.5c-.13-.44-.36-.8-.73-1.08A1.88%201.88%200%200%200%2018.94%203m-.05%201.97l1.08%204.41c.09.43%200%20.82-.28%201.17c-.25.31-.56.45-.94.45c-.31%200-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97%205M5.06%205h1.97l-.61%204.84C6.3%2010.63%205.91%2011%205.25%2011c-.41%200-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17M9.05%205H11v4.7c0%20.35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34%200-.63-.12-.86-.41S8.5%2010%208.5%209.66V9.5M13%205h1.95l.55%204.5c.08.42%200%20.77-.29%201.07c-.26.3-.6.43-1.01.43c-.31%200-.59-.12-.84-.38A1.3%201.3%200%200%201%2013%209.7M3%2014.03V19c0%201.11.89%202%202%202h14a2%202%200%200%200%202-2v-4.95c-.55.58-1.25.91-2%20.95c-1%20.03-1.75-.26-2.46-.95c-.6.6-1.4.95-2.24.95c-.9%200-1.7-.36-2.3-.93c-.57.57-1.35.93-2.22.93c-.91%200-1.71-.35-2.31-.95c-.58.59-1.37.95-2.24.95c-.9%200-1.57-.35-2.23-.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/storefront.svg?color=%231a73e8&size=48