store icon
store from Font Awesome 6 Solid by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.
- Name
- store
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Buildings
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
storeBoxIcons v2storeBoxIcons v2 SolidstoreCarbonstoreFont Awesome Solidstore-outlineFlowbite IconsstoreJam IconsstoreLine AwesomestoreLucidestoreMaterial SymbolsstoreMaterial Symbols LightstoreMaterial Design Iconsstore-fillMingCute IconstoreMyna UI IconsstorePixelarticonsstore-fillRemix IconstoreTDesign IconsstoreUnicons
More buildings icons from Font Awesome 6 Solid
Use the store icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m547.6 103.8l-57.3-90.7C485.2 5 476.1 0 466.4 0H109.6c-9.7 0-18.8 5-23.9 13.1l-57.4 90.7c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1.8 12.1.8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29s49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zm-47.9 151.1h-.1c-5.3.7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1H76c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V252.6c-4 1-8 1.8-12.3 2.3"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidStore(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m547.6 103.8l-57.3-90.7C485.2 5 476.1 0 466.4 0H109.6c-9.7 0-18.8 5-23.9 13.1l-57.4 90.7c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1.8 12.1.8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29s49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zm-47.9 151.1h-.1c-5.3.7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1H76c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V252.6c-4 1-8 1.8-12.3 2.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m547.6 103.8l-57.3-90.7C485.2 5 476.1 0 466.4 0H109.6c-9.7 0-18.8 5-23.9 13.1l-57.4 90.7c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1.8 12.1.8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29s49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zm-47.9 151.1h-.1c-5.3.7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1H76c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V252.6c-4 1-8 1.8-12.3 2.3"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m547.6%20103.8l-57.3-90.7C485.2%205%20476.1%200%20466.4%200H109.6c-9.7%200-18.8%205-23.9%2013.1l-57.4%2090.7c-29.6%2046.8-3.4%20111.9%2051.9%20119.4c4%20.5%208.1.8%2012.1.8c26.1%200%2049.3-11.4%2065.2-29c15.9%2017.6%2039.1%2029%2065.2%2029s49.3-11.4%2065.2-29c15.9%2017.6%2039.1%2029%2065.2%2029c26.2%200%2049.3-11.4%2065.2-29c16%2017.6%2039.1%2029%2065.2%2029c4.1%200%208.1-.3%2012.1-.8c55.5-7.4%2081.8-72.5%2052.1-119.4zm-47.9%20151.1h-.1c-5.3.7-10.7%201.1-16.2%201.1c-12.4%200-24.3-1.9-35.4-5.3V384H128V250.6c-11.2%203.5-23.2%205.4-35.6%205.4c-5.5%200-11-.4-16.3-1.1H76c-4.1-.6-8.1-1.3-12-2.3V448c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V252.6c-4%201-8%201.8-12.3%202.3%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m547.6%20103.8l-57.3-90.7C485.2%205%20476.1%200%20466.4%200H109.6c-9.7%200-18.8%205-23.9%2013.1l-57.4%2090.7c-29.6%2046.8-3.4%20111.9%2051.9%20119.4c4%20.5%208.1.8%2012.1.8c26.1%200%2049.3-11.4%2065.2-29c15.9%2017.6%2039.1%2029%2065.2%2029s49.3-11.4%2065.2-29c15.9%2017.6%2039.1%2029%2065.2%2029c26.2%200%2049.3-11.4%2065.2-29c16%2017.6%2039.1%2029%2065.2%2029c4.1%200%208.1-.3%2012.1-.8c55.5-7.4%2081.8-72.5%2052.1-119.4zm-47.9%20151.1h-.1c-5.3.7-10.7%201.1-16.2%201.1c-12.4%200-24.3-1.9-35.4-5.3V384H128V250.6c-11.2%203.5-23.2%205.4-35.6%205.4c-5.5%200-11-.4-16.3-1.1H76c-4.1-.6-8.1-1.3-12-2.3V448c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V252.6c-4%201-8%201.8-12.3%202.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/store.svg?color=%231a73e8&size=48