paper bag icon
paper-bag-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- paper-bag-two-tone
- Set
- Keyline Icons
- Style
- 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M2 20L2 4C2 2.8954 2.8954 2 4 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 2C17.0483 2 17.9188 2.8095 17.9947 3.8551L21.9394 19.5114C21.9796 19.6711 22 19.8352 22 20C22 21.1046 21.1046 22 20 22L4 22C2.8954 22 2 21.1046 2 20Z" stroke="none"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPaperBagTwoTone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M2 20L2 4C2 2.8954 2.8954 2 4 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 2C17.0483 2 17.9188 2.8095 17.9947 3.8551L21.9394 19.5114C21.9796 19.6711 22 19.8352 22 20C22 21.1046 21.1046 22 20 22L4 22C2.8954 22 2 21.1046 2 20Z" stroke="none"/><path 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"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M2 20L2 4C2 2.8954 2.8954 2 4 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 2C17.0483 2 17.9188 2.8095 17.9947 3.8551L21.9394 19.5114C21.9796 19.6711 22 19.8352 22 20C22 21.1046 21.1046 22 20 22L4 22C2.8954 22 2 21.1046 2 20Z" stroke="none"/><path 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"/></g></svg> </template>
CSS
.icon-paper-bag-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-linecap%3D%22round%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%2020L2%204C2%202.8954%202.8954%202%204%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%202C17.0483%202%2017.9188%202.8095%2017.9947%203.8551L21.9394%2019.5114C21.9796%2019.6711%2022%2019.8352%2022%2020C22%2021.1046%2021.1046%2022%2020%2022L4%2022C2.8954%2022%202%2021.1046%202%2020Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%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-linecap%3D%22round%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%2020L2%204C2%202.8954%202.8954%202%204%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%202C17.0483%202%2017.9188%202.8095%2017.9947%203.8551L21.9394%2019.5114C21.9796%2019.6711%2022%2019.8352%2022%2020C22%2021.1046%2021.1046%2022%2020%2022L4%2022C2.8954%2022%202%2021.1046%202%2020Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/paper-bag-two-tone.svg?color=%231a73e8&size=48