shop-2 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
shop-2
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the shop 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 21V10c0-2 2-7 8-7s8 5 8 7v11z"/><path d="M15 21H9v-4a3 3 0 1 1 6 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15 21H9v-4a3 3 0 1 1 6 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 10v11h16V10M4 10h16M4 10c0-2 2-7 8-7s8 5 8 7M3 10h18M3 21h18M11.417 3.5C10.227 4.779 9 7.598 9 10m3.583-6.5C13.773 4.779 15 7.598 15 10"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignShop2(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"><path d="M4 21V10c0-2 2-7 8-7s8 5 8 7v11z"/><path d="M15 21H9v-4a3 3 0 1 1 6 0z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15 21H9v-4a3 3 0 1 1 6 0z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4 10v11h16V10M4 10h16M4 10c0-2 2-7 8-7s8 5 8 7M3 10h18M3 21h18M11.417 3.5C10.227 4.779 9 7.598 9 10m3.583-6.5C13.773 4.779 15 7.598 15 10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 21V10c0-2 2-7 8-7s8 5 8 7v11z"/><path d="M15 21H9v-4a3 3 0 1 1 6 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15 21H9v-4a3 3 0 1 1 6 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 10v11h16V10M4 10h16M4 10c0-2 2-7 8-7s8 5 8 7M3 10h18M3 21h18M11.417 3.5C10.227 4.779 9 7.598 9 10m3.583-6.5C13.773 4.779 15 7.598 15 10"/></g></svg>
</template>

CSS

.icon-shop-2 {
  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%3E%3Cpath%20d%3D%22M4%2021V10c0-2%202-7%208-7s8%205%208%207v11z%22%2F%3E%3Cpath%20d%3D%22M15%2021H9v-4a3%203%200%201%201%206%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15%2021H9v-4a3%203%200%201%201%206%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2010v11h16V10M4%2010h16M4%2010c0-2%202-7%208-7s8%205%208%207M3%2010h18M3%2021h18M11.417%203.5C10.227%204.779%209%207.598%209%2010m3.583-6.5C13.773%204.779%2015%207.598%2015%2010%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%3E%3Cpath%20d%3D%22M4%2021V10c0-2%202-7%208-7s8%205%208%207v11z%22%2F%3E%3Cpath%20d%3D%22M15%2021H9v-4a3%203%200%201%201%206%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15%2021H9v-4a3%203%200%201%201%206%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2010v11h16V10M4%2010h16M4%2010c0-2%202-7%208-7s8%205%208%207M3%2010h18M3%2021h18M11.417%203.5C10.227%204.779%209%207.598%209%2010m3.583-6.5C13.773%204.779%2015%207.598%2015%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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