receipt dollar icon

receipt-dollar from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
receipt-dollar
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the receipt dollar 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="1.5"><path d="M12 7.5h1.5A1.5 1.5 0 0 1 15 9m-3-1.5h-1.5A1.5 1.5 0 0 0 9 9v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5H12m0-7V6m0 8.5h-1.5A1.5 1.5 0 0 1 9 13m3 1.5V16"/><path d="m10.94 21.512l-1.91-1.205c-.486-.306-.728-.458-.997-.467c-.291-.01-.538.137-1.062.467c-.587.37-1.754 1.39-2.51.904C4 20.913 4 20.158 4 18.646V8c0-2.828 0-4.243.827-5.121S6.985 2 9.647 2h4.706c2.662 0 3.993 0 4.82.879C20 3.757 20 5.172 20 8v10.646c0 1.511 0 2.267-.462 2.565c-.755.486-1.922-.534-2.509-.904c-.485-.306-.727-.458-.997-.467c-.29-.01-.537.137-1.061.467l-1.911 1.205c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReceiptDollar(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="1.5"><path d="M12 7.5h1.5A1.5 1.5 0 0 1 15 9m-3-1.5h-1.5A1.5 1.5 0 0 0 9 9v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5H12m0-7V6m0 8.5h-1.5A1.5 1.5 0 0 1 9 13m3 1.5V16"/><path d="m10.94 21.512l-1.91-1.205c-.486-.306-.728-.458-.997-.467c-.291-.01-.538.137-1.062.467c-.587.37-1.754 1.39-2.51.904C4 20.913 4 20.158 4 18.646V8c0-2.828 0-4.243.827-5.121S6.985 2 9.647 2h4.706c2.662 0 3.993 0 4.82.879C20 3.757 20 5.172 20 8v10.646c0 1.511 0 2.267-.462 2.565c-.755.486-1.922-.534-2.509-.904c-.485-.306-.727-.458-.997-.467c-.29-.01-.537.137-1.061.467l-1.911 1.205c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488"/></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="1.5"><path d="M12 7.5h1.5A1.5 1.5 0 0 1 15 9m-3-1.5h-1.5A1.5 1.5 0 0 0 9 9v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5H12m0-7V6m0 8.5h-1.5A1.5 1.5 0 0 1 9 13m3 1.5V16"/><path d="m10.94 21.512l-1.91-1.205c-.486-.306-.728-.458-.997-.467c-.291-.01-.538.137-1.062.467c-.587.37-1.754 1.39-2.51.904C4 20.913 4 20.158 4 18.646V8c0-2.828 0-4.243.827-5.121S6.985 2 9.647 2h4.706c2.662 0 3.993 0 4.82.879C20 3.757 20 5.172 20 8v10.646c0 1.511 0 2.267-.462 2.565c-.755.486-1.922-.534-2.509-.904c-.485-.306-.727-.458-.997-.467c-.29-.01-.537.137-1.061.467l-1.911 1.205c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488"/></g></svg>
</template>

CSS

.icon-receipt-dollar {
  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%221.5%22%3E%3Cpath%20d%3D%22M12%207.5h1.5A1.5%201.5%200%200%201%2015%209m-3-1.5h-1.5A1.5%201.5%200%200%200%209%209v.5a1.5%201.5%200%200%200%201.5%201.5h3a1.5%201.5%200%200%201%201.5%201.5v.5a1.5%201.5%200%200%201-1.5%201.5H12m0-7V6m0%208.5h-1.5A1.5%201.5%200%200%201%209%2013m3%201.5V16%22%2F%3E%3Cpath%20d%3D%22m10.94%2021.512l-1.91-1.205c-.486-.306-.728-.458-.997-.467c-.291-.01-.538.137-1.062.467c-.587.37-1.754%201.39-2.51.904C4%2020.913%204%2020.158%204%2018.646V8c0-2.828%200-4.243.827-5.121S6.985%202%209.647%202h4.706c2.662%200%203.993%200%204.82.879C20%203.757%2020%205.172%2020%208v10.646c0%201.511%200%202.267-.462%202.565c-.755.486-1.922-.534-2.509-.904c-.485-.306-.727-.458-.997-.467c-.29-.01-.537.137-1.061.467l-1.911%201.205c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488%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%221.5%22%3E%3Cpath%20d%3D%22M12%207.5h1.5A1.5%201.5%200%200%201%2015%209m-3-1.5h-1.5A1.5%201.5%200%200%200%209%209v.5a1.5%201.5%200%200%200%201.5%201.5h3a1.5%201.5%200%200%201%201.5%201.5v.5a1.5%201.5%200%200%201-1.5%201.5H12m0-7V6m0%208.5h-1.5A1.5%201.5%200%200%201%209%2013m3%201.5V16%22%2F%3E%3Cpath%20d%3D%22m10.94%2021.512l-1.91-1.205c-.486-.306-.728-.458-.997-.467c-.291-.01-.538.137-1.062.467c-.587.37-1.754%201.39-2.51.904C4%2020.913%204%2020.158%204%2018.646V8c0-2.828%200-4.243.827-5.121S6.985%202%209.647%202h4.706c2.662%200%203.993%200%204.82.879C20%203.757%2020%205.172%2020%208v10.646c0%201.511%200%202.267-.462%202.565c-.755.486-1.922-.534-2.509-.904c-.485-.306-.727-.458-.997-.467c-.29-.01-.537.137-1.061.467l-1.911%201.205c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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