file invoice dollar icon

file-invoice-dollar from Line Awesome by Icons8 · Line · Finance · Apache-2.0 Free for personal and commercial use.

Name
file-invoice-dollar
Set
Line Awesome
Style
Line
Category
Finance
Viewbox
32×32
License
Apache 2.0
Aliases
file-invoice-dollar-solid

The same icon in other sets

More finance icons from Line Awesome

Use the file invoice dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v26h16v-2H8V5h10v6h6v2h2V9.6l-.3-.3l-6-6l-.3-.3zm14 3.4L22.6 9H20zM10 13v2h12v-2zm17 2v2c-1.7.3-3 1.7-3 3.5c0 2 1.5 3.5 3.5 3.5h1c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5H25v2h2v2h2v-2c1.7-.3 3-1.7 3-3.5c0-2-1.5-3.5-3.5-3.5h-1c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H31v-2h-2v-2zm-17 3v2h7v-2zm9 0v2h3v-2zm-9 4v2h7v-2zm9 0v2h3v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaFileInvoiceDollar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v26h16v-2H8V5h10v6h6v2h2V9.6l-.3-.3l-6-6l-.3-.3zm14 3.4L22.6 9H20zM10 13v2h12v-2zm17 2v2c-1.7.3-3 1.7-3 3.5c0 2 1.5 3.5 3.5 3.5h1c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5H25v2h2v2h2v-2c1.7-.3 3-1.7 3-3.5c0-2-1.5-3.5-3.5-3.5h-1c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H31v-2h-2v-2zm-17 3v2h7v-2zm9 0v2h3v-2zm-9 4v2h7v-2zm9 0v2h3v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v26h16v-2H8V5h10v6h6v2h2V9.6l-.3-.3l-6-6l-.3-.3zm14 3.4L22.6 9H20zM10 13v2h12v-2zm17 2v2c-1.7.3-3 1.7-3 3.5c0 2 1.5 3.5 3.5 3.5h1c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5H25v2h2v2h2v-2c1.7-.3 3-1.7 3-3.5c0-2-1.5-3.5-3.5-3.5h-1c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H31v-2h-2v-2zm-17 3v2h7v-2zm9 0v2h3v-2zm-9 4v2h7v-2zm9 0v2h3v-2z"/></svg>
</template>

CSS

.icon-file-invoice-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203v26h16v-2H8V5h10v6h6v2h2V9.6l-.3-.3l-6-6l-.3-.3zm14%203.4L22.6%209H20zM10%2013v2h12v-2zm17%202v2c-1.7.3-3%201.7-3%203.5c0%202%201.5%203.5%203.5%203.5h1c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5H25v2h2v2h2v-2c1.7-.3%203-1.7%203-3.5c0-2-1.5-3.5-3.5-3.5h-1c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5H31v-2h-2v-2zm-17%203v2h7v-2zm9%200v2h3v-2zm-9%204v2h7v-2zm9%200v2h3v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203v26h16v-2H8V5h10v6h6v2h2V9.6l-.3-.3l-6-6l-.3-.3zm14%203.4L22.6%209H20zM10%2013v2h12v-2zm17%202v2c-1.7.3-3%201.7-3%203.5c0%202%201.5%203.5%203.5%203.5h1c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5H25v2h2v2h2v-2c1.7-.3%203-1.7%203-3.5c0-2-1.5-3.5-3.5-3.5h-1c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5H31v-2h-2v-2zm-17%203v2h7v-2zm9%200v2h3v-2zm-9%204v2h7v-2zm9%200v2h3v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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