invoice 04 icon
invoice-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- invoice-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the invoice 04 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-width="1.5"><path stroke-linejoin="round" d="m16.44 21.348l.553-.69c.485-.607 1.516-.558 1.925.09c.493.781 1.711.626 2.049-.092c.018-.037-.026.056.011-.267c.038-.323.022-.397-.01-.544l-1.922-9.08c-.484-2.283-.725-3.424-1.557-4.095C16.66 6 15.485 6 13.14 6h-2.277c-2.347 0-3.52 0-4.351.67c-.832.67-1.073 1.812-1.557 4.094l-1.923 9.08c-.031.148-.047.222-.01.545c.038.323-.005.23.012.267c.338.718 1.556.874 2.049.093c.41-.649 1.44-.698 1.925-.091l.552.69c.696.87 2.15.87 2.845 0l.087-.109c.738-.922 2.28-.922 3.018 0l.087.109c.696.87 2.149.87 2.845 0Z"/><path stroke-linecap="round" d="M2.483 9.5c-.585-.608-.475-1.391-.475-3.348s0-2.936.586-3.544C3.179 2 4.12 2 6.005 2h11.99c1.884 0 2.826 0 3.412.608s.585 1.587.585 3.544s.11 2.74-.476 3.348"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 10H9m5 4H8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsInvoice04(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" strokeWidth="1.5"><path strokeLinejoin="round" d="m16.44 21.348l.553-.69c.485-.607 1.516-.558 1.925.09c.493.781 1.711.626 2.049-.092c.018-.037-.026.056.011-.267c.038-.323.022-.397-.01-.544l-1.922-9.08c-.484-2.283-.725-3.424-1.557-4.095C16.66 6 15.485 6 13.14 6h-2.277c-2.347 0-3.52 0-4.351.67c-.832.67-1.073 1.812-1.557 4.094l-1.923 9.08c-.031.148-.047.222-.01.545c.038.323-.005.23.012.267c.338.718 1.556.874 2.049.093c.41-.649 1.44-.698 1.925-.091l.552.69c.696.87 2.15.87 2.845 0l.087-.109c.738-.922 2.28-.922 3.018 0l.087.109c.696.87 2.149.87 2.845 0Z"/><path strokeLinecap="round" d="M2.483 9.5c-.585-.608-.475-1.391-.475-3.348s0-2.936.586-3.544C3.179 2 4.12 2 6.005 2h11.99c1.884 0 2.826 0 3.412.608s.585 1.587.585 3.544s.11 2.74-.476 3.348"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 10H9m5 4H8"/></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-width="1.5"><path stroke-linejoin="round" d="m16.44 21.348l.553-.69c.485-.607 1.516-.558 1.925.09c.493.781 1.711.626 2.049-.092c.018-.037-.026.056.011-.267c.038-.323.022-.397-.01-.544l-1.922-9.08c-.484-2.283-.725-3.424-1.557-4.095C16.66 6 15.485 6 13.14 6h-2.277c-2.347 0-3.52 0-4.351.67c-.832.67-1.073 1.812-1.557 4.094l-1.923 9.08c-.031.148-.047.222-.01.545c.038.323-.005.23.012.267c.338.718 1.556.874 2.049.093c.41-.649 1.44-.698 1.925-.091l.552.69c.696.87 2.15.87 2.845 0l.087-.109c.738-.922 2.28-.922 3.018 0l.087.109c.696.87 2.149.87 2.845 0Z"/><path stroke-linecap="round" d="M2.483 9.5c-.585-.608-.475-1.391-.475-3.348s0-2.936.586-3.544C3.179 2 4.12 2 6.005 2h11.99c1.884 0 2.826 0 3.412.608s.585 1.587.585 3.544s.11 2.74-.476 3.348"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 10H9m5 4H8"/></g></svg> </template>
CSS
.icon-invoice-04 {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.44%2021.348l.553-.69c.485-.607%201.516-.558%201.925.09c.493.781%201.711.626%202.049-.092c.018-.037-.026.056.011-.267c.038-.323.022-.397-.01-.544l-1.922-9.08c-.484-2.283-.725-3.424-1.557-4.095C16.66%206%2015.485%206%2013.14%206h-2.277c-2.347%200-3.52%200-4.351.67c-.832.67-1.073%201.812-1.557%204.094l-1.923%209.08c-.031.148-.047.222-.01.545c.038.323-.005.23.012.267c.338.718%201.556.874%202.049.093c.41-.649%201.44-.698%201.925-.091l.552.69c.696.87%202.15.87%202.845%200l.087-.109c.738-.922%202.28-.922%203.018%200l.087.109c.696.87%202.149.87%202.845%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.483%209.5c-.585-.608-.475-1.391-.475-3.348s0-2.936.586-3.544C3.179%202%204.12%202%206.005%202h11.99c1.884%200%202.826%200%203.412.608s.585%201.587.585%203.544s.11%202.74-.476%203.348%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2010H9m5%204H8%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.44%2021.348l.553-.69c.485-.607%201.516-.558%201.925.09c.493.781%201.711.626%202.049-.092c.018-.037-.026.056.011-.267c.038-.323.022-.397-.01-.544l-1.922-9.08c-.484-2.283-.725-3.424-1.557-4.095C16.66%206%2015.485%206%2013.14%206h-2.277c-2.347%200-3.52%200-4.351.67c-.832.67-1.073%201.812-1.557%204.094l-1.923%209.08c-.031.148-.047.222-.01.545c.038.323-.005.23.012.267c.338.718%201.556.874%202.049.093c.41-.649%201.44-.698%201.925-.091l.552.69c.696.87%202.15.87%202.845%200l.087-.109c.738-.922%202.28-.922%203.018%200l.087.109c.696.87%202.149.87%202.845%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.483%209.5c-.585-.608-.475-1.391-.475-3.348s0-2.936.586-3.544C3.179%202%204.12%202%206.005%202h11.99c1.884%200%202.826%200%203.412.608s.585%201.587.585%203.544s.11%202.74-.476%203.348%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2010H9m5%204H8%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/invoice-04.svg?color=%231a73e8&size=48