receipt euro icon

receipt-euro-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
receipt-euro-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the receipt euro icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1-1.555.832l-2.318-1.545l-1.42 1.42a1 1 0 0 1-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083l-1.421-1.42l-2.317 1.545a1 1 0 0 1-1.55-.72L4 21V5a3 3 0 0 1 3-3zm-3.875 4c-2.046 0-3.668 1.746-4.043 4H9a1 1 0 0 0 0 2h.082c.376 2.254 1.997 4 4.043 4c1.106 0 2.053-.465 2.707-1.445a1 1 0 1 0-1.664-1.11c-.267.401-.58.555-1.043.555c-.882 0-1.7-.814-2.002-1.999L13 12a1 1 0 0 0 0-2h-1.877c.301-1.186 1.12-2 2.002-2c.462 0 .776.154 1.043.555a1 1 0 0 0 1.664-1.11C15.178 6.465 14.232 6 13.125 6"/></svg>

React

import type { SVGProps } from "react";

export function TablerReceiptEuroFilled(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="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1-1.555.832l-2.318-1.545l-1.42 1.42a1 1 0 0 1-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083l-1.421-1.42l-2.317 1.545a1 1 0 0 1-1.55-.72L4 21V5a3 3 0 0 1 3-3zm-3.875 4c-2.046 0-3.668 1.746-4.043 4H9a1 1 0 0 0 0 2h.082c.376 2.254 1.997 4 4.043 4c1.106 0 2.053-.465 2.707-1.445a1 1 0 1 0-1.664-1.11c-.267.401-.58.555-1.043.555c-.882 0-1.7-.814-2.002-1.999L13 12a1 1 0 0 0 0-2h-1.877c.301-1.186 1.12-2 2.002-2c.462 0 .776.154 1.043.555a1 1 0 0 0 1.664-1.11C15.178 6.465 14.232 6 13.125 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1-1.555.832l-2.318-1.545l-1.42 1.42a1 1 0 0 1-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 0 1-1.32.083l-.094-.083l-1.421-1.42l-2.317 1.545a1 1 0 0 1-1.55-.72L4 21V5a3 3 0 0 1 3-3zm-3.875 4c-2.046 0-3.668 1.746-4.043 4H9a1 1 0 0 0 0 2h.082c.376 2.254 1.997 4 4.043 4c1.106 0 2.053-.465 2.707-1.445a1 1 0 1 0-1.664-1.11c-.267.401-.58.555-1.043.555c-.882 0-1.7-.814-2.002-1.999L13 12a1 1 0 0 0 0-2h-1.877c.301-1.186 1.12-2 2.002-2c.462 0 .776.154 1.043.555a1 1 0 0 0 1.664-1.11C15.178 6.465 14.232 6 13.125 6"/></svg>
</template>

CSS

.icon-receipt-euro-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%22M17%202a3%203%200%200%201%203%203v16a1%201%200%200%201-1.555.832l-2.318-1.545l-1.42%201.42a1%201%200%200%201-1.32.083l-.094-.083L12%2020.415l-1.293%201.292a1%201%200%200%201-1.32.083l-.094-.083l-1.421-1.42l-2.317%201.545a1%201%200%200%201-1.55-.72L4%2021V5a3%203%200%200%201%203-3zm-3.875%204c-2.046%200-3.668%201.746-4.043%204H9a1%201%200%200%200%200%202h.082c.376%202.254%201.997%204%204.043%204c1.106%200%202.053-.465%202.707-1.445a1%201%200%201%200-1.664-1.11c-.267.401-.58.555-1.043.555c-.882%200-1.7-.814-2.002-1.999L13%2012a1%201%200%200%200%200-2h-1.877c.301-1.186%201.12-2%202.002-2c.462%200%20.776.154%201.043.555a1%201%200%200%200%201.664-1.11C15.178%206.465%2014.232%206%2013.125%206%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%22M17%202a3%203%200%200%201%203%203v16a1%201%200%200%201-1.555.832l-2.318-1.545l-1.42%201.42a1%201%200%200%201-1.32.083l-.094-.083L12%2020.415l-1.293%201.292a1%201%200%200%201-1.32.083l-.094-.083l-1.421-1.42l-2.317%201.545a1%201%200%200%201-1.55-.72L4%2021V5a3%203%200%200%201%203-3zm-3.875%204c-2.046%200-3.668%201.746-4.043%204H9a1%201%200%200%200%200%202h.082c.376%202.254%201.997%204%204.043%204c1.106%200%202.053-.465%202.707-1.445a1%201%200%201%200-1.664-1.11c-.267.401-.58.555-1.043.555c-.882%200-1.7-.814-2.002-1.999L13%2012a1%201%200%200%200%200-2h-1.877c.301-1.186%201.12-2%202.002-2c.462%200%20.776.154%201.043.555a1%201%200%200%200%201.664-1.11C15.178%206.465%2014.232%206%2013.125%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/receipt-euro-filled.svg?color=%231a73e8&size=48