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

Name
shop
Set
Mage Icons
Style
Outline
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.25 9.944a3.08 3.08 0 0 1-2.056 2.899a2.9 2.9 0 0 1-1.027.185a3.08 3.08 0 0 1-2.899-2.056a2.9 2.9 0 0 1-.185-1.028c.003.351-.06.7-.185 1.028A3.08 3.08 0 0 1 12 13.028a3.08 3.08 0 0 1-2.898-2.056a2.9 2.9 0 0 1-.185-1.028c.002.351-.06.7-.185 1.028a3.08 3.08 0 0 1-2.899 2.056c-.35.002-.7-.06-1.027-.185A3.08 3.08 0 0 1 2.75 9.944l.462-1.623l1.11-3.166a2.06 2.06 0 0 1 1.943-1.377h11.47a2.06 2.06 0 0 1 1.942 1.377l1.11 3.166z"/><path d="M19.194 12.843v5.324a2.056 2.056 0 0 1-2.055 2.055H6.86a2.055 2.055 0 0 1-2.056-2.055v-5.324m4.113 4.296h6.166"/></g></svg>

React

import type { SVGProps } from "react";

export function MageShop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21.25 9.944a3.08 3.08 0 0 1-2.056 2.899a2.9 2.9 0 0 1-1.027.185a3.08 3.08 0 0 1-2.899-2.056a2.9 2.9 0 0 1-.185-1.028c.003.351-.06.7-.185 1.028A3.08 3.08 0 0 1 12 13.028a3.08 3.08 0 0 1-2.898-2.056a2.9 2.9 0 0 1-.185-1.028c.002.351-.06.7-.185 1.028a3.08 3.08 0 0 1-2.899 2.056c-.35.002-.7-.06-1.027-.185A3.08 3.08 0 0 1 2.75 9.944l.462-1.623l1.11-3.166a2.06 2.06 0 0 1 1.943-1.377h11.47a2.06 2.06 0 0 1 1.942 1.377l1.11 3.166z"/><path d="M19.194 12.843v5.324a2.056 2.056 0 0 1-2.055 2.055H6.86a2.055 2.055 0 0 1-2.056-2.055v-5.324m4.113 4.296h6.166"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.25 9.944a3.08 3.08 0 0 1-2.056 2.899a2.9 2.9 0 0 1-1.027.185a3.08 3.08 0 0 1-2.899-2.056a2.9 2.9 0 0 1-.185-1.028c.003.351-.06.7-.185 1.028A3.08 3.08 0 0 1 12 13.028a3.08 3.08 0 0 1-2.898-2.056a2.9 2.9 0 0 1-.185-1.028c.002.351-.06.7-.185 1.028a3.08 3.08 0 0 1-2.899 2.056c-.35.002-.7-.06-1.027-.185A3.08 3.08 0 0 1 2.75 9.944l.462-1.623l1.11-3.166a2.06 2.06 0 0 1 1.943-1.377h11.47a2.06 2.06 0 0 1 1.942 1.377l1.11 3.166z"/><path d="M19.194 12.843v5.324a2.056 2.056 0 0 1-2.055 2.055H6.86a2.055 2.055 0 0 1-2.056-2.055v-5.324m4.113 4.296h6.166"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.25%209.944a3.08%203.08%200%200%201-2.056%202.899a2.9%202.9%200%200%201-1.027.185a3.08%203.08%200%200%201-2.899-2.056a2.9%202.9%200%200%201-.185-1.028c.003.351-.06.7-.185%201.028A3.08%203.08%200%200%201%2012%2013.028a3.08%203.08%200%200%201-2.898-2.056a2.9%202.9%200%200%201-.185-1.028c.002.351-.06.7-.185%201.028a3.08%203.08%200%200%201-2.899%202.056c-.35.002-.7-.06-1.027-.185A3.08%203.08%200%200%201%202.75%209.944l.462-1.623l1.11-3.166a2.06%202.06%200%200%201%201.943-1.377h11.47a2.06%202.06%200%200%201%201.942%201.377l1.11%203.166z%22%2F%3E%3Cpath%20d%3D%22M19.194%2012.843v5.324a2.056%202.056%200%200%201-2.055%202.055H6.86a2.055%202.055%200%200%201-2.056-2.055v-5.324m4.113%204.296h6.166%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.25%209.944a3.08%203.08%200%200%201-2.056%202.899a2.9%202.9%200%200%201-1.027.185a3.08%203.08%200%200%201-2.899-2.056a2.9%202.9%200%200%201-.185-1.028c.003.351-.06.7-.185%201.028A3.08%203.08%200%200%201%2012%2013.028a3.08%203.08%200%200%201-2.898-2.056a2.9%202.9%200%200%201-.185-1.028c.002.351-.06.7-.185%201.028a3.08%203.08%200%200%201-2.899%202.056c-.35.002-.7-.06-1.027-.185A3.08%203.08%200%200%201%202.75%209.944l.462-1.623l1.11-3.166a2.06%202.06%200%200%201%201.943-1.377h11.47a2.06%202.06%200%200%201%201.942%201.377l1.11%203.166z%22%2F%3E%3Cpath%20d%3D%22M19.194%2012.843v5.324a2.056%202.056%200%200%201-2.055%202.055H6.86a2.055%202.055%200%200%201-2.056-2.055v-5.324m4.113%204.296h6.166%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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