shopping bag icon
shopping-bag-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- shopping-bag-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M7 2L16.9999 2C17.3147 2 17.611 2.1482 17.7999 2.4L20.8 6.4C20.9298 6.5731 21 6.7836 21 7L21 21C21 21.5523 20.5523 22 20 22L4 22C3.4477 22 3 21.5523 3 21L3 7C3 6.7836 3.0702 6.5731 3.2 6.4L6.2 2.4C6.3889 2.1482 6.6852 2 7 2Z" stroke="none"/><path fill="currentColor" d="M20.5 6L20.8 6.4C20.9298 6.5731 21 6.7836 21 7L21 8L3 8L3 7C3 6.7836 3.0702 6.5731 3.2 6.4L3.5 6Z" stroke="none"/><path d="M15 10L15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11L9 10"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsShoppingBagSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M7 2L16.9999 2C17.3147 2 17.611 2.1482 17.7999 2.4L20.8 6.4C20.9298 6.5731 21 6.7836 21 7L21 21C21 21.5523 20.5523 22 20 22L4 22C3.4477 22 3 21.5523 3 21L3 7C3 6.7836 3.0702 6.5731 3.2 6.4L6.2 2.4C6.3889 2.1482 6.6852 2 7 2Z" stroke="none"/><path fill="currentColor" d="M20.5 6L20.8 6.4C20.9298 6.5731 21 6.7836 21 7L21 8L3 8L3 7C3 6.7836 3.0702 6.5731 3.2 6.4L3.5 6Z" stroke="none"/><path d="M15 10L15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11L9 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M7 2L16.9999 2C17.3147 2 17.611 2.1482 17.7999 2.4L20.8 6.4C20.9298 6.5731 21 6.7836 21 7L21 21C21 21.5523 20.5523 22 20 22L4 22C3.4477 22 3 21.5523 3 21L3 7C3 6.7836 3.0702 6.5731 3.2 6.4L6.2 2.4C6.3889 2.1482 6.6852 2 7 2Z" stroke="none"/><path fill="currentColor" d="M20.5 6L20.8 6.4C20.9298 6.5731 21 6.7836 21 7L21 8L3 8L3 7C3 6.7836 3.0702 6.5731 3.2 6.4L3.5 6Z" stroke="none"/><path d="M15 10L15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11L9 10"/></g></svg> </template>
CSS
.icon-shopping-bag-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M7%202L16.9999%202C17.3147%202%2017.611%202.1482%2017.7999%202.4L20.8%206.4C20.9298%206.5731%2021%206.7836%2021%207L21%2021C21%2021.5523%2020.5523%2022%2020%2022L4%2022C3.4477%2022%203%2021.5523%203%2021L3%207C3%206.7836%203.0702%206.5731%203.2%206.4L6.2%202.4C6.3889%202.1482%206.6852%202%207%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%206L20.8%206.4C20.9298%206.5731%2021%206.7836%2021%207L21%208L3%208L3%207C3%206.7836%203.0702%206.5731%203.2%206.4L3.5%206Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15%2010L15%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011L9%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M7%202L16.9999%202C17.3147%202%2017.611%202.1482%2017.7999%202.4L20.8%206.4C20.9298%206.5731%2021%206.7836%2021%207L21%2021C21%2021.5523%2020.5523%2022%2020%2022L4%2022C3.4477%2022%203%2021.5523%203%2021L3%207C3%206.7836%203.0702%206.5731%203.2%206.4L6.2%202.4C6.3889%202.1482%206.6852%202%207%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%206L20.8%206.4C20.9298%206.5731%2021%206.7836%2021%207L21%208L3%208L3%207C3%206.7836%203.0702%206.5731%203.2%206.4L3.5%206Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15%2010L15%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011L9%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/keyline-icons/shopping-bag-sharp-duotone.svg?color=%231a73e8&size=48