twotone storefront icon

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

Name
twotone-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 twotone storefront icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.44 9.86L7.02 5H5.05L4.04 9.36c-.1.42-.01.84.25 1.17c.14.18.44.47.94.47c.61 0 1.13-.49 1.21-1.14M9.71 11c.74 0 1.29-.59 1.29-1.31V5H9.04l-.55 4.52c-.05.39.07.78.33 1.07c.23.26.55.41.89.41m4.51 0c.41 0 .72-.15.96-.41c.25-.29.37-.68.33-1.07L14.96 5H13v4.69c0 .72.55 1.31 1.22 1.31m4.69-6.01L16.98 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.17z" opacity=".3"/><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.89M13 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.2 1.01c-.26-.33-.35-.76-.25-1.17L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.5 0-.8-.29-.94-.47M19 19H5v-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-.03V19zm.71-8.47c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01l1.05 4.37c.1.42.01.85-.25 1.17"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneStorefront(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="M6.44 9.86L7.02 5H5.05L4.04 9.36c-.1.42-.01.84.25 1.17c.14.18.44.47.94.47c.61 0 1.13-.49 1.21-1.14M9.71 11c.74 0 1.29-.59 1.29-1.31V5H9.04l-.55 4.52c-.05.39.07.78.33 1.07c.23.26.55.41.89.41m4.51 0c.41 0 .72-.15.96-.41c.25-.29.37-.68.33-1.07L14.96 5H13v4.69c0 .72.55 1.31 1.22 1.31m4.69-6.01L16.98 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.17z" opacity=".3"/><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.89M13 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.2 1.01c-.26-.33-.35-.76-.25-1.17L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.5 0-.8-.29-.94-.47M19 19H5v-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-.03V19zm.71-8.47c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01l1.05 4.37c.1.42.01.85-.25 1.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.44 9.86L7.02 5H5.05L4.04 9.36c-.1.42-.01.84.25 1.17c.14.18.44.47.94.47c.61 0 1.13-.49 1.21-1.14M9.71 11c.74 0 1.29-.59 1.29-1.31V5H9.04l-.55 4.52c-.05.39.07.78.33 1.07c.23.26.55.41.89.41m4.51 0c.41 0 .72-.15.96-.41c.25-.29.37-.68.33-1.07L14.96 5H13v4.69c0 .72.55 1.31 1.22 1.31m4.69-6.01L16.98 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.17z" opacity=".3"/><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.89M13 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.2 1.01c-.26-.33-.35-.76-.25-1.17L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14c-.5 0-.8-.29-.94-.47M19 19H5v-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-.03V19zm.71-8.47c-.14.18-.44.47-.94.47c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01l1.05 4.37c.1.42.01.85-.25 1.17"/></svg>
</template>

CSS

.icon-twotone-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%22M6.44%209.86L7.02%205H5.05L4.04%209.36c-.1.42-.01.84.25%201.17c.14.18.44.47.94.47c.61%200%201.13-.49%201.21-1.14M9.71%2011c.74%200%201.29-.59%201.29-1.31V5H9.04l-.55%204.52c-.05.39.07.78.33%201.07c.23.26.55.41.89.41m4.51%200c.41%200%20.72-.15.96-.41c.25-.29.37-.68.33-1.07L14.96%205H13v4.69c0%20.72.55%201.31%201.22%201.31m4.69-6.01L16.98%205l.58%204.86c.08.65.6%201.14%201.21%201.14c.49%200%20.8-.29.93-.47c.26-.33.35-.76.25-1.17z%22%20opacity%3D%22.3%22%2F%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.89M13%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.2%201.01c-.26-.33-.35-.76-.25-1.17L5.05%205h1.97l-.58%204.86c-.08.65-.6%201.14-1.21%201.14c-.5%200-.8-.29-.94-.47M19%2019H5v-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-.03V19zm.71-8.47c-.14.18-.44.47-.94.47c-.61%200-1.14-.49-1.21-1.14L16.98%205l1.93-.01l1.05%204.37c.1.42.01.85-.25%201.17%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%22M6.44%209.86L7.02%205H5.05L4.04%209.36c-.1.42-.01.84.25%201.17c.14.18.44.47.94.47c.61%200%201.13-.49%201.21-1.14M9.71%2011c.74%200%201.29-.59%201.29-1.31V5H9.04l-.55%204.52c-.05.39.07.78.33%201.07c.23.26.55.41.89.41m4.51%200c.41%200%20.72-.15.96-.41c.25-.29.37-.68.33-1.07L14.96%205H13v4.69c0%20.72.55%201.31%201.22%201.31m4.69-6.01L16.98%205l.58%204.86c.08.65.6%201.14%201.21%201.14c.49%200%20.8-.29.93-.47c.26-.33.35-.76.25-1.17z%22%20opacity%3D%22.3%22%2F%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.89M13%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.2%201.01c-.26-.33-.35-.76-.25-1.17L5.05%205h1.97l-.58%204.86c-.08.65-.6%201.14-1.21%201.14c-.5%200-.8-.29-.94-.47M19%2019H5v-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-.03V19zm.71-8.47c-.14.18-.44.47-.94.47c-.61%200-1.14-.49-1.21-1.14L16.98%205l1.93-.01l1.05%204.37c.1.42.01.85-.25%201.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-storefront.svg?color=%231a73e8&size=48