bag cross2 icon
bag-cross2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- bag-cross2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the bag cross2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.24 5.579h-.4l-3.38-3.38a.706.706 0 0 0-.99 0c-.27.27-.27.71 0 .99l2.39 2.39H7.14l2.39-2.39c.27-.27.27-.71 0-.99a.706.706 0 0 0-.99 0l-3.37 3.38h-.4c-.9 0-2.77 0-2.77 2.56c0 .97.2 1.61.62 2.03c.24.25.53.38.84.45c.29.07.6.08.9.08h15.28c.31 0 .6-.02.88-.08c.84-.2 1.48-.8 1.48-2.48c0-2.56-1.87-2.56-2.76-2.56M19.09 12H4.91c-.62 0-1.09.55-.99 1.16l.84 5.14c.28 1.72 1.03 3.7 4.36 3.7h5.61c3.37 0 3.97-1.69 4.33-3.58l1.01-5.23a.997.997 0 0 0-.98-1.19m-5.17 6.89a.7.7 0 0 1-.53.22c-.19 0-.38-.07-.53-.22l-.84-.85l-.88.88c-.15.15-.34.22-.53.22a.7.7 0 0 1-.53-.22c-.3-.29-.3-.76 0-1.06l.88-.88l-.85-.84c-.3-.3-.3-.77 0-1.06c.29-.3.76-.3 1.06 0l.85.84l.81-.81c.3-.3.77-.3 1.06 0c.3.29.3.76 0 1.06l-.81.81l.84.85c.3.3.3.77 0 1.06"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBagCross2Filled(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" d="M19.24 5.579h-.4l-3.38-3.38a.706.706 0 0 0-.99 0c-.27.27-.27.71 0 .99l2.39 2.39H7.14l2.39-2.39c.27-.27.27-.71 0-.99a.706.706 0 0 0-.99 0l-3.37 3.38h-.4c-.9 0-2.77 0-2.77 2.56c0 .97.2 1.61.62 2.03c.24.25.53.38.84.45c.29.07.6.08.9.08h15.28c.31 0 .6-.02.88-.08c.84-.2 1.48-.8 1.48-2.48c0-2.56-1.87-2.56-2.76-2.56M19.09 12H4.91c-.62 0-1.09.55-.99 1.16l.84 5.14c.28 1.72 1.03 3.7 4.36 3.7h5.61c3.37 0 3.97-1.69 4.33-3.58l1.01-5.23a.997.997 0 0 0-.98-1.19m-5.17 6.89a.7.7 0 0 1-.53.22c-.19 0-.38-.07-.53-.22l-.84-.85l-.88.88c-.15.15-.34.22-.53.22a.7.7 0 0 1-.53-.22c-.3-.29-.3-.76 0-1.06l.88-.88l-.85-.84c-.3-.3-.3-.77 0-1.06c.29-.3.76-.3 1.06 0l.85.84l.81-.81c.3-.3.77-.3 1.06 0c.3.29.3.76 0 1.06l-.81.81l.84.85c.3.3.3.77 0 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.24 5.579h-.4l-3.38-3.38a.706.706 0 0 0-.99 0c-.27.27-.27.71 0 .99l2.39 2.39H7.14l2.39-2.39c.27-.27.27-.71 0-.99a.706.706 0 0 0-.99 0l-3.37 3.38h-.4c-.9 0-2.77 0-2.77 2.56c0 .97.2 1.61.62 2.03c.24.25.53.38.84.45c.29.07.6.08.9.08h15.28c.31 0 .6-.02.88-.08c.84-.2 1.48-.8 1.48-2.48c0-2.56-1.87-2.56-2.76-2.56M19.09 12H4.91c-.62 0-1.09.55-.99 1.16l.84 5.14c.28 1.72 1.03 3.7 4.36 3.7h5.61c3.37 0 3.97-1.69 4.33-3.58l1.01-5.23a.997.997 0 0 0-.98-1.19m-5.17 6.89a.7.7 0 0 1-.53.22c-.19 0-.38-.07-.53-.22l-.84-.85l-.88.88c-.15.15-.34.22-.53.22a.7.7 0 0 1-.53-.22c-.3-.29-.3-.76 0-1.06l.88-.88l-.85-.84c-.3-.3-.3-.77 0-1.06c.29-.3.76-.3 1.06 0l.85.84l.81-.81c.3-.3.77-.3 1.06 0c.3.29.3.76 0 1.06l-.81.81l.84.85c.3.3.3.77 0 1.06"/></svg> </template>
CSS
.icon-bag-cross2-filled {
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%20d%3D%22M19.24%205.579h-.4l-3.38-3.38a.706.706%200%200%200-.99%200c-.27.27-.27.71%200%20.99l2.39%202.39H7.14l2.39-2.39c.27-.27.27-.71%200-.99a.706.706%200%200%200-.99%200l-3.37%203.38h-.4c-.9%200-2.77%200-2.77%202.56c0%20.97.2%201.61.62%202.03c.24.25.53.38.84.45c.29.07.6.08.9.08h15.28c.31%200%20.6-.02.88-.08c.84-.2%201.48-.8%201.48-2.48c0-2.56-1.87-2.56-2.76-2.56M19.09%2012H4.91c-.62%200-1.09.55-.99%201.16l.84%205.14c.28%201.72%201.03%203.7%204.36%203.7h5.61c3.37%200%203.97-1.69%204.33-3.58l1.01-5.23a.997.997%200%200%200-.98-1.19m-5.17%206.89a.7.7%200%200%201-.53.22c-.19%200-.38-.07-.53-.22l-.84-.85l-.88.88c-.15.15-.34.22-.53.22a.7.7%200%200%201-.53-.22c-.3-.29-.3-.76%200-1.06l.88-.88l-.85-.84c-.3-.3-.3-.77%200-1.06c.29-.3.76-.3%201.06%200l.85.84l.81-.81c.3-.3.77-.3%201.06%200c.3.29.3.76%200%201.06l-.81.81l.84.85c.3.3.3.77%200%201.06%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%20d%3D%22M19.24%205.579h-.4l-3.38-3.38a.706.706%200%200%200-.99%200c-.27.27-.27.71%200%20.99l2.39%202.39H7.14l2.39-2.39c.27-.27.27-.71%200-.99a.706.706%200%200%200-.99%200l-3.37%203.38h-.4c-.9%200-2.77%200-2.77%202.56c0%20.97.2%201.61.62%202.03c.24.25.53.38.84.45c.29.07.6.08.9.08h15.28c.31%200%20.6-.02.88-.08c.84-.2%201.48-.8%201.48-2.48c0-2.56-1.87-2.56-2.76-2.56M19.09%2012H4.91c-.62%200-1.09.55-.99%201.16l.84%205.14c.28%201.72%201.03%203.7%204.36%203.7h5.61c3.37%200%203.97-1.69%204.33-3.58l1.01-5.23a.997.997%200%200%200-.98-1.19m-5.17%206.89a.7.7%200%200%201-.53.22c-.19%200-.38-.07-.53-.22l-.84-.85l-.88.88c-.15.15-.34.22-.53.22a.7.7%200%200%201-.53-.22c-.3-.29-.3-.76%200-1.06l.88-.88l-.85-.84c-.3-.3-.3-.77%200-1.06c.29-.3.76-.3%201.06%200l.85.84l.81-.81c.3-.3.77-.3%201.06%200c.3.29.3.76%200%201.06l-.81.81l.84.85c.3.3.3.77%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bag-cross2-filled.svg?color=%231a73e8&size=48