building storefront icon

building-storefront-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
building-storefront-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

Related icons in HeroIcons

Use the building storefront icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 0 0 7.5 9.75c.627.47 1.406.75 2.25.75s1.624-.28 2.25-.75c.626.47 1.406.75 2.25.75s1.623-.28 2.25-.75a3.75 3.75 0 0 0 4.902-5.652l-1.3-1.299a1.88 1.88 0 0 0-1.325-.549z"/><path fill-rule="evenodd" d="M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.2 5.2 0 0 0 9.75 12c.804 0 1.568-.182 2.25-.506a5.2 5.2 0 0 0 2.25.506c.804 0 1.567-.182 2.25-.506a5.26 5.26 0 0 0 4.5.001v8.755h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5zm3-6a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75zm8.25-.75a.75.75 0 0 0-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-5.25a.75.75 0 0 0-.75-.75z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsBuildingStorefrontSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 0 0 7.5 9.75c.627.47 1.406.75 2.25.75s1.624-.28 2.25-.75c.626.47 1.406.75 2.25.75s1.623-.28 2.25-.75a3.75 3.75 0 0 0 4.902-5.652l-1.3-1.299a1.88 1.88 0 0 0-1.325-.549z"/><path fillRule="evenodd" d="M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.2 5.2 0 0 0 9.75 12c.804 0 1.568-.182 2.25-.506a5.2 5.2 0 0 0 2.25.506c.804 0 1.567-.182 2.25-.506a5.26 5.26 0 0 0 4.5.001v8.755h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5zm3-6a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75zm8.25-.75a.75.75 0 0 0-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-5.25a.75.75 0 0 0-.75-.75z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.223 2.25c-.497 0-.974.198-1.325.55l-1.3 1.298A3.75 3.75 0 0 0 7.5 9.75c.627.47 1.406.75 2.25.75s1.624-.28 2.25-.75c.626.47 1.406.75 2.25.75s1.623-.28 2.25-.75a3.75 3.75 0 0 0 4.902-5.652l-1.3-1.299a1.88 1.88 0 0 0-1.325-.549z"/><path fill-rule="evenodd" d="M3 20.25v-8.755c1.42.674 3.08.673 4.5 0A5.2 5.2 0 0 0 9.75 12c.804 0 1.568-.182 2.25-.506a5.2 5.2 0 0 0 2.25.506c.804 0 1.567-.182 2.25-.506a5.26 5.26 0 0 0 4.5.001v8.755h.75a.75.75 0 0 1 0 1.5H2.25a.75.75 0 0 1 0-1.5zm3-6a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75zm8.25-.75a.75.75 0 0 0-.75.75v5.25c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-5.25a.75.75 0 0 0-.75-.75z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-building-storefront-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.223%202.25c-.497%200-.974.198-1.325.55l-1.3%201.298A3.75%203.75%200%200%200%207.5%209.75c.627.47%201.406.75%202.25.75s1.624-.28%202.25-.75c.626.47%201.406.75%202.25.75s1.623-.28%202.25-.75a3.75%203.75%200%200%200%204.902-5.652l-1.3-1.299a1.88%201.88%200%200%200-1.325-.549z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2020.25v-8.755c1.42.674%203.08.673%204.5%200A5.2%205.2%200%200%200%209.75%2012c.804%200%201.568-.182%202.25-.506a5.2%205.2%200%200%200%202.25.506c.804%200%201.567-.182%202.25-.506a5.26%205.26%200%200%200%204.5.001v8.755h.75a.75.75%200%200%201%200%201.5H2.25a.75.75%200%200%201%200-1.5zm3-6a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-.75.75h-3a.75.75%200%200%201-.75-.75zm8.25-.75a.75.75%200%200%200-.75.75v5.25c0%20.414.336.75.75.75h3a.75.75%200%200%200%20.75-.75v-5.25a.75.75%200%200%200-.75-.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.223%202.25c-.497%200-.974.198-1.325.55l-1.3%201.298A3.75%203.75%200%200%200%207.5%209.75c.627.47%201.406.75%202.25.75s1.624-.28%202.25-.75c.626.47%201.406.75%202.25.75s1.623-.28%202.25-.75a3.75%203.75%200%200%200%204.902-5.652l-1.3-1.299a1.88%201.88%200%200%200-1.325-.549z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2020.25v-8.755c1.42.674%203.08.673%204.5%200A5.2%205.2%200%200%200%209.75%2012c.804%200%201.568-.182%202.25-.506a5.2%205.2%200%200%200%202.25.506c.804%200%201.567-.182%202.25-.506a5.26%205.26%200%200%200%204.5.001v8.755h.75a.75.75%200%200%201%200%201.5H2.25a.75.75%200%200%201%200-1.5zm3-6a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-.75.75h-3a.75.75%200%200%201-.75-.75zm8.25-.75a.75.75%200%200%200-.75.75v5.25c0%20.414.336.75.75.75h3a.75.75%200%200%200%20.75-.75v-5.25a.75.75%200%200%200-.75-.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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