add invoice icon

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

Name
add-invoice
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the add invoice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.06 21.512c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488l-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.904C3 20.913 3 20.158 3 18.646V8c0-2.828 0-4.243.827-5.121S5.985 2 8.647 2h4.706c2.662 0 3.993 0 4.82.879C19 3.757 19 5.172 19 8v4m-8-1H7m10 3v8m4-4h-8m2-11H7"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAddInvoice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12.06 21.512c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488l-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.904C3 20.913 3 20.158 3 18.646V8c0-2.828 0-4.243.827-5.121S5.985 2 8.647 2h4.706c2.662 0 3.993 0 4.82.879C19 3.757 19 5.172 19 8v4m-8-1H7m10 3v8m4-4h-8m2-11H7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.06 21.512c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488l-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.904C3 20.913 3 20.158 3 18.646V8c0-2.828 0-4.243.827-5.121S5.985 2 8.647 2h4.706c2.662 0 3.993 0 4.82.879C19 3.757 19 5.172 19 8v4m-8-1H7m10 3v8m4-4h-8m2-11H7"/></svg>
</template>

CSS

.icon-add-invoice {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.06%2021.512c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488l-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.904C3%2020.913%203%2020.158%203%2018.646V8c0-2.828%200-4.243.827-5.121S5.985%202%208.647%202h4.706c2.662%200%203.993%200%204.82.879C19%203.757%2019%205.172%2019%208v4m-8-1H7m10%203v8m4-4h-8m2-11H7%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.06%2021.512c-.516.325-.773.488-1.06.488s-.545-.163-1.06-.488l-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.904C3%2020.913%203%2020.158%203%2018.646V8c0-2.828%200-4.243.827-5.121S5.985%202%208.647%202h4.706c2.662%200%203.993%200%204.82.879C19%203.757%2019%205.172%2019%208v4m-8-1H7m10%203v8m4-4h-8m2-11H7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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