storefront icon
storefront-outline from Material Design Icons by Pictogrammers · Outline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- storefront-outline
- Set
- Material Design Icons
- Style
- Outline
- 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.04.61 2.86l.28.28V19c0 .5.2 1 .61 1.39S4.5 21 5 21h14c.5 0 1-.2 1.39-.61S21 19.5 21 19v-6.95l.28-.28c.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 3zm13.83 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 5zM5.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.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5zM13 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.7zm-5.55 7.05c.63.62 1.41.95 2.35.95c.84 0 1.58-.33 2.2-.95c.69.62 1.45.95 2.3.95c.87 0 1.62-.33 2.25-.95c.56.62 1.31.95 2.25.95h.23v6H5v-6h.25c.91 0 1.64-.33 2.2-.95"/></svg>
React
import type { SVGProps } from "react";
export function MdiStorefrontOutline(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.04.61 2.86l.28.28V19c0 .5.2 1 .61 1.39S4.5 21 5 21h14c.5 0 1-.2 1.39-.61S21 19.5 21 19v-6.95l.28-.28c.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 3zm13.83 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 5zM5.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.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5zM13 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.7zm-5.55 7.05c.63.62 1.41.95 2.35.95c.84 0 1.58-.33 2.2-.95c.69.62 1.45.95 2.3.95c.87 0 1.62-.33 2.25-.95c.56.62 1.31.95 2.25.95h.23v6H5v-6h.25c.91 0 1.64-.33 2.2-.95"/></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.04.61 2.86l.28.28V19c0 .5.2 1 .61 1.39S4.5 21 5 21h14c.5 0 1-.2 1.39-.61S21 19.5 21 19v-6.95l.28-.28c.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 3zm13.83 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 5zM5.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.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5zM13 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.7zm-5.55 7.05c.63.62 1.41.95 2.35.95c.84 0 1.58-.33 2.2-.95c.69.62 1.45.95 2.3.95c.87 0 1.62-.33 2.25-.95c.56.62 1.31.95 2.25.95h.23v6H5v-6h.25c.91 0 1.64-.33 2.2-.95"/></svg> </template>
CSS
.icon-storefront-outline {
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.04.61%202.86l.28.28V19c0%20.5.2%201%20.61%201.39S4.5%2021%205%2021h14c.5%200%201-.2%201.39-.61S21%2019.5%2021%2019v-6.95l.28-.28c.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%203zm13.83%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%205zM5.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.17zm3.99%200H11v4.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.5zM13%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.7zm-5.55%207.05c.63.62%201.41.95%202.35.95c.84%200%201.58-.33%202.2-.95c.69.62%201.45.95%202.3.95c.87%200%201.62-.33%202.25-.95c.56.62%201.31.95%202.25.95h.23v6H5v-6h.25c.91%200%201.64-.33%202.2-.95%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.04.61%202.86l.28.28V19c0%20.5.2%201%20.61%201.39S4.5%2021%205%2021h14c.5%200%201-.2%201.39-.61S21%2019.5%2021%2019v-6.95l.28-.28c.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%203zm13.83%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%205zM5.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.17zm3.99%200H11v4.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.5zM13%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.7zm-5.55%207.05c.63.62%201.41.95%202.35.95c.84%200%201.58-.33%202.2-.95c.69.62%201.45.95%202.3.95c.87%200%201.62-.33%202.25-.95c.56.62%201.31.95%202.25.95h.23v6H5v-6h.25c.91%200%201.64-.33%202.2-.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/storefront-outline.svg?color=%231a73e8&size=48