paper-bag-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.

Name
paper-bag-sharp-two-tone
Set
Keyline Icons
Style
Sharp Two Tone
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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M2 21L2 3C2 2.4477 2.4477 2 3 2L4 2C4.7573 2 5.4942 2.2456 6.1 2.7C6.3596 2.8947 6.6754 3 7 3C7.3246 3 7.6404 2.8947 7.9 2.7C8.5058 2.2456 9.2427 2 10 2C10.7573 2 11.4942 2.2456 12.1 2.7C12.3596 2.8947 12.6754 3 13 3C13.3246 3 13.6404 2.8947 13.9 2.7C14.5058 2.2456 15.2427 2 16 2L17 2C17.4687 2 17.8745 2.3255 17.9762 2.7831L21.9762 20.7831C21.992 20.8543 22 20.927 22 21C22 21.5523 21.5523 22 21 22L3 22C2.4477 22 2 21.5523 2 21Z" stroke="none"/><path d="M3 21L3 3L4 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 3L17 3L21 21L3 21ZM17 3L17 21M7 8L13 8"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPaperBagSharpTwoTone(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="M2 21L2 3C2 2.4477 2.4477 2 3 2L4 2C4.7573 2 5.4942 2.2456 6.1 2.7C6.3596 2.8947 6.6754 3 7 3C7.3246 3 7.6404 2.8947 7.9 2.7C8.5058 2.2456 9.2427 2 10 2C10.7573 2 11.4942 2.2456 12.1 2.7C12.3596 2.8947 12.6754 3 13 3C13.3246 3 13.6404 2.8947 13.9 2.7C14.5058 2.2456 15.2427 2 16 2L17 2C17.4687 2 17.8745 2.3255 17.9762 2.7831L21.9762 20.7831C21.992 20.8543 22 20.927 22 21C22 21.5523 21.5523 22 21 22L3 22C2.4477 22 2 21.5523 2 21Z" stroke="none"/><path d="M3 21L3 3L4 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 3L17 3L21 21L3 21ZM17 3L17 21M7 8L13 8"/></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="M2 21L2 3C2 2.4477 2.4477 2 3 2L4 2C4.7573 2 5.4942 2.2456 6.1 2.7C6.3596 2.8947 6.6754 3 7 3C7.3246 3 7.6404 2.8947 7.9 2.7C8.5058 2.2456 9.2427 2 10 2C10.7573 2 11.4942 2.2456 12.1 2.7C12.3596 2.8947 12.6754 3 13 3C13.3246 3 13.6404 2.8947 13.9 2.7C14.5058 2.2456 15.2427 2 16 2L17 2C17.4687 2 17.8745 2.3255 17.9762 2.7831L21.9762 20.7831C21.992 20.8543 22 20.927 22 21C22 21.5523 21.5523 22 21 22L3 22C2.4477 22 2 21.5523 2 21Z" stroke="none"/><path d="M3 21L3 3L4 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 3L17 3L21 21L3 21ZM17 3L17 21M7 8L13 8"/></g></svg>
</template>

CSS

.icon-paper-bag-sharp-two-tone {
  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%22M2%2021L2%203C2%202.4477%202.4477%202%203%202L4%202C4.7573%202%205.4942%202.2456%206.1%202.7C6.3596%202.8947%206.6754%203%207%203C7.3246%203%207.6404%202.8947%207.9%202.7C8.5058%202.2456%209.2427%202%2010%202C10.7573%202%2011.4942%202.2456%2012.1%202.7C12.3596%202.8947%2012.6754%203%2013%203C13.3246%203%2013.6404%202.8947%2013.9%202.7C14.5058%202.2456%2015.2427%202%2016%202L17%202C17.4687%202%2017.8745%202.3255%2017.9762%202.7831L21.9762%2020.7831C21.992%2020.8543%2022%2020.927%2022%2021C22%2021.5523%2021.5523%2022%2021%2022L3%2022C2.4477%2022%202%2021.5523%202%2021Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%2021L3%203L4%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%203L17%203L21%2021L3%2021ZM17%203L17%2021M7%208L13%208%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%22M2%2021L2%203C2%202.4477%202.4477%202%203%202L4%202C4.7573%202%205.4942%202.2456%206.1%202.7C6.3596%202.8947%206.6754%203%207%203C7.3246%203%207.6404%202.8947%207.9%202.7C8.5058%202.2456%209.2427%202%2010%202C10.7573%202%2011.4942%202.2456%2012.1%202.7C12.3596%202.8947%2012.6754%203%2013%203C13.3246%203%2013.6404%202.8947%2013.9%202.7C14.5058%202.2456%2015.2427%202%2016%202L17%202C17.4687%202%2017.8745%202.3255%2017.9762%202.7831L21.9762%2020.7831C21.992%2020.8543%2022%2020.927%2022%2021C22%2021.5523%2021.5523%2022%2021%2022L3%2022C2.4477%2022%202%2021.5523%202%2021Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%2021L3%203L4%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%203L17%203L21%2021L3%2021ZM17%203L17%2021M7%208L13%208%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/paper-bag-sharp-two-tone.svg?color=%231a73e8&size=48