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

Name
shop-2-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="M4.982 5.11C6.409 3.397 8.684 2 12 2s5.591 1.397 7.018 3.11c1.06 1.27 1.655 2.72 1.879 3.89H22v2h-1v9h1v2h-5.5v-3.5a4.5 4.5 0 1 0-9 0V22H2v-2h1v-9H2V9h1.103c.224-1.17.82-2.62 1.879-3.89M18.846 9a7 7 0 0 0-1.364-2.61A6.4 6.4 0 0 0 14.4 4.341q.272.481.512 1.011c.493 1.097.887 2.379 1.03 3.648zm-4.92 0a10.7 10.7 0 0 0-.838-2.827a9 9 0 0 0-.868-1.536q-.114-.159-.22-.286q-.106.127-.22.286c-.298.413-.6.939-.868 1.536A10.7 10.7 0 0 0 10.074 9zM8.058 9c.143-1.27.536-2.551 1.03-3.648q.239-.531.512-1.01A6.4 6.4 0 0 0 6.518 6.39A7 7 0 0 0 5.154 9z"/><path fill="currentColor" d="M12 16a2.5 2.5 0 0 0-2.5 2.5V22h5v-3.5A2.5 2.5 0 0 0 12 16"/></svg>

React

import type { SVGProps } from "react";

export function TdesignShop2Filled(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="M4.982 5.11C6.409 3.397 8.684 2 12 2s5.591 1.397 7.018 3.11c1.06 1.27 1.655 2.72 1.879 3.89H22v2h-1v9h1v2h-5.5v-3.5a4.5 4.5 0 1 0-9 0V22H2v-2h1v-9H2V9h1.103c.224-1.17.82-2.62 1.879-3.89M18.846 9a7 7 0 0 0-1.364-2.61A6.4 6.4 0 0 0 14.4 4.341q.272.481.512 1.011c.493 1.097.887 2.379 1.03 3.648zm-4.92 0a10.7 10.7 0 0 0-.838-2.827a9 9 0 0 0-.868-1.536q-.114-.159-.22-.286q-.106.127-.22.286c-.298.413-.6.939-.868 1.536A10.7 10.7 0 0 0 10.074 9zM8.058 9c.143-1.27.536-2.551 1.03-3.648q.239-.531.512-1.01A6.4 6.4 0 0 0 6.518 6.39A7 7 0 0 0 5.154 9z"/><path fill="currentColor" d="M12 16a2.5 2.5 0 0 0-2.5 2.5V22h5v-3.5A2.5 2.5 0 0 0 12 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.982 5.11C6.409 3.397 8.684 2 12 2s5.591 1.397 7.018 3.11c1.06 1.27 1.655 2.72 1.879 3.89H22v2h-1v9h1v2h-5.5v-3.5a4.5 4.5 0 1 0-9 0V22H2v-2h1v-9H2V9h1.103c.224-1.17.82-2.62 1.879-3.89M18.846 9a7 7 0 0 0-1.364-2.61A6.4 6.4 0 0 0 14.4 4.341q.272.481.512 1.011c.493 1.097.887 2.379 1.03 3.648zm-4.92 0a10.7 10.7 0 0 0-.838-2.827a9 9 0 0 0-.868-1.536q-.114-.159-.22-.286q-.106.127-.22.286c-.298.413-.6.939-.868 1.536A10.7 10.7 0 0 0 10.074 9zM8.058 9c.143-1.27.536-2.551 1.03-3.648q.239-.531.512-1.01A6.4 6.4 0 0 0 6.518 6.39A7 7 0 0 0 5.154 9z"/><path fill="currentColor" d="M12 16a2.5 2.5 0 0 0-2.5 2.5V22h5v-3.5A2.5 2.5 0 0 0 12 16"/></svg>
</template>

CSS

.icon-shop-2-filled {
  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%22M4.982%205.11C6.409%203.397%208.684%202%2012%202s5.591%201.397%207.018%203.11c1.06%201.27%201.655%202.72%201.879%203.89H22v2h-1v9h1v2h-5.5v-3.5a4.5%204.5%200%201%200-9%200V22H2v-2h1v-9H2V9h1.103c.224-1.17.82-2.62%201.879-3.89M18.846%209a7%207%200%200%200-1.364-2.61A6.4%206.4%200%200%200%2014.4%204.341q.272.481.512%201.011c.493%201.097.887%202.379%201.03%203.648zm-4.92%200a10.7%2010.7%200%200%200-.838-2.827a9%209%200%200%200-.868-1.536q-.114-.159-.22-.286q-.106.127-.22.286c-.298.413-.6.939-.868%201.536A10.7%2010.7%200%200%200%2010.074%209zM8.058%209c.143-1.27.536-2.551%201.03-3.648q.239-.531.512-1.01A6.4%206.4%200%200%200%206.518%206.39A7%207%200%200%200%205.154%209z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2016a2.5%202.5%200%200%200-2.5%202.5V22h5v-3.5A2.5%202.5%200%200%200%2012%2016%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%22M4.982%205.11C6.409%203.397%208.684%202%2012%202s5.591%201.397%207.018%203.11c1.06%201.27%201.655%202.72%201.879%203.89H22v2h-1v9h1v2h-5.5v-3.5a4.5%204.5%200%201%200-9%200V22H2v-2h1v-9H2V9h1.103c.224-1.17.82-2.62%201.879-3.89M18.846%209a7%207%200%200%200-1.364-2.61A6.4%206.4%200%200%200%2014.4%204.341q.272.481.512%201.011c.493%201.097.887%202.379%201.03%203.648zm-4.92%200a10.7%2010.7%200%200%200-.838-2.827a9%209%200%200%200-.868-1.536q-.114-.159-.22-.286q-.106.127-.22.286c-.298.413-.6.939-.868%201.536A10.7%2010.7%200%200%200%2010.074%209zM8.058%209c.143-1.27.536-2.551%201.03-3.648q.239-.531.512-1.01A6.4%206.4%200%200%200%206.518%206.39A7%207%200%200%200%205.154%209z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2016a2.5%202.5%200%200%200-2.5%202.5V22h5v-3.5A2.5%202.5%200%200%200%2012%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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