paper-bag from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
paper-bag
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the paper bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 20L3 4C3 3.4477 3.4477 3 4 3C4.5409 3 5.0673 3.1754 5.5 3.5C5.9327 3.8246 6.4591 4 7 4C7.5409 4 8.0673 3.8246 8.5 3.5C8.9327 3.1754 9.4591 3 10 3C10.5409 3 11.0673 3.1754 11.5 3.5C11.9327 3.8246 12.4591 4 13 4C13.5409 4 14.0673 3.8246 14.5 3.5C14.9327 3.1754 15.4591 3 16 3C16.5523 3 17 3.4477 17 4L20.9697 19.7557C21.1288 20.3873 20.6513 21 20 21L4 21C3.4477 21 3 20.5523 3 20ZM17 4L17 21M8 8L12 8"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPaperBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 20L3 4C3 3.4477 3.4477 3 4 3C4.5409 3 5.0673 3.1754 5.5 3.5C5.9327 3.8246 6.4591 4 7 4C7.5409 4 8.0673 3.8246 8.5 3.5C8.9327 3.1754 9.4591 3 10 3C10.5409 3 11.0673 3.1754 11.5 3.5C11.9327 3.8246 12.4591 4 13 4C13.5409 4 14.0673 3.8246 14.5 3.5C14.9327 3.1754 15.4591 3 16 3C16.5523 3 17 3.4477 17 4L20.9697 19.7557C21.1288 20.3873 20.6513 21 20 21L4 21C3.4477 21 3 20.5523 3 20ZM17 4L17 21M8 8L12 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 20L3 4C3 3.4477 3.4477 3 4 3C4.5409 3 5.0673 3.1754 5.5 3.5C5.9327 3.8246 6.4591 4 7 4C7.5409 4 8.0673 3.8246 8.5 3.5C8.9327 3.1754 9.4591 3 10 3C10.5409 3 11.0673 3.1754 11.5 3.5C11.9327 3.8246 12.4591 4 13 4C13.5409 4 14.0673 3.8246 14.5 3.5C14.9327 3.1754 15.4591 3 16 3C16.5523 3 17 3.4477 17 4L20.9697 19.7557C21.1288 20.3873 20.6513 21 20 21L4 21C3.4477 21 3 20.5523 3 20ZM17 4L17 21M8 8L12 8"/></svg>
</template>

CSS

.icon-paper-bag {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%2020L3%204C3%203.4477%203.4477%203%204%203C4.5409%203%205.0673%203.1754%205.5%203.5C5.9327%203.8246%206.4591%204%207%204C7.5409%204%208.0673%203.8246%208.5%203.5C8.9327%203.1754%209.4591%203%2010%203C10.5409%203%2011.0673%203.1754%2011.5%203.5C11.9327%203.8246%2012.4591%204%2013%204C13.5409%204%2014.0673%203.8246%2014.5%203.5C14.9327%203.1754%2015.4591%203%2016%203C16.5523%203%2017%203.4477%2017%204L20.9697%2019.7557C21.1288%2020.3873%2020.6513%2021%2020%2021L4%2021C3.4477%2021%203%2020.5523%203%2020ZM17%204L17%2021M8%208L12%208%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%2020L3%204C3%203.4477%203.4477%203%204%203C4.5409%203%205.0673%203.1754%205.5%203.5C5.9327%203.8246%206.4591%204%207%204C7.5409%204%208.0673%203.8246%208.5%203.5C8.9327%203.1754%209.4591%203%2010%203C10.5409%203%2011.0673%203.1754%2011.5%203.5C11.9327%203.8246%2012.4591%204%2013%204C13.5409%204%2014.0673%203.8246%2014.5%203.5C14.9327%203.1754%2015.4591%203%2016%203C16.5523%203%2017%203.4477%2017%204L20.9697%2019.7557C21.1288%2020.3873%2020.6513%2021%2020%2021L4%2021C3.4477%2021%203%2020.5523%203%2020ZM17%204L17%2021M8%208L12%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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