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

Name
shop
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the shop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m53.5 245.1l56.8-113.7c10.9-21.7 33-35.4 57.3-35.4h304.9c24.2 0 46.4 13.7 57.2 35.4l56.8 113.7c3.6 7.2 5.5 15.1 5.5 23.2c0 27.3-21.2 49.7-48 51.6V512c0 17.7-14.3 32-32 32s-32-14.3-32-32V320h-96v176c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V319.9c-26.8-1.9-48-24.3-48-51.6c0-8 1.9-16 5.5-23.2M160 320v112c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16V320z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidShop(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="m53.5 245.1l56.8-113.7c10.9-21.7 33-35.4 57.3-35.4h304.9c24.2 0 46.4 13.7 57.2 35.4l56.8 113.7c3.6 7.2 5.5 15.1 5.5 23.2c0 27.3-21.2 49.7-48 51.6V512c0 17.7-14.3 32-32 32s-32-14.3-32-32V320h-96v176c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V319.9c-26.8-1.9-48-24.3-48-51.6c0-8 1.9-16 5.5-23.2M160 320v112c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16V320z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m53.5 245.1l56.8-113.7c10.9-21.7 33-35.4 57.3-35.4h304.9c24.2 0 46.4 13.7 57.2 35.4l56.8 113.7c3.6 7.2 5.5 15.1 5.5 23.2c0 27.3-21.2 49.7-48 51.6V512c0 17.7-14.3 32-32 32s-32-14.3-32-32V320h-96v176c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V319.9c-26.8-1.9-48-24.3-48-51.6c0-8 1.9-16 5.5-23.2M160 320v112c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16V320z"/></svg>
</template>

CSS

.icon-shop {
  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%22m53.5%20245.1l56.8-113.7c10.9-21.7%2033-35.4%2057.3-35.4h304.9c24.2%200%2046.4%2013.7%2057.2%2035.4l56.8%20113.7c3.6%207.2%205.5%2015.1%205.5%2023.2c0%2027.3-21.2%2049.7-48%2051.6V512c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V320h-96v176c0%2026.5-21.5%2048-48%2048H144c-26.5%200-48-21.5-48-48V319.9c-26.8-1.9-48-24.3-48-51.6c0-8%201.9-16%205.5-23.2M160%20320v112c0%208.8%207.2%2016%2016%2016h128c8.8%200%2016-7.2%2016-16V320z%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%22m53.5%20245.1l56.8-113.7c10.9-21.7%2033-35.4%2057.3-35.4h304.9c24.2%200%2046.4%2013.7%2057.2%2035.4l56.8%20113.7c3.6%207.2%205.5%2015.1%205.5%2023.2c0%2027.3-21.2%2049.7-48%2051.6V512c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V320h-96v176c0%2026.5-21.5%2048-48%2048H144c-26.5%200-48-21.5-48-48V319.9c-26.8-1.9-48-24.3-48-51.6c0-8%201.9-16%205.5-23.2M160%20320v112c0%208.8%207.2%2016%2016%2016h128c8.8%200%2016-7.2%2016-16V320z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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