bag 4 icon
bag-4-broken from Solar by 480 Design · Broken · Shopping · CC-BY-4.0 Attribution required.
- Name
- bag-4-broken
- Set
- Solar
- Style
- Broken
- Category
- Shopping
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More shopping icons from Solar
bag-2-boldbag-3-boldbag-5-boldbag-boldbag-check-boldbag-cross-boldbag-heart-boldbag-music-2-boldbag-music-boldbag-smile-boldcart-2-boldcart-3-boldcart-4-boldcart-5-boldcart-boldcart-check-boldcart-cross-boldcart-large-2-boldcart-large-3-boldcart-large-4-boldcart-large-boldcart-large-minimalistic-boldcart-plus-boldshop-2-bold
Use the bag 4 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-width="1.5"><path d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path d="M20.2235 12.5257C19.6382 9.40452 19.3456 7.84393 18.2347 6.92196C17.1238 6 15.5361 6 12.3605 6H11.6393C8.46374 6 6.87596 6 5.76506 6.92196C4.65416 7.84393 4.36155 9.40452 3.77633 12.5257C2.9534 16.9146 2.54194 19.1091 3.74157 20.5545C4.94119 22 7.17389 22 11.6393 22H12.3605C16.8259 22 19.0586 22 20.2582 20.5545C20.9542 19.7159 21.1079 18.6252 20.9536 17"/><path stroke-linejoin="round" d="M9 9H9.0001"/><path stroke-linejoin="round" d="M15 9H15.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBag4Broken(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" strokeWidth="1.5"><path d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path d="M20.2235 12.5257C19.6382 9.40452 19.3456 7.84393 18.2347 6.92196C17.1238 6 15.5361 6 12.3605 6H11.6393C8.46374 6 6.87596 6 5.76506 6.92196C4.65416 7.84393 4.36155 9.40452 3.77633 12.5257C2.9534 16.9146 2.54194 19.1091 3.74157 20.5545C4.94119 22 7.17389 22 11.6393 22H12.3605C16.8259 22 19.0586 22 20.2582 20.5545C20.9542 19.7159 21.1079 18.6252 20.9536 17"/><path strokeLinejoin="round" d="M9 9H9.0001"/><path strokeLinejoin="round" d="M15 9H15.0001"/></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-width="1.5"><path d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path d="M20.2235 12.5257C19.6382 9.40452 19.3456 7.84393 18.2347 6.92196C17.1238 6 15.5361 6 12.3605 6H11.6393C8.46374 6 6.87596 6 5.76506 6.92196C4.65416 7.84393 4.36155 9.40452 3.77633 12.5257C2.9534 16.9146 2.54194 19.1091 3.74157 20.5545C4.94119 22 7.17389 22 11.6393 22H12.3605C16.8259 22 19.0586 22 20.2582 20.5545C20.9542 19.7159 21.1079 18.6252 20.9536 17"/><path stroke-linejoin="round" d="M9 9H9.0001"/><path stroke-linejoin="round" d="M15 9H15.0001"/></g></svg> </template>
CSS
.icon-bag-4-broken {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%22%2F%3E%3Cpath%20d%3D%22M20.2235%2012.5257C19.6382%209.40452%2019.3456%207.84393%2018.2347%206.92196C17.1238%206%2015.5361%206%2012.3605%206H11.6393C8.46374%206%206.87596%206%205.76506%206.92196C4.65416%207.84393%204.36155%209.40452%203.77633%2012.5257C2.9534%2016.9146%202.54194%2019.1091%203.74157%2020.5545C4.94119%2022%207.17389%2022%2011.6393%2022H12.3605C16.8259%2022%2019.0586%2022%2020.2582%2020.5545C20.9542%2019.7159%2021.1079%2018.6252%2020.9536%2017%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209H9.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%209H15.0001%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%22%2F%3E%3Cpath%20d%3D%22M20.2235%2012.5257C19.6382%209.40452%2019.3456%207.84393%2018.2347%206.92196C17.1238%206%2015.5361%206%2012.3605%206H11.6393C8.46374%206%206.87596%206%205.76506%206.92196C4.65416%207.84393%204.36155%209.40452%203.77633%2012.5257C2.9534%2016.9146%202.54194%2019.1091%203.74157%2020.5545C4.94119%2022%207.17389%2022%2011.6393%2022H12.3605C16.8259%2022%2019.0586%2022%2020.2582%2020.5545C20.9542%2019.7159%2021.1079%2018.6252%2020.9536%2017%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209H9.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%209H15.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bag-4-broken.svg?color=%231a73e8&size=48