bag 3 icon
bag-3-bold-duotone from Solar by 480 Design · Bold Duotone · Shopping · CC-BY-4.0 Attribution required.
- Name
- bag-3-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Shopping
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More shopping icons from Solar
bag-2-boldbag-4-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.57434 4.69147C4.74117 5.38295 4.52171 6.55339 4.0828 8.89427L3.3328 12.8943C2.7156 16.186 2.40701 17.8318 3.30672 18.9159C4.20644 20 5.88097 20 9.23003 20H14.7709C18.12 20 19.7945 20 20.6942 18.9159C21.5939 17.8318 21.2853 16.186 20.6681 12.8943L19.9181 8.89427C19.4792 6.55339 19.2598 5.38295 18.4266 4.69147C17.5934 4 16.4026 4 14.0209 4H9.98003C7.59835 4 6.40752 4 5.57434 4.69147Z" opacity=".5"/><path d="M12.0004 9.24996C11.0219 9.24996 10.1875 8.62493 9.87823 7.75003C9.7402 7.35949 9.31171 7.1548 8.92117 7.29283C8.53063 7.43087 8.32594 7.85936 8.46397 8.24989C8.97841 9.70537 10.3665 10.75 12.0004 10.75C13.6343 10.75 15.0224 9.70537 15.5368 8.24989C15.6749 7.85936 15.4702 7.43087 15.0796 7.29283C14.6891 7.1548 14.2606 7.35949 14.1226 7.75003C13.8133 8.62493 12.9789 9.24996 12.0004 9.24996Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBag3BoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.57434 4.69147C4.74117 5.38295 4.52171 6.55339 4.0828 8.89427L3.3328 12.8943C2.7156 16.186 2.40701 17.8318 3.30672 18.9159C4.20644 20 5.88097 20 9.23003 20H14.7709C18.12 20 19.7945 20 20.6942 18.9159C21.5939 17.8318 21.2853 16.186 20.6681 12.8943L19.9181 8.89427C19.4792 6.55339 19.2598 5.38295 18.4266 4.69147C17.5934 4 16.4026 4 14.0209 4H9.98003C7.59835 4 6.40752 4 5.57434 4.69147Z" opacity=".5"/><path d="M12.0004 9.24996C11.0219 9.24996 10.1875 8.62493 9.87823 7.75003C9.7402 7.35949 9.31171 7.1548 8.92117 7.29283C8.53063 7.43087 8.32594 7.85936 8.46397 8.24989C8.97841 9.70537 10.3665 10.75 12.0004 10.75C13.6343 10.75 15.0224 9.70537 15.5368 8.24989C15.6749 7.85936 15.4702 7.43087 15.0796 7.29283C14.6891 7.1548 14.2606 7.35949 14.1226 7.75003C13.8133 8.62493 12.9789 9.24996 12.0004 9.24996Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.57434 4.69147C4.74117 5.38295 4.52171 6.55339 4.0828 8.89427L3.3328 12.8943C2.7156 16.186 2.40701 17.8318 3.30672 18.9159C4.20644 20 5.88097 20 9.23003 20H14.7709C18.12 20 19.7945 20 20.6942 18.9159C21.5939 17.8318 21.2853 16.186 20.6681 12.8943L19.9181 8.89427C19.4792 6.55339 19.2598 5.38295 18.4266 4.69147C17.5934 4 16.4026 4 14.0209 4H9.98003C7.59835 4 6.40752 4 5.57434 4.69147Z" opacity=".5"/><path d="M12.0004 9.24996C11.0219 9.24996 10.1875 8.62493 9.87823 7.75003C9.7402 7.35949 9.31171 7.1548 8.92117 7.29283C8.53063 7.43087 8.32594 7.85936 8.46397 8.24989C8.97841 9.70537 10.3665 10.75 12.0004 10.75C13.6343 10.75 15.0224 9.70537 15.5368 8.24989C15.6749 7.85936 15.4702 7.43087 15.0796 7.29283C14.6891 7.1548 14.2606 7.35949 14.1226 7.75003C13.8133 8.62493 12.9789 9.24996 12.0004 9.24996Z"/></g></svg> </template>
CSS
.icon-bag-3-bold-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M5.57434%204.69147C4.74117%205.38295%204.52171%206.55339%204.0828%208.89427L3.3328%2012.8943C2.7156%2016.186%202.40701%2017.8318%203.30672%2018.9159C4.20644%2020%205.88097%2020%209.23003%2020H14.7709C18.12%2020%2019.7945%2020%2020.6942%2018.9159C21.5939%2017.8318%2021.2853%2016.186%2020.6681%2012.8943L19.9181%208.89427C19.4792%206.55339%2019.2598%205.38295%2018.4266%204.69147C17.5934%204%2016.4026%204%2014.0209%204H9.98003C7.59835%204%206.40752%204%205.57434%204.69147Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.0004%209.24996C11.0219%209.24996%2010.1875%208.62493%209.87823%207.75003C9.7402%207.35949%209.31171%207.1548%208.92117%207.29283C8.53063%207.43087%208.32594%207.85936%208.46397%208.24989C8.97841%209.70537%2010.3665%2010.75%2012.0004%2010.75C13.6343%2010.75%2015.0224%209.70537%2015.5368%208.24989C15.6749%207.85936%2015.4702%207.43087%2015.0796%207.29283C14.6891%207.1548%2014.2606%207.35949%2014.1226%207.75003C13.8133%208.62493%2012.9789%209.24996%2012.0004%209.24996Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M5.57434%204.69147C4.74117%205.38295%204.52171%206.55339%204.0828%208.89427L3.3328%2012.8943C2.7156%2016.186%202.40701%2017.8318%203.30672%2018.9159C4.20644%2020%205.88097%2020%209.23003%2020H14.7709C18.12%2020%2019.7945%2020%2020.6942%2018.9159C21.5939%2017.8318%2021.2853%2016.186%2020.6681%2012.8943L19.9181%208.89427C19.4792%206.55339%2019.2598%205.38295%2018.4266%204.69147C17.5934%204%2016.4026%204%2014.0209%204H9.98003C7.59835%204%206.40752%204%205.57434%204.69147Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.0004%209.24996C11.0219%209.24996%2010.1875%208.62493%209.87823%207.75003C9.7402%207.35949%209.31171%207.1548%208.92117%207.29283C8.53063%207.43087%208.32594%207.85936%208.46397%208.24989C8.97841%209.70537%2010.3665%2010.75%2012.0004%2010.75C13.6343%2010.75%2015.0224%209.70537%2015.5368%208.24989C15.6749%207.85936%2015.4702%207.43087%2015.0796%207.29283C14.6891%207.1548%2014.2606%207.35949%2014.1226%207.75003C13.8133%208.62493%2012.9789%209.24996%2012.0004%209.24996Z%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-3-bold-duotone.svg?color=%231a73e8&size=48