store from Font Awesome Solid by Dave Gandy · Solid · Buildings · CC-BY-4.0 Attribution required.

Name
store
Set
Font Awesome Solid
Style
Solid
Category
Buildings
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More buildings icons from Font Awesome Solid

Use the store icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M94.7 136.3c6.9-23.9 28.8-40.3 53.7-40.3h344c24.9 0 46.8 16.4 53.8 40.3l23.4 80.2c12.8 43.7-20.1 87.5-65.6 87.5c-26.3 0-49.4-14.9-60.8-37.1c-11.6 21.9-34.6 37.1-61.4 37.1c-26.6 0-49.7-15-61.3-37c-11.6 22-34.7 37-61.3 37c-26.8 0-49.8-15.1-61.4-37.1C186.4 289 163.3 304 137 304c-45.6 0-78.4-43.7-65.6-87.5zM160.4 416h320v-66.4c7.6 1.6 15.5 2.4 23.5 2.4c14.3 0 28-2.6 40.5-7.2V496c0 26.5-21.5 48-48 48h-352c-26.5 0-48-21.5-48-48V344.8c12.5 4.6 26.1 7.2 40.5 7.2c8.1 0 15.9-.8 23.5-2.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidStore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M94.7 136.3c6.9-23.9 28.8-40.3 53.7-40.3h344c24.9 0 46.8 16.4 53.8 40.3l23.4 80.2c12.8 43.7-20.1 87.5-65.6 87.5c-26.3 0-49.4-14.9-60.8-37.1c-11.6 21.9-34.6 37.1-61.4 37.1c-26.6 0-49.7-15-61.3-37c-11.6 22-34.7 37-61.3 37c-26.8 0-49.8-15.1-61.4-37.1C186.4 289 163.3 304 137 304c-45.6 0-78.4-43.7-65.6-87.5zM160.4 416h320v-66.4c7.6 1.6 15.5 2.4 23.5 2.4c14.3 0 28-2.6 40.5-7.2V496c0 26.5-21.5 48-48 48h-352c-26.5 0-48-21.5-48-48V344.8c12.5 4.6 26.1 7.2 40.5 7.2c8.1 0 15.9-.8 23.5-2.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M94.7 136.3c6.9-23.9 28.8-40.3 53.7-40.3h344c24.9 0 46.8 16.4 53.8 40.3l23.4 80.2c12.8 43.7-20.1 87.5-65.6 87.5c-26.3 0-49.4-14.9-60.8-37.1c-11.6 21.9-34.6 37.1-61.4 37.1c-26.6 0-49.7-15-61.3-37c-11.6 22-34.7 37-61.3 37c-26.8 0-49.8-15.1-61.4-37.1C186.4 289 163.3 304 137 304c-45.6 0-78.4-43.7-65.6-87.5zM160.4 416h320v-66.4c7.6 1.6 15.5 2.4 23.5 2.4c14.3 0 28-2.6 40.5-7.2V496c0 26.5-21.5 48-48 48h-352c-26.5 0-48-21.5-48-48V344.8c12.5 4.6 26.1 7.2 40.5 7.2c8.1 0 15.9-.8 23.5-2.4z"/></svg>
</template>

CSS

.icon-store {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M94.7%20136.3c6.9-23.9%2028.8-40.3%2053.7-40.3h344c24.9%200%2046.8%2016.4%2053.8%2040.3l23.4%2080.2c12.8%2043.7-20.1%2087.5-65.6%2087.5c-26.3%200-49.4-14.9-60.8-37.1c-11.6%2021.9-34.6%2037.1-61.4%2037.1c-26.6%200-49.7-15-61.3-37c-11.6%2022-34.7%2037-61.3%2037c-26.8%200-49.8-15.1-61.4-37.1C186.4%20289%20163.3%20304%20137%20304c-45.6%200-78.4-43.7-65.6-87.5zM160.4%20416h320v-66.4c7.6%201.6%2015.5%202.4%2023.5%202.4c14.3%200%2028-2.6%2040.5-7.2V496c0%2026.5-21.5%2048-48%2048h-352c-26.5%200-48-21.5-48-48V344.8c12.5%204.6%2026.1%207.2%2040.5%207.2c8.1%200%2015.9-.8%2023.5-2.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M94.7%20136.3c6.9-23.9%2028.8-40.3%2053.7-40.3h344c24.9%200%2046.8%2016.4%2053.8%2040.3l23.4%2080.2c12.8%2043.7-20.1%2087.5-65.6%2087.5c-26.3%200-49.4-14.9-60.8-37.1c-11.6%2021.9-34.6%2037.1-61.4%2037.1c-26.6%200-49.7-15-61.3-37c-11.6%2022-34.7%2037-61.3%2037c-26.8%200-49.8-15.1-61.4-37.1C186.4%20289%20163.3%20304%20137%20304c-45.6%200-78.4-43.7-65.6-87.5zM160.4%20416h320v-66.4c7.6%201.6%2015.5%202.4%2023.5%202.4c14.3%200%2028-2.6%2040.5-7.2V496c0%2026.5-21.5%2048-48%2048h-352c-26.5%200-48-21.5-48-48V344.8c12.5%204.6%2026.1%207.2%2040.5%207.2c8.1%200%2015.9-.8%2023.5-2.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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