shop remove icon

shop-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
shop-remove-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the shop remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.8 22.148c-2.65 0-4.81-2.15-4.81-4.81v-2.84a.96.96 0 0 1 1.29-.9c.26.09.52.15.79.19c.12.02.24.04.36.04c.15.02.31.03.46.03c1.11 0 2.21-.41 3.08-1.12c.83.71 1.9 1.12 3.04 1.12s2.2-.39 3.03-1.11c.86.7 1.94 1.11 3.04 1.11c.17 0 .35-.01.51-.03c.12-.01.22-.02.33-.04c.3-.04.57-.12.84-.21a.96.96 0 0 1 1.27.9v2.86c0 2.65-2.15 4.81-4.81 4.81z"/><path d="m21.98 8.592l-.28-2.66c-.4-2.9-1.72-4.08-4.53-4.08H6.82c-2.82 0-4.13 1.18-4.54 4.11l-.26 2.64c-.1 1.03.18 2.03.79 2.81c.73.95 1.85 1.49 3.1 1.49c1.21 0 2.37-.61 3.11-1.58c.65.97 1.76 1.58 3 1.58s2.33-.58 2.99-1.54c.74.95 1.89 1.54 3.08 1.54c1.28 0 2.43-.57 3.15-1.57c.58-.77.84-1.74.74-2.74m-8.48-.86h-3a.749.749 0 1 1 0-1.5h3a.749.749 0 1 1 0 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShopRemoveFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.8 22.148c-2.65 0-4.81-2.15-4.81-4.81v-2.84a.96.96 0 0 1 1.29-.9c.26.09.52.15.79.19c.12.02.24.04.36.04c.15.02.31.03.46.03c1.11 0 2.21-.41 3.08-1.12c.83.71 1.9 1.12 3.04 1.12s2.2-.39 3.03-1.11c.86.7 1.94 1.11 3.04 1.11c.17 0 .35-.01.51-.03c.12-.01.22-.02.33-.04c.3-.04.57-.12.84-.21a.96.96 0 0 1 1.27.9v2.86c0 2.65-2.15 4.81-4.81 4.81z"/><path d="m21.98 8.592l-.28-2.66c-.4-2.9-1.72-4.08-4.53-4.08H6.82c-2.82 0-4.13 1.18-4.54 4.11l-.26 2.64c-.1 1.03.18 2.03.79 2.81c.73.95 1.85 1.49 3.1 1.49c1.21 0 2.37-.61 3.11-1.58c.65.97 1.76 1.58 3 1.58s2.33-.58 2.99-1.54c.74.95 1.89 1.54 3.08 1.54c1.28 0 2.43-.57 3.15-1.57c.58-.77.84-1.74.74-2.74m-8.48-.86h-3a.749.749 0 1 1 0-1.5h3a.749.749 0 1 1 0 1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.8 22.148c-2.65 0-4.81-2.15-4.81-4.81v-2.84a.96.96 0 0 1 1.29-.9c.26.09.52.15.79.19c.12.02.24.04.36.04c.15.02.31.03.46.03c1.11 0 2.21-.41 3.08-1.12c.83.71 1.9 1.12 3.04 1.12s2.2-.39 3.03-1.11c.86.7 1.94 1.11 3.04 1.11c.17 0 .35-.01.51-.03c.12-.01.22-.02.33-.04c.3-.04.57-.12.84-.21a.96.96 0 0 1 1.27.9v2.86c0 2.65-2.15 4.81-4.81 4.81z"/><path d="m21.98 8.592l-.28-2.66c-.4-2.9-1.72-4.08-4.53-4.08H6.82c-2.82 0-4.13 1.18-4.54 4.11l-.26 2.64c-.1 1.03.18 2.03.79 2.81c.73.95 1.85 1.49 3.1 1.49c1.21 0 2.37-.61 3.11-1.58c.65.97 1.76 1.58 3 1.58s2.33-.58 2.99-1.54c.74.95 1.89 1.54 3.08 1.54c1.28 0 2.43-.57 3.15-1.57c.58-.77.84-1.74.74-2.74m-8.48-.86h-3a.749.749 0 1 1 0-1.5h3a.749.749 0 1 1 0 1.5"/></g></svg>
</template>

CSS

.icon-shop-remove-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.8%2022.148c-2.65%200-4.81-2.15-4.81-4.81v-2.84a.96.96%200%200%201%201.29-.9c.26.09.52.15.79.19c.12.02.24.04.36.04c.15.02.31.03.46.03c1.11%200%202.21-.41%203.08-1.12c.83.71%201.9%201.12%203.04%201.12s2.2-.39%203.03-1.11c.86.7%201.94%201.11%203.04%201.11c.17%200%20.35-.01.51-.03c.12-.01.22-.02.33-.04c.3-.04.57-.12.84-.21a.96.96%200%200%201%201.27.9v2.86c0%202.65-2.15%204.81-4.81%204.81z%22%2F%3E%3Cpath%20d%3D%22m21.98%208.592l-.28-2.66c-.4-2.9-1.72-4.08-4.53-4.08H6.82c-2.82%200-4.13%201.18-4.54%204.11l-.26%202.64c-.1%201.03.18%202.03.79%202.81c.73.95%201.85%201.49%203.1%201.49c1.21%200%202.37-.61%203.11-1.58c.65.97%201.76%201.58%203%201.58s2.33-.58%202.99-1.54c.74.95%201.89%201.54%203.08%201.54c1.28%200%202.43-.57%203.15-1.57c.58-.77.84-1.74.74-2.74m-8.48-.86h-3a.749.749%200%201%201%200-1.5h3a.749.749%200%201%201%200%201.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M7.8%2022.148c-2.65%200-4.81-2.15-4.81-4.81v-2.84a.96.96%200%200%201%201.29-.9c.26.09.52.15.79.19c.12.02.24.04.36.04c.15.02.31.03.46.03c1.11%200%202.21-.41%203.08-1.12c.83.71%201.9%201.12%203.04%201.12s2.2-.39%203.03-1.11c.86.7%201.94%201.11%203.04%201.11c.17%200%20.35-.01.51-.03c.12-.01.22-.02.33-.04c.3-.04.57-.12.84-.21a.96.96%200%200%201%201.27.9v2.86c0%202.65-2.15%204.81-4.81%204.81z%22%2F%3E%3Cpath%20d%3D%22m21.98%208.592l-.28-2.66c-.4-2.9-1.72-4.08-4.53-4.08H6.82c-2.82%200-4.13%201.18-4.54%204.11l-.26%202.64c-.1%201.03.18%202.03.79%202.81c.73.95%201.85%201.49%203.1%201.49c1.21%200%202.37-.61%203.11-1.58c.65.97%201.76%201.58%203%201.58s2.33-.58%202.99-1.54c.74.95%201.89%201.54%203.08%201.54c1.28%200%202.43-.57%203.15-1.57c.58-.77.84-1.74.74-2.74m-8.48-.86h-3a.749.749%200%201%201%200-1.5h3a.749.749%200%201%201%200%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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