shopping bag icon
shopping-bag-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- shopping-bag-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
shopping-bagAkar Iconsshopping-bagBoxIcons v2shopping-bagBoxIcons v2 Solidshopping-bagCarbonshopping-bagElement Plusshopping-bag-fillEva Iconsshopping-bagFont Awesome Solidshopping-bagFeather Iconsshopping-bag-outlineFlowbite Iconsshopping-bag-16-filledFluent UI System Iconsshopping-bagcss.ggshopping-bagHeroIconsshopping-bagIconParkshopping-bagIconPark Outlineshopping-bagIconPark Solidshopping-bagIconPark TwoToneshopping-bagIconoirshopping-bagJam Iconsshopping-bagLine Awesomeshopping-bagLucideshopping-bagMage Iconsshopping-bagMajesticonsshopping-bagMaterial Symbolsshopping-bagMaterial Symbols Light
Related icons in Keyline Icons
Use the shopping bag 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="2"><path fill="currentColor" fill-opacity=".4" d="M5.3 3.6C6.05542 2.59278 7.24097 2 8.5 2H15.5C16.759 2 17.9446 2.59278 18.7 3.6L20.6 6.13333C20.8596 6.47953 21 6.90059 21 7.33333V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V7.33333C3 6.90059 3.14036 6.47953 3.4 6.13333L5.3 3.6Z" stroke="none"/><path d="M4.0572 7L19.9428 7M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsShoppingBagDuotone(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="2"><path fill="currentColor" fillOpacity=".4" d="M5.3 3.6C6.05542 2.59278 7.24097 2 8.5 2H15.5C16.759 2 17.9446 2.59278 18.7 3.6L20.6 6.13333C20.8596 6.47953 21 6.90059 21 7.33333V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V7.33333C3 6.90059 3.14036 6.47953 3.4 6.13333L5.3 3.6Z" stroke="none"/><path d="M4.0572 7L19.9428 7M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M5.3 3.6C6.05542 2.59278 7.24097 2 8.5 2H15.5C16.759 2 17.9446 2.59278 18.7 3.6L20.6 6.13333C20.8596 6.47953 21 6.90059 21 7.33333V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V7.33333C3 6.90059 3.14036 6.47953 3.4 6.13333L5.3 3.6Z" stroke="none"/><path d="M4.0572 7L19.9428 7M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11"/></g></svg> </template>
CSS
.icon-shopping-bag-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5.3%203.6C6.05542%202.59278%207.24097%202%208.5%202H15.5C16.759%202%2017.9446%202.59278%2018.7%203.6L20.6%206.13333C20.8596%206.47953%2021%206.90059%2021%207.33333V18C21%2020.2091%2019.2091%2022%2017%2022H7C4.79086%2022%203%2020.2091%203%2018V7.33333C3%206.90059%203.14036%206.47953%203.4%206.13333L5.3%203.6Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.0572%207L19.9428%207M15%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5.3%203.6C6.05542%202.59278%207.24097%202%208.5%202H15.5C16.759%202%2017.9446%202.59278%2018.7%203.6L20.6%206.13333C20.8596%206.47953%2021%206.90059%2021%207.33333V18C21%2020.2091%2019.2091%2022%2017%2022H7C4.79086%2022%203%2020.2091%203%2018V7.33333C3%206.90059%203.14036%206.47953%203.4%206.13333L5.3%203.6Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.0572%207L19.9428%207M15%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/shopping-bag-duotone.svg?color=%231a73e8&size=48