bag tick icon
bag-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- bag-tick-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 tick 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-4.21 4.05l-3.25 3c-.14.13-.32.2-.51.2s-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.3-.29.77-.29 1.07 0l.99.99l2.72-2.51c.3-.28.78-.26 1.06.04c.28.31.26.78-.05 1.06"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBagTickFilled(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-4.21 4.05l-3.25 3c-.14.13-.32.2-.51.2s-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.3-.29.77-.29 1.07 0l.99.99l2.72-2.51c.3-.28.78-.26 1.06.04c.28.31.26.78-.05 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-4.21 4.05l-3.25 3c-.14.13-.32.2-.51.2s-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.3-.29.77-.29 1.07 0l.99.99l2.72-2.51c.3-.28.78-.26 1.06.04c.28.31.26.78-.05 1.06"/></svg> </template>
CSS
.icon-bag-tick-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-4.21%204.05l-3.25%203c-.14.13-.32.2-.51.2s-.38-.07-.53-.22l-1.5-1.5a.754.754%200%200%201%200-1.06c.3-.29.77-.29%201.07%200l.99.99l2.72-2.51c.3-.28.78-.26%201.06.04c.28.31.26.78-.05%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-4.21%204.05l-3.25%203c-.14.13-.32.2-.51.2s-.38-.07-.53-.22l-1.5-1.5a.754.754%200%200%201%200-1.06c.3-.29.77-.29%201.07%200l.99.99l2.72-2.51c.3-.28.78-.26%201.06.04c.28.31.26.78-.05%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-tick-filled.svg?color=%231a73e8&size=48