shopping bag icon

shopping-bag-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
shopping-bag-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

All shopping bag icons →

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"><path fill="currentColor" fill-rule="evenodd" 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 2ZM7.9999 4L16.0001 4C16.3148 4 16.6112 4.1482 16.8001 4.4L18 6L6 6L7.1999 4.4C7.3888 4.1482 7.6852 4 7.9999 4ZM16 10C16 13.2091 14.2091 15 12 15C9.7909 15 8 13.2091 8 10L10 10C10 12.1046 10.8954 13 12 13C13.1046 13 14 12.1046 14 10Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsShoppingBagSharpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" 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 2ZM7.9999 4L16.0001 4C16.3148 4 16.6112 4.1482 16.8001 4.4L18 6L6 6L7.1999 4.4C7.3888 4.1482 7.6852 4 7.9999 4ZM16 10C16 13.2091 14.2091 15 12 15C9.7909 15 8 13.2091 8 10L10 10C10 12.1046 10.8954 13 12 13C13.1046 13 14 12.1046 14 10Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" 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 2ZM7.9999 4L16.0001 4C16.3148 4 16.6112 4.1482 16.8001 4.4L18 6L6 6L7.1999 4.4C7.3888 4.1482 7.6852 4 7.9999 4ZM16 10C16 13.2091 14.2091 15 12 15C9.7909 15 8 13.2091 8 10L10 10C10 12.1046 10.8954 13 12 13C13.1046 13 14 12.1046 14 10Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-shopping-bag-sharp-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%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%202ZM7.9999%204L16.0001%204C16.3148%204%2016.6112%204.1482%2016.8001%204.4L18%206L6%206L7.1999%204.4C7.3888%204.1482%207.6852%204%207.9999%204ZM16%2010C16%2013.2091%2014.2091%2015%2012%2015C9.7909%2015%208%2013.2091%208%2010L10%2010C10%2012.1046%2010.8954%2013%2012%2013C13.1046%2013%2014%2012.1046%2014%2010Z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%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%202ZM7.9999%204L16.0001%204C16.3148%204%2016.6112%204.1482%2016.8001%204.4L18%206L6%206L7.1999%204.4C7.3888%204.1482%207.6852%204%207.9999%204ZM16%2010C16%2013.2091%2014.2091%2015%2012%2015C9.7909%2015%208%2013.2091%208%2010L10%2010C10%2012.1046%2010.8954%2013%2012%2013C13.1046%2013%2014%2012.1046%2014%2010Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/shopping-bag-sharp-fill.svg?color=%231a73e8&size=48