baseline storefront icon

baseline-storefront from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
baseline-storefront
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the baseline 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.89l-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88c.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89m-2.99-3.9l1.05 4.37c.1.42.01.84-.25 1.17c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07c-.22.26-.54.41-.95.41c-.67 0-1.22-.59-1.22-1.31zM8.49 9.52L9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31c-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07m-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.49 0-.8-.29-.93-.47c-.27-.32-.36-.75-.26-1.17M5 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 IcBaselineStorefront(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.89l-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88c.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89m-2.99-3.9l1.05 4.37c.1.42.01.84-.25 1.17c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07c-.22.26-.54.41-.95.41c-.67 0-1.22-.59-1.22-1.31zM8.49 9.52L9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31c-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07m-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.49 0-.8-.29-.93-.47c-.27-.32-.36-.75-.26-1.17M5 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.89l-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88c.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89m-2.99-3.9l1.05 4.37c.1.42.01.84-.25 1.17c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07c-.22.26-.54.41-.95.41c-.67 0-1.22-.59-1.22-1.31zM8.49 9.52L9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31c-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07m-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.49 0-.8-.29-.93-.47c-.27-.32-.36-.75-.26-1.17M5 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-baseline-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.89l-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9%200-1.69.63-1.9%201.52L2.1%208.89c-.24%201.02-.02%202.06.62%202.88c.08.11.19.19.28.29V19c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-6.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89m-2.99-3.9l1.05%204.37c.1.42.01.84-.25%201.17c-.14.18-.44.47-.94.47c-.61%200-1.14-.49-1.21-1.14L16.98%205zM13%205h1.96l.54%204.52c.05.39-.07.78-.33%201.07c-.22.26-.54.41-.95.41c-.67%200-1.22-.59-1.22-1.31zM8.49%209.52L9.04%205H11v4.69c0%20.72-.55%201.31-1.29%201.31c-.34%200-.65-.15-.89-.41a1.42%201.42%200%200%201-.33-1.07m-4.45-.16L5.05%205h1.97l-.58%204.86c-.08.65-.6%201.14-1.21%201.14c-.49%200-.8-.29-.93-.47c-.27-.32-.36-.75-.26-1.17M5%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.89l-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9%200-1.69.63-1.9%201.52L2.1%208.89c-.24%201.02-.02%202.06.62%202.88c.08.11.19.19.28.29V19c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-6.94c.09-.09.2-.18.28-.28c.64-.82.87-1.87.62-2.89m-2.99-3.9l1.05%204.37c.1.42.01.84-.25%201.17c-.14.18-.44.47-.94.47c-.61%200-1.14-.49-1.21-1.14L16.98%205zM13%205h1.96l.54%204.52c.05.39-.07.78-.33%201.07c-.22.26-.54.41-.95.41c-.67%200-1.22-.59-1.22-1.31zM8.49%209.52L9.04%205H11v4.69c0%20.72-.55%201.31-1.29%201.31c-.34%200-.65-.15-.89-.41a1.42%201.42%200%200%201-.33-1.07m-4.45-.16L5.05%205h1.97l-.58%204.86c-.08.65-.6%201.14-1.21%201.14c-.49%200-.8-.29-.93-.47c-.27-.32-.36-.75-.26-1.17M5%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/baseline-storefront.svg?color=%231a73e8&size=48