bag7 icon
bag7 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- bag7
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the bag7 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.81 2L5.19 5.63m10-3.63l3.62 3.63"/><path d="M2 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2c0 2.15-.99 2-2.22 2H4.22C2.99 9.85 2 10 2 7.85Z"/><path stroke-linecap="round" d="M9.76 14v3.55m4.6-3.55v3.55M3.5 10l1.41 8.64C5.23 20.58 6 22 8.86 22h6.03c3.11 0 3.57-1.36 3.93-3.24L20.5 10"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBag7(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" d="M8.81 2L5.19 5.63m10-3.63l3.62 3.63"/><path d="M2 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2c0 2.15-.99 2-2.22 2H4.22C2.99 9.85 2 10 2 7.85Z"/><path strokeLinecap="round" d="M9.76 14v3.55m4.6-3.55v3.55M3.5 10l1.41 8.64C5.23 20.58 6 22 8.86 22h6.03c3.11 0 3.57-1.36 3.93-3.24L20.5 10"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.81 2L5.19 5.63m10-3.63l3.62 3.63"/><path d="M2 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2c0 2.15-.99 2-2.22 2H4.22C2.99 9.85 2 10 2 7.85Z"/><path stroke-linecap="round" d="M9.76 14v3.55m4.6-3.55v3.55M3.5 10l1.41 8.64C5.23 20.58 6 22 8.86 22h6.03c3.11 0 3.57-1.36 3.93-3.24L20.5 10"/></g></svg> </template>
CSS
.icon-bag7 {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.81%202L5.19%205.63m10-3.63l3.62%203.63%22%2F%3E%3Cpath%20d%3D%22M2%207.85c0-1.85.99-2%202.22-2h15.56c1.23%200%202.22.15%202.22%202c0%202.15-.99%202-2.22%202H4.22C2.99%209.85%202%2010%202%207.85Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.76%2014v3.55m4.6-3.55v3.55M3.5%2010l1.41%208.64C5.23%2020.58%206%2022%208.86%2022h6.03c3.11%200%203.57-1.36%203.93-3.24L20.5%2010%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.81%202L5.19%205.63m10-3.63l3.62%203.63%22%2F%3E%3Cpath%20d%3D%22M2%207.85c0-1.85.99-2%202.22-2h15.56c1.23%200%202.22.15%202.22%202c0%202.15-.99%202-2.22%202H4.22C2.99%209.85%202%2010%202%207.85Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.76%2014v3.55m4.6-3.55v3.55M3.5%2010l1.41%208.64C5.23%2020.58%206%2022%208.86%2022h6.03c3.11%200%203.57-1.36%203.93-3.24L20.5%2010%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/bag7.svg?color=%231a73e8&size=48