paper bag icon
paper-bag-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- paper-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
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="currentColor"><path 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 21ZM7 7L7 9L13 9L13 7L7 7Z"/><path fill-rule="evenodd" d="M18 22L3 22C2.4477 22 2 21.5523 2 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.7831L18 2.8902ZM7 7L7 9L13 9L13 7L7 7Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPaperBagSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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 21ZM7 7L7 9L13 9L13 7L7 7Z"/><path fillRule="evenodd" d="M18 22L3 22C2.4477 22 2 21.5523 2 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.7831L18 2.8902ZM7 7L7 9L13 9L13 7L7 7Z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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 21ZM7 7L7 9L13 9L13 7L7 7Z"/><path fill-rule="evenodd" d="M18 22L3 22C2.4477 22 2 21.5523 2 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.7831L18 2.8902ZM7 7L7 9L13 9L13 7L7 7Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-paper-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%22currentColor%22%3E%3Cpath%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%2021ZM7%207L7%209L13%209L13%207L7%207Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2022L3%2022C2.4477%2022%202%2021.5523%202%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.7831L18%202.8902ZM7%207L7%209L13%209L13%207L7%207Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%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%2021ZM7%207L7%209L13%209L13%207L7%207Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2022L3%2022C2.4477%2022%202%2021.5523%202%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.7831L18%202.8902ZM7%207L7%209L13%209L13%207L7%207Z%22%20clip-rule%3D%22evenodd%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-duotone.svg?color=%231a73e8&size=48