shop remove icon

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

Name
shop-remove
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21.01 11.22v4.49c0 4.49-1.79 6.29-6.29 6.29H9.33c-.58 0-1.11-.03-1.6-.1m-4.69-6.38v-4.3m8.99.78c1.83 0 3.18-1.49 3-3.32L14.36 2H9.69l-.67 6.68C8.84 10.51 10.2 12 12.03 12"/><path d="M18.33 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.99 3 19.99 2 17.37 2h-3.05l.7 7.01c.18 1.65 1.66 2.99 3.31 2.99M5.67 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21l.48-4.8H6.62C4 2 3 3 2.64 5.6l-.28 2.75C2.16 10.36 3.65 12 5.67 12"/><path stroke-miterlimit="10" d="M9 19c0 .75-.21 1.46-.58 2.06c-.19.32-.42.61-.69.84c-.03.04-.06.07-.1.1c-.7.63-1.62 1-2.63 1c-1.22 0-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12q.255-.21.54-.36C3.62 15.19 4.29 15 5 15c1 0 1.9.36 2.6.97c.12.09.23.2.33.31C8.59 17 9 17.95 9 19m-2.51-.02H3.51"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconShopRemove(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.01 11.22v4.49c0 4.49-1.79 6.29-6.29 6.29H9.33c-.58 0-1.11-.03-1.6-.1m-4.69-6.38v-4.3m8.99.78c1.83 0 3.18-1.49 3-3.32L14.36 2H9.69l-.67 6.68C8.84 10.51 10.2 12 12.03 12"/><path d="M18.33 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.99 3 19.99 2 17.37 2h-3.05l.7 7.01c.18 1.65 1.66 2.99 3.31 2.99M5.67 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21l.48-4.8H6.62C4 2 3 3 2.64 5.6l-.28 2.75C2.16 10.36 3.65 12 5.67 12"/><path strokeMiterlimit="10" d="M9 19c0 .75-.21 1.46-.58 2.06c-.19.32-.42.61-.69.84c-.03.04-.06.07-.1.1c-.7.63-1.62 1-2.63 1c-1.22 0-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12q.255-.21.54-.36C3.62 15.19 4.29 15 5 15c1 0 1.9.36 2.6.97c.12.09.23.2.33.31C8.59 17 9 17.95 9 19m-2.51-.02H3.51"/></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.01 11.22v4.49c0 4.49-1.79 6.29-6.29 6.29H9.33c-.58 0-1.11-.03-1.6-.1m-4.69-6.38v-4.3m8.99.78c1.83 0 3.18-1.49 3-3.32L14.36 2H9.69l-.67 6.68C8.84 10.51 10.2 12 12.03 12"/><path d="M18.33 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.99 3 19.99 2 17.37 2h-3.05l.7 7.01c.18 1.65 1.66 2.99 3.31 2.99M5.67 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21l.48-4.8H6.62C4 2 3 3 2.64 5.6l-.28 2.75C2.16 10.36 3.65 12 5.67 12"/><path stroke-miterlimit="10" d="M9 19c0 .75-.21 1.46-.58 2.06c-.19.32-.42.61-.69.84c-.03.04-.06.07-.1.1c-.7.63-1.62 1-2.63 1c-1.22 0-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12q.255-.21.54-.36C3.62 15.19 4.29 15 5 15c1 0 1.9.36 2.6.97c.12.09.23.2.33.31C8.59 17 9 17.95 9 19m-2.51-.02H3.51"/></g></svg>
</template>

CSS

.icon-shop-remove {
  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.01%2011.22v4.49c0%204.49-1.79%206.29-6.29%206.29H9.33c-.58%200-1.11-.03-1.6-.1m-4.69-6.38v-4.3m8.99.78c1.83%200%203.18-1.49%203-3.32L14.36%202H9.69l-.67%206.68C8.84%2010.51%2010.2%2012%2012.03%2012%22%2F%3E%3Cpath%20d%3D%22M18.33%2012c2.02%200%203.5-1.64%203.3-3.65l-.28-2.75C20.99%203%2019.99%202%2017.37%202h-3.05l.7%207.01c.18%201.65%201.66%202.99%203.31%202.99M5.67%2012c1.65%200%203.14-1.34%203.3-2.99l.22-2.21l.48-4.8H6.62C4%202%203%203%202.64%205.6l-.28%202.75C2.16%2010.36%203.65%2012%205.67%2012%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%2019c0%20.75-.21%201.46-.58%202.06c-.19.32-.42.61-.69.84c-.03.04-.06.07-.1.1c-.7.63-1.62%201-2.63%201c-1.22%200-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9%203.9%200%200%201%201%2019c0-1.26.58-2.39%201.5-3.12q.255-.21.54-.36C3.62%2015.19%204.29%2015%205%2015c1%200%201.9.36%202.6.97c.12.09.23.2.33.31C8.59%2017%209%2017.95%209%2019m-2.51-.02H3.51%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.01%2011.22v4.49c0%204.49-1.79%206.29-6.29%206.29H9.33c-.58%200-1.11-.03-1.6-.1m-4.69-6.38v-4.3m8.99.78c1.83%200%203.18-1.49%203-3.32L14.36%202H9.69l-.67%206.68C8.84%2010.51%2010.2%2012%2012.03%2012%22%2F%3E%3Cpath%20d%3D%22M18.33%2012c2.02%200%203.5-1.64%203.3-3.65l-.28-2.75C20.99%203%2019.99%202%2017.37%202h-3.05l.7%207.01c.18%201.65%201.66%202.99%203.31%202.99M5.67%2012c1.65%200%203.14-1.34%203.3-2.99l.22-2.21l.48-4.8H6.62C4%202%203%203%202.64%205.6l-.28%202.75C2.16%2010.36%203.65%2012%205.67%2012%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%2019c0%20.75-.21%201.46-.58%202.06c-.19.32-.42.61-.69.84c-.03.04-.06.07-.1.1c-.7.63-1.62%201-2.63%201c-1.22%200-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9%203.9%200%200%201%201%2019c0-1.26.58-2.39%201.5-3.12q.255-.21.54-.36C3.62%2015.19%204.29%2015%205%2015c1%200%201.9.36%202.6.97c.12.09.23.2.33.31C8.59%2017%209%2017.95%209%2019m-2.51-.02H3.51%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.svg?color=%231a73e8&size=48