storefront icon
storefront-sharp from Material Symbols Light by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- storefront-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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="M20.506 10.896V20.5h-17v-9.642q-.633-.467-.926-1.225t-.013-1.617L3.938 3.5h16.096l1.41 4.516q.281.859-.012 1.63t-.926 1.25m-6.3-.396q.963 0 1.438-.54q.475-.539.4-1.114L15.38 4.5h-2.873v4.2q0 .737.504 1.268q.504.532 1.196.532m-4.5 0q.806 0 1.303-.532t.497-1.268V4.5H8.633l-.666 4.423q-.061.466.407 1.021t1.332.556m-4.45 0q.661 0 1.124-.45t.576-1.123L7.583 4.5H4.652L3.556 8.235q-.247.788.21 1.527t1.49.738m13.5 0q.898 0 1.434-.7q.537-.7.266-1.565L19.329 4.5h-2.9l.627 4.427q.113.673.576 1.123t1.124.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStorefrontSharp(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="M20.506 10.896V20.5h-17v-9.642q-.633-.467-.926-1.225t-.013-1.617L3.938 3.5h16.096l1.41 4.516q.281.859-.012 1.63t-.926 1.25m-6.3-.396q.963 0 1.438-.54q.475-.539.4-1.114L15.38 4.5h-2.873v4.2q0 .737.504 1.268q.504.532 1.196.532m-4.5 0q.806 0 1.303-.532t.497-1.268V4.5H8.633l-.666 4.423q-.061.466.407 1.021t1.332.556m-4.45 0q.661 0 1.124-.45t.576-1.123L7.583 4.5H4.652L3.556 8.235q-.247.788.21 1.527t1.49.738m13.5 0q.898 0 1.434-.7q.537-.7.266-1.565L19.329 4.5h-2.9l.627 4.427q.113.673.576 1.123t1.124.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.506 10.896V20.5h-17v-9.642q-.633-.467-.926-1.225t-.013-1.617L3.938 3.5h16.096l1.41 4.516q.281.859-.012 1.63t-.926 1.25m-6.3-.396q.963 0 1.438-.54q.475-.539.4-1.114L15.38 4.5h-2.873v4.2q0 .737.504 1.268q.504.532 1.196.532m-4.5 0q.806 0 1.303-.532t.497-1.268V4.5H8.633l-.666 4.423q-.061.466.407 1.021t1.332.556m-4.45 0q.661 0 1.124-.45t.576-1.123L7.583 4.5H4.652L3.556 8.235q-.247.788.21 1.527t1.49.738m13.5 0q.898 0 1.434-.7q.537-.7.266-1.565L19.329 4.5h-2.9l.627 4.427q.113.673.576 1.123t1.124.45"/></svg> </template>
CSS
.icon-storefront-sharp {
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%22M20.506%2010.896V20.5h-17v-9.642q-.633-.467-.926-1.225t-.013-1.617L3.938%203.5h16.096l1.41%204.516q.281.859-.012%201.63t-.926%201.25m-6.3-.396q.963%200%201.438-.54q.475-.539.4-1.114L15.38%204.5h-2.873v4.2q0%20.737.504%201.268q.504.532%201.196.532m-4.5%200q.806%200%201.303-.532t.497-1.268V4.5H8.633l-.666%204.423q-.061.466.407%201.021t1.332.556m-4.45%200q.661%200%201.124-.45t.576-1.123L7.583%204.5H4.652L3.556%208.235q-.247.788.21%201.527t1.49.738m13.5%200q.898%200%201.434-.7q.537-.7.266-1.565L19.329%204.5h-2.9l.627%204.427q.113.673.576%201.123t1.124.45%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%22M20.506%2010.896V20.5h-17v-9.642q-.633-.467-.926-1.225t-.013-1.617L3.938%203.5h16.096l1.41%204.516q.281.859-.012%201.63t-.926%201.25m-6.3-.396q.963%200%201.438-.54q.475-.539.4-1.114L15.38%204.5h-2.873v4.2q0%20.737.504%201.268q.504.532%201.196.532m-4.5%200q.806%200%201.303-.532t.497-1.268V4.5H8.633l-.666%204.423q-.061.466.407%201.021t1.332.556m-4.45%200q.661%200%201.124-.45t.576-1.123L7.583%204.5H4.652L3.556%208.235q-.247.788.21%201.527t1.49.738m13.5%200q.898%200%201.434-.7q.537-.7.266-1.565L19.329%204.5h-2.9l.627%204.427q.113.673.576%201.123t1.124.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/storefront-sharp.svg?color=%231a73e8&size=48