sharp storefront icon
sharp-storefront from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-storefront
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the sharp storefront icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.9 8.89L20.49 3H3.51L2.1 8.89c-.24 1.02-.02 2.06.62 2.88c.08.11.19.19.28.29V21h18v-8.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89M7.02 5l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.49 0-.8-.29-.93-.47c-.26-.33-.35-.76-.25-1.17L5.09 5zm11.89 0l1.05 4.36c.1.42.01.84-.25 1.17c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5zm-3.4 4.52c.05.39-.07.78-.33 1.07c-.23.26-.55.41-.96.41c-.67 0-1.22-.59-1.22-1.31V5h1.96zM11 9.69c0 .72-.55 1.31-1.29 1.31c-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07L9.04 5H11zM5 19v-6.03c.08.01.15.03.23.03c.87 0 1.66-.36 2.24-.95c.6.6 1.4.95 2.31.95c.87 0 1.65-.36 2.23-.93c.59.57 1.39.93 2.29.93c.84 0 1.64-.35 2.24-.95c.58.59 1.37.95 2.24.95c.08 0 .15-.02.23-.03V19z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpStorefront(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="M21.9 8.89L20.49 3H3.51L2.1 8.89c-.24 1.02-.02 2.06.62 2.88c.08.11.19.19.28.29V21h18v-8.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89M7.02 5l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.49 0-.8-.29-.93-.47c-.26-.33-.35-.76-.25-1.17L5.09 5zm11.89 0l1.05 4.36c.1.42.01.84-.25 1.17c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5zm-3.4 4.52c.05.39-.07.78-.33 1.07c-.23.26-.55.41-.96.41c-.67 0-1.22-.59-1.22-1.31V5h1.96zM11 9.69c0 .72-.55 1.31-1.29 1.31c-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07L9.04 5H11zM5 19v-6.03c.08.01.15.03.23.03c.87 0 1.66-.36 2.24-.95c.6.6 1.4.95 2.31.95c.87 0 1.65-.36 2.23-.93c.59.57 1.39.93 2.29.93c.84 0 1.64-.35 2.24-.95c.58.59 1.37.95 2.24.95c.08 0 .15-.02.23-.03V19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.9 8.89L20.49 3H3.51L2.1 8.89c-.24 1.02-.02 2.06.62 2.88c.08.11.19.19.28.29V21h18v-8.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89M7.02 5l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.49 0-.8-.29-.93-.47c-.26-.33-.35-.76-.25-1.17L5.09 5zm11.89 0l1.05 4.36c.1.42.01.84-.25 1.17c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5zm-3.4 4.52c.05.39-.07.78-.33 1.07c-.23.26-.55.41-.96.41c-.67 0-1.22-.59-1.22-1.31V5h1.96zM11 9.69c0 .72-.55 1.31-1.29 1.31c-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07L9.04 5H11zM5 19v-6.03c.08.01.15.03.23.03c.87 0 1.66-.36 2.24-.95c.6.6 1.4.95 2.31.95c.87 0 1.65-.36 2.23-.93c.59.57 1.39.93 2.29.93c.84 0 1.64-.35 2.24-.95c.58.59 1.37.95 2.24.95c.08 0 .15-.02.23-.03V19z"/></svg> </template>
CSS
.icon-sharp-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%22M21.9%208.89L20.49%203H3.51L2.1%208.89c-.24%201.02-.02%202.06.62%202.88c.08.11.19.19.28.29V21h18v-8.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89M7.02%205l-.58%204.86c-.08.65-.6%201.14-1.21%201.14c-.49%200-.8-.29-.93-.47c-.26-.33-.35-.76-.25-1.17L5.09%205zm11.89%200l1.05%204.36c.1.42.01.84-.25%201.17c-.14.18-.44.47-.94.47c-.61%200-1.14-.49-1.21-1.14L16.98%205zm-3.4%204.52c.05.39-.07.78-.33%201.07c-.23.26-.55.41-.96.41c-.67%200-1.22-.59-1.22-1.31V5h1.96zM11%209.69c0%20.72-.55%201.31-1.29%201.31c-.34%200-.65-.15-.89-.41a1.42%201.42%200%200%201-.33-1.07L9.04%205H11zM5%2019v-6.03c.08.01.15.03.23.03c.87%200%201.66-.36%202.24-.95c.6.6%201.4.95%202.31.95c.87%200%201.65-.36%202.23-.93c.59.57%201.39.93%202.29.93c.84%200%201.64-.35%202.24-.95c.58.59%201.37.95%202.24.95c.08%200%20.15-.02.23-.03V19z%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%22M21.9%208.89L20.49%203H3.51L2.1%208.89c-.24%201.02-.02%202.06.62%202.88c.08.11.19.19.28.29V21h18v-8.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89M7.02%205l-.58%204.86c-.08.65-.6%201.14-1.21%201.14c-.49%200-.8-.29-.93-.47c-.26-.33-.35-.76-.25-1.17L5.09%205zm11.89%200l1.05%204.36c.1.42.01.84-.25%201.17c-.14.18-.44.47-.94.47c-.61%200-1.14-.49-1.21-1.14L16.98%205zm-3.4%204.52c.05.39-.07.78-.33%201.07c-.23.26-.55.41-.96.41c-.67%200-1.22-.59-1.22-1.31V5h1.96zM11%209.69c0%20.72-.55%201.31-1.29%201.31c-.34%200-.65-.15-.89-.41a1.42%201.42%200%200%201-.33-1.07L9.04%205H11zM5%2019v-6.03c.08.01.15.03.23.03c.87%200%201.66-.36%202.24-.95c.6.6%201.4.95%202.31.95c.87%200%201.65-.36%202.23-.93c.59.57%201.39.93%202.29.93c.84%200%201.64-.35%202.24-.95c.58.59%201.37.95%202.24.95c.08%200%20.15-.02.23-.03V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-storefront.svg?color=%231a73e8&size=48