shopping bag remove icon

shopping-bag-remove from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
shopping-bag-remove
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the shopping bag 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="M8 6.5a3 3 0 0 0 6 0m2 10l5 5m-5 0l5-5"/><path d="M13.108 20.5H9.892c-3.868 0-5.801 0-6.995-1.34s-.986-3.11-.573-6.649c.35-3.002.862-5.253 1.337-6.852c.389-1.312.584-1.968 1.382-2.563S6.657 2.5 8.289 2.5h5.422c1.632 0 2.448 0 3.246.596c.798.595.993 1.251 1.382 2.563c.475 1.599.987 3.85 1.338 6.852l.114.989"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShoppingBagRemove(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="M8 6.5a3 3 0 0 0 6 0m2 10l5 5m-5 0l5-5"/><path d="M13.108 20.5H9.892c-3.868 0-5.801 0-6.995-1.34s-.986-3.11-.573-6.649c.35-3.002.862-5.253 1.337-6.852c.389-1.312.584-1.968 1.382-2.563S6.657 2.5 8.289 2.5h5.422c1.632 0 2.448 0 3.246.596c.798.595.993 1.251 1.382 2.563c.475 1.599.987 3.85 1.338 6.852l.114.989"/></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="M8 6.5a3 3 0 0 0 6 0m2 10l5 5m-5 0l5-5"/><path d="M13.108 20.5H9.892c-3.868 0-5.801 0-6.995-1.34s-.986-3.11-.573-6.649c.35-3.002.862-5.253 1.337-6.852c.389-1.312.584-1.968 1.382-2.563S6.657 2.5 8.289 2.5h5.422c1.632 0 2.448 0 3.246.596c.798.595.993 1.251 1.382 2.563c.475 1.599.987 3.85 1.338 6.852l.114.989"/></g></svg>
</template>

CSS

.icon-shopping-bag-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%22M8%206.5a3%203%200%200%200%206%200m2%2010l5%205m-5%200l5-5%22%2F%3E%3Cpath%20d%3D%22M13.108%2020.5H9.892c-3.868%200-5.801%200-6.995-1.34s-.986-3.11-.573-6.649c.35-3.002.862-5.253%201.337-6.852c.389-1.312.584-1.968%201.382-2.563S6.657%202.5%208.289%202.5h5.422c1.632%200%202.448%200%203.246.596c.798.595.993%201.251%201.382%202.563c.475%201.599.987%203.85%201.338%206.852l.114.989%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%22M8%206.5a3%203%200%200%200%206%200m2%2010l5%205m-5%200l5-5%22%2F%3E%3Cpath%20d%3D%22M13.108%2020.5H9.892c-3.868%200-5.801%200-6.995-1.34s-.986-3.11-.573-6.649c.35-3.002.862-5.253%201.337-6.852c.389-1.312.584-1.968%201.382-2.563S6.657%202.5%208.289%202.5h5.422c1.632%200%202.448%200%203.246.596c.798.595.993%201.251%201.382%202.563c.475%201.599.987%203.85%201.338%206.852l.114.989%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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