bag shopping icon
bag-shopping from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.
- Name
- bag-shopping
- Set
- Reicon
- Style
- Outline
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More shopping icons from Reicon
Use the bag shopping 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="M9 6.333V4a3 3 0 1 1 6 0v2.333"/><path d="M7.112 6.333h9.777a2.665 2.665 0 0 1 2.656 2.436l.87 10a2.666 2.666 0 0 1-2.656 2.898H6.24a2.666 2.666 0 0 1-2.656-2.898l.87-10A2.666 2.666 0 0 1 7.11 6.333Z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBagShopping(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="M9 6.333V4a3 3 0 1 1 6 0v2.333"/><path d="M7.112 6.333h9.777a2.665 2.665 0 0 1 2.656 2.436l.87 10a2.666 2.666 0 0 1-2.656 2.898H6.24a2.666 2.666 0 0 1-2.656-2.898l.87-10A2.666 2.666 0 0 1 7.11 6.333Z"/></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="M9 6.333V4a3 3 0 1 1 6 0v2.333"/><path d="M7.112 6.333h9.777a2.665 2.665 0 0 1 2.656 2.436l.87 10a2.666 2.666 0 0 1-2.656 2.898H6.24a2.666 2.666 0 0 1-2.656-2.898l.87-10A2.666 2.666 0 0 1 7.11 6.333Z"/></g></svg> </template>
CSS
.icon-bag-shopping {
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%22M9%206.333V4a3%203%200%201%201%206%200v2.333%22%2F%3E%3Cpath%20d%3D%22M7.112%206.333h9.777a2.665%202.665%200%200%201%202.656%202.436l.87%2010a2.666%202.666%200%200%201-2.656%202.898H6.24a2.666%202.666%200%200%201-2.656-2.898l.87-10A2.666%202.666%200%200%201%207.11%206.333Z%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%22M9%206.333V4a3%203%200%201%201%206%200v2.333%22%2F%3E%3Cpath%20d%3D%22M7.112%206.333h9.777a2.665%202.665%200%200%201%202.656%202.436l.87%2010a2.666%202.666%200%200%201-2.656%202.898H6.24a2.666%202.666%200%200%201-2.656-2.898l.87-10A2.666%202.666%200%200%201%207.11%206.333Z%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/bag-shopping.svg?color=%231a73e8&size=48