shop-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
shop-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the shop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.914 9.73l-.48-1.66l-1.11-3.17a2.8 2.8 0 0 0-1-1.36a2.74 2.74 0 0 0-1.62-.52H6.234a2.8 2.8 0 0 0-2.65 1.88l-1.13 3.21l-.46 1.62a.8.8 0 0 0 0 .21a3.85 3.85 0 0 0 2.06 3.39v4.83a2.8 2.8 0 0 0 .82 2a2.84 2.84 0 0 0 2 .82h10.28a2.8 2.8 0 0 0 2.81-2.81v-4.83a3.74 3.74 0 0 0 1.35-1.18a3.8 3.8 0 0 0 .7-2.21a1.5 1.5 0 0 0-.1-.22m-6.89 8.4h-6.17a1 1 0 1 1 0-2h6.17a1 1 0 0 1 0 2m5-6.85c-.282.399-.68.7-1.14.86a2.3 2.3 0 0 1-2.08-.31a2.34 2.34 0 0 1-.99-1.86a.75.75 0 1 0-1.5 0v.05a2.4 2.4 0 0 1-.14.74a2.4 2.4 0 0 1-.86 1.12a2.27 2.27 0 0 1-1.33.43a2.32 2.32 0 0 1-2.2-1.57a2 2 0 0 1-.14-.73a.75.75 0 0 0-1.5 0a2.36 2.36 0 0 1-.99 1.87a2.33 2.33 0 0 1-1.35.43a2.6 2.6 0 0 1-.77-.14a2.28 2.28 0 0 1-1.13-.85a2.33 2.33 0 0 1-.42-1.24l.41-1.48l1.11-3.16a1.31 1.31 0 0 1 1.24-.88h11.47c.27.004.535.088.76.24c.219.16.383.383.47.64l1.1 3.12l.43 1.52a2.35 2.35 0 0 1-.47 1.2z"/></svg>

React

import type { SVGProps } from "react";

export function MageShopFill(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="m21.914 9.73l-.48-1.66l-1.11-3.17a2.8 2.8 0 0 0-1-1.36a2.74 2.74 0 0 0-1.62-.52H6.234a2.8 2.8 0 0 0-2.65 1.88l-1.13 3.21l-.46 1.62a.8.8 0 0 0 0 .21a3.85 3.85 0 0 0 2.06 3.39v4.83a2.8 2.8 0 0 0 .82 2a2.84 2.84 0 0 0 2 .82h10.28a2.8 2.8 0 0 0 2.81-2.81v-4.83a3.74 3.74 0 0 0 1.35-1.18a3.8 3.8 0 0 0 .7-2.21a1.5 1.5 0 0 0-.1-.22m-6.89 8.4h-6.17a1 1 0 1 1 0-2h6.17a1 1 0 0 1 0 2m5-6.85c-.282.399-.68.7-1.14.86a2.3 2.3 0 0 1-2.08-.31a2.34 2.34 0 0 1-.99-1.86a.75.75 0 1 0-1.5 0v.05a2.4 2.4 0 0 1-.14.74a2.4 2.4 0 0 1-.86 1.12a2.27 2.27 0 0 1-1.33.43a2.32 2.32 0 0 1-2.2-1.57a2 2 0 0 1-.14-.73a.75.75 0 0 0-1.5 0a2.36 2.36 0 0 1-.99 1.87a2.33 2.33 0 0 1-1.35.43a2.6 2.6 0 0 1-.77-.14a2.28 2.28 0 0 1-1.13-.85a2.33 2.33 0 0 1-.42-1.24l.41-1.48l1.11-3.16a1.31 1.31 0 0 1 1.24-.88h11.47c.27.004.535.088.76.24c.219.16.383.383.47.64l1.1 3.12l.43 1.52a2.35 2.35 0 0 1-.47 1.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.914 9.73l-.48-1.66l-1.11-3.17a2.8 2.8 0 0 0-1-1.36a2.74 2.74 0 0 0-1.62-.52H6.234a2.8 2.8 0 0 0-2.65 1.88l-1.13 3.21l-.46 1.62a.8.8 0 0 0 0 .21a3.85 3.85 0 0 0 2.06 3.39v4.83a2.8 2.8 0 0 0 .82 2a2.84 2.84 0 0 0 2 .82h10.28a2.8 2.8 0 0 0 2.81-2.81v-4.83a3.74 3.74 0 0 0 1.35-1.18a3.8 3.8 0 0 0 .7-2.21a1.5 1.5 0 0 0-.1-.22m-6.89 8.4h-6.17a1 1 0 1 1 0-2h6.17a1 1 0 0 1 0 2m5-6.85c-.282.399-.68.7-1.14.86a2.3 2.3 0 0 1-2.08-.31a2.34 2.34 0 0 1-.99-1.86a.75.75 0 1 0-1.5 0v.05a2.4 2.4 0 0 1-.14.74a2.4 2.4 0 0 1-.86 1.12a2.27 2.27 0 0 1-1.33.43a2.32 2.32 0 0 1-2.2-1.57a2 2 0 0 1-.14-.73a.75.75 0 0 0-1.5 0a2.36 2.36 0 0 1-.99 1.87a2.33 2.33 0 0 1-1.35.43a2.6 2.6 0 0 1-.77-.14a2.28 2.28 0 0 1-1.13-.85a2.33 2.33 0 0 1-.42-1.24l.41-1.48l1.11-3.16a1.31 1.31 0 0 1 1.24-.88h11.47c.27.004.535.088.76.24c.219.16.383.383.47.64l1.1 3.12l.43 1.52a2.35 2.35 0 0 1-.47 1.2z"/></svg>
</template>

CSS

.icon-shop-fill {
  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%22m21.914%209.73l-.48-1.66l-1.11-3.17a2.8%202.8%200%200%200-1-1.36a2.74%202.74%200%200%200-1.62-.52H6.234a2.8%202.8%200%200%200-2.65%201.88l-1.13%203.21l-.46%201.62a.8.8%200%200%200%200%20.21a3.85%203.85%200%200%200%202.06%203.39v4.83a2.8%202.8%200%200%200%20.82%202a2.84%202.84%200%200%200%202%20.82h10.28a2.8%202.8%200%200%200%202.81-2.81v-4.83a3.74%203.74%200%200%200%201.35-1.18a3.8%203.8%200%200%200%20.7-2.21a1.5%201.5%200%200%200-.1-.22m-6.89%208.4h-6.17a1%201%200%201%201%200-2h6.17a1%201%200%200%201%200%202m5-6.85c-.282.399-.68.7-1.14.86a2.3%202.3%200%200%201-2.08-.31a2.34%202.34%200%200%201-.99-1.86a.75.75%200%201%200-1.5%200v.05a2.4%202.4%200%200%201-.14.74a2.4%202.4%200%200%201-.86%201.12a2.27%202.27%200%200%201-1.33.43a2.32%202.32%200%200%201-2.2-1.57a2%202%200%200%201-.14-.73a.75.75%200%200%200-1.5%200a2.36%202.36%200%200%201-.99%201.87a2.33%202.33%200%200%201-1.35.43a2.6%202.6%200%200%201-.77-.14a2.28%202.28%200%200%201-1.13-.85a2.33%202.33%200%200%201-.42-1.24l.41-1.48l1.11-3.16a1.31%201.31%200%200%201%201.24-.88h11.47c.27.004.535.088.76.24c.219.16.383.383.47.64l1.1%203.12l.43%201.52a2.35%202.35%200%200%201-.47%201.2z%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%22m21.914%209.73l-.48-1.66l-1.11-3.17a2.8%202.8%200%200%200-1-1.36a2.74%202.74%200%200%200-1.62-.52H6.234a2.8%202.8%200%200%200-2.65%201.88l-1.13%203.21l-.46%201.62a.8.8%200%200%200%200%20.21a3.85%203.85%200%200%200%202.06%203.39v4.83a2.8%202.8%200%200%200%20.82%202a2.84%202.84%200%200%200%202%20.82h10.28a2.8%202.8%200%200%200%202.81-2.81v-4.83a3.74%203.74%200%200%200%201.35-1.18a3.8%203.8%200%200%200%20.7-2.21a1.5%201.5%200%200%200-.1-.22m-6.89%208.4h-6.17a1%201%200%201%201%200-2h6.17a1%201%200%200%201%200%202m5-6.85c-.282.399-.68.7-1.14.86a2.3%202.3%200%200%201-2.08-.31a2.34%202.34%200%200%201-.99-1.86a.75.75%200%201%200-1.5%200v.05a2.4%202.4%200%200%201-.14.74a2.4%202.4%200%200%201-.86%201.12a2.27%202.27%200%200%201-1.33.43a2.32%202.32%200%200%201-2.2-1.57a2%202%200%200%201-.14-.73a.75.75%200%200%200-1.5%200a2.36%202.36%200%200%201-.99%201.87a2.33%202.33%200%200%201-1.35.43a2.6%202.6%200%200%201-.77-.14a2.28%202.28%200%200%201-1.13-.85a2.33%202.33%200%200%201-.42-1.24l.41-1.48l1.11-3.16a1.31%201.31%200%200%201%201.24-.88h11.47c.27.004.535.088.76.24c.219.16.383.383.47.64l1.1%203.12l.43%201.52a2.35%202.35%200%200%201-.47%201.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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