file dollar icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the file 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="M20 9.91V7.817c0-1.693 0-2.54-.267-3.216c-.431-1.087-1.342-1.944-2.497-2.35C16.517 2 15.618 2 13.819 2c-3.149 0-4.723 0-5.98.441c-2.021.71-3.616 2.21-4.37 4.113c-.468 1.183-.468 2.665-.468 5.628v2.545c0 3.07 0 4.604.847 5.67c.243.306.531.577.856.805C5.836 22 7.467 22 10.728 22h.773c.534 0 1.533 0 2-.003M3 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.45.116 2.098-.057A1.67 1.67 0 0 0 9.61 7.43c.174-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13.001 2"/><path d="M20.753 15.811c.105-1.264-1.83-2.297-3.309-1.604c-1.847.865-1.686 3.052.596 3.168c1.015.052 1.902-.058 2.506.596s.865 2.32-.914 2.884S16 20.413 16 19.183M18.47 13v.978m0 7.242V22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFileDollar(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="M20 9.91V7.817c0-1.693 0-2.54-.267-3.216c-.431-1.087-1.342-1.944-2.497-2.35C16.517 2 15.618 2 13.819 2c-3.149 0-4.723 0-5.98.441c-2.021.71-3.616 2.21-4.37 4.113c-.468 1.183-.468 2.665-.468 5.628v2.545c0 3.07 0 4.604.847 5.67c.243.306.531.577.856.805C5.836 22 7.467 22 10.728 22h.773c.534 0 1.533 0 2-.003M3 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.45.116 2.098-.057A1.67 1.67 0 0 0 9.61 7.43c.174-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13.001 2"/><path d="M20.753 15.811c.105-1.264-1.83-2.297-3.309-1.604c-1.847.865-1.686 3.052.596 3.168c1.015.052 1.902-.058 2.506.596s.865 2.32-.914 2.884S16 20.413 16 19.183M18.47 13v.978m0 7.242V22"/></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="M20 9.91V7.817c0-1.693 0-2.54-.267-3.216c-.431-1.087-1.342-1.944-2.497-2.35C16.517 2 15.618 2 13.819 2c-3.149 0-4.723 0-5.98.441c-2.021.71-3.616 2.21-4.37 4.113c-.468 1.183-.468 2.665-.468 5.628v2.545c0 3.07 0 4.604.847 5.67c.243.306.531.577.856.805C5.836 22 7.467 22 10.728 22h.773c.534 0 1.533 0 2-.003M3 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.45.116 2.098-.057A1.67 1.67 0 0 0 9.61 7.43c.174-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13.001 2"/><path d="M20.753 15.811c.105-1.264-1.83-2.297-3.309-1.604c-1.847.865-1.686 3.052.596 3.168c1.015.052 1.902-.058 2.506.596s.865 2.32-.914 2.884S16 20.413 16 19.183M18.47 13v.978m0 7.242V22"/></g></svg>
</template>

CSS

.icon-file-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%22M20%209.91V7.817c0-1.693%200-2.54-.267-3.216c-.431-1.087-1.342-1.944-2.497-2.35C16.517%202%2015.618%202%2013.819%202c-3.149%200-4.723%200-5.98.441c-2.021.71-3.616%202.21-4.37%204.113c-.468%201.183-.468%202.665-.468%205.628v2.545c0%203.07%200%204.604.847%205.67c.243.306.531.577.856.805C5.836%2022%207.467%2022%2010.728%2022h.773c.534%200%201.533%200%202-.003M3%2012a3.333%203.333%200%200%201%203.333-3.333c.666%200%201.45.116%202.098-.057A1.67%201.67%200%200%200%209.61%207.43c.174-.647.057-1.432.057-2.098A3.333%203.333%200%200%201%2013.001%202%22%2F%3E%3Cpath%20d%3D%22M20.753%2015.811c.105-1.264-1.83-2.297-3.309-1.604c-1.847.865-1.686%203.052.596%203.168c1.015.052%201.902-.058%202.506.596s.865%202.32-.914%202.884S16%2020.413%2016%2019.183M18.47%2013v.978m0%207.242V22%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%22M20%209.91V7.817c0-1.693%200-2.54-.267-3.216c-.431-1.087-1.342-1.944-2.497-2.35C16.517%202%2015.618%202%2013.819%202c-3.149%200-4.723%200-5.98.441c-2.021.71-3.616%202.21-4.37%204.113c-.468%201.183-.468%202.665-.468%205.628v2.545c0%203.07%200%204.604.847%205.67c.243.306.531.577.856.805C5.836%2022%207.467%2022%2010.728%2022h.773c.534%200%201.533%200%202-.003M3%2012a3.333%203.333%200%200%201%203.333-3.333c.666%200%201.45.116%202.098-.057A1.67%201.67%200%200%200%209.61%207.43c.174-.647.057-1.432.057-2.098A3.333%203.333%200%200%201%2013.001%202%22%2F%3E%3Cpath%20d%3D%22M20.753%2015.811c.105-1.264-1.83-2.297-3.309-1.604c-1.847.865-1.686%203.052.596%203.168c1.015.052%201.902-.058%202.506.596s.865%202.32-.914%202.884S16%2020.413%2016%2019.183M18.47%2013v.978m0%207.242V22%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/file-dollar.svg?color=%231a73e8&size=48