receipt discount icon
receipt-discount-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- receipt-discount-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the receipt discount icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 2H6C3 2 2 3.79 2 6v15c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2zm-.43 6.03c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m4.86 6.05c-.56 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m.83-5.28L6.8 14.26c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.46-5.46c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/><path d="M18.01 2v1.5c.66 0 1.29.27 1.75.72c.48.49.74 1.12.74 1.78v2.42c0 .74-.33 1.08-1.08 1.08H17.5V4.01c0-.28.23-.51.51-.51zm0 0C16.9 2 16 2.9 16 4.01V11h3.42C21 11 22 10 22 8.42V6c0-1.1-.45-2.1-1.17-2.83A4.04 4.04 0 0 0 18.01 2c.01 0 0 0 0 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconReceiptDiscountFilled(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 d="M7 2H6C3 2 2 3.79 2 6v15c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2zm-.43 6.03c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m4.86 6.05c-.56 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m.83-5.28L6.8 14.26c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.46-5.46c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/><path d="M18.01 2v1.5c.66 0 1.29.27 1.75.72c.48.49.74 1.12.74 1.78v2.42c0 .74-.33 1.08-1.08 1.08H17.5V4.01c0-.28.23-.51.51-.51zm0 0C16.9 2 16 2.9 16 4.01V11h3.42C21 11 22 10 22 8.42V6c0-1.1-.45-2.1-1.17-2.83A4.04 4.04 0 0 0 18.01 2c.01 0 0 0 0 0"/></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 d="M7 2H6C3 2 2 3.79 2 6v15c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2zm-.43 6.03c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m4.86 6.05c-.56 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m.83-5.28L6.8 14.26c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.46-5.46c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/><path d="M18.01 2v1.5c.66 0 1.29.27 1.75.72c.48.49.74 1.12.74 1.78v2.42c0 .74-.33 1.08-1.08 1.08H17.5V4.01c0-.28.23-.51.51-.51zm0 0C16.9 2 16 2.9 16 4.01V11h3.42C21 11 22 10 22 8.42V6c0-1.1-.45-2.1-1.17-2.83A4.04 4.04 0 0 0 18.01 2c.01 0 0 0 0 0"/></g></svg> </template>
CSS
.icon-receipt-discount-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7%202H6C3%202%202%203.79%202%206v15c0%20.83.94%201.3%201.6.8l1.71-1.28c.4-.3.96-.26%201.32.1l1.66%201.67c.39.39%201.03.39%201.42%200l1.68-1.68c.35-.35.91-.39%201.3-.09l1.71%201.28c.66.49%201.6.02%201.6-.8V4c0-1.1.9-2%202-2zm-.43%206.03c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1m4.86%206.05c-.56%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m.83-5.28L6.8%2014.26c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l5.46-5.46c.29-.29.77-.29%201.06%200s.29.77%200%201.06%22%2F%3E%3Cpath%20d%3D%22M18.01%202v1.5c.66%200%201.29.27%201.75.72c.48.49.74%201.12.74%201.78v2.42c0%20.74-.33%201.08-1.08%201.08H17.5V4.01c0-.28.23-.51.51-.51zm0%200C16.9%202%2016%202.9%2016%204.01V11h3.42C21%2011%2022%2010%2022%208.42V6c0-1.1-.45-2.1-1.17-2.83A4.04%204.04%200%200%200%2018.01%202c.01%200%200%200%200%200%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%20d%3D%22M7%202H6C3%202%202%203.79%202%206v15c0%20.83.94%201.3%201.6.8l1.71-1.28c.4-.3.96-.26%201.32.1l1.66%201.67c.39.39%201.03.39%201.42%200l1.68-1.68c.35-.35.91-.39%201.3-.09l1.71%201.28c.66.49%201.6.02%201.6-.8V4c0-1.1.9-2%202-2zm-.43%206.03c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1m4.86%206.05c-.56%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m.83-5.28L6.8%2014.26c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l5.46-5.46c.29-.29.77-.29%201.06%200s.29.77%200%201.06%22%2F%3E%3Cpath%20d%3D%22M18.01%202v1.5c.66%200%201.29.27%201.75.72c.48.49.74%201.12.74%201.78v2.42c0%20.74-.33%201.08-1.08%201.08H17.5V4.01c0-.28.23-.51.51-.51zm0%200C16.9%202%2016%202.9%2016%204.01V11h3.42C21%2011%2022%2010%2022%208.42V6c0-1.1-.45-2.1-1.17-2.83A4.04%204.04%200%200%200%2018.01%202c.01%200%200%200%200%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/receipt-discount-filled.svg?color=%231a73e8&size=48