bill check icon

bill-check from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.

Name
bill-check
Set
Reicon
Style
Outline
Category
Money
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More money icons from Reicon

Use the bill check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.099 1.25H16.9c1.017 0 1.717 0 2.306.204a3.8 3.8 0 0 1 2.348 2.412l-.713.234l.713-.234c.196.597.195 1.307.195 2.36v14.148c0 1.466-1.727 2.338-2.864 1.297a.196.196 0 0 0-.271 0l-.484.442c-.928.85-2.334.85-3.262 0a.907.907 0 0 0-1.238 0c-.928.85-2.334.85-3.262 0a.907.907 0 0 0-1.238 0c-.928.85-2.334.85-3.262 0l-.483-.442a.196.196 0 0 0-.272 0c-1.137 1.04-2.864.169-2.864-1.297V6.227c0-1.054 0-1.764.195-2.361a3.8 3.8 0 0 1 2.348-2.412c.59-.205 1.289-.204 2.306-.204m.146 1.5c-1.221 0-1.642.01-1.96.121A2.3 2.3 0 0 0 3.87 4.334c-.111.338-.12.784-.12 2.036v14.004c0 .12.059.192.134.227a.2.2 0 0 0 .11.018a.2.2 0 0 0 .107-.055a1.695 1.695 0 0 1 2.296 0l.483.442a.907.907 0 0 0 1.238 0a2.407 2.407 0 0 1 3.262 0a.907.907 0 0 0 1.238 0a2.407 2.407 0 0 1 3.262 0a.907.907 0 0 0 1.238 0l.483-.442a1.695 1.695 0 0 1 2.296 0c.043.04.08.052.108.055a.2.2 0 0 0 .109-.018c.075-.035.135-.108.135-.227V6.37c0-1.252-.01-1.698-.12-2.037a2.3 2.3 0 0 0-1.416-1.462c-.317-.11-.738-.12-1.959-.12zM15 7.44a.75.75 0 0 1 .06 1.06l-3.572 4a.75.75 0 0 1-1.119 0l-1.428-1.6a.75.75 0 0 1 1.118-1l.87.974l3.012-3.373A.75.75 0 0 1 15 7.44M6.75 15.5a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBillCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M7.099 1.25H16.9c1.017 0 1.717 0 2.306.204a3.8 3.8 0 0 1 2.348 2.412l-.713.234l.713-.234c.196.597.195 1.307.195 2.36v14.148c0 1.466-1.727 2.338-2.864 1.297a.196.196 0 0 0-.271 0l-.484.442c-.928.85-2.334.85-3.262 0a.907.907 0 0 0-1.238 0c-.928.85-2.334.85-3.262 0a.907.907 0 0 0-1.238 0c-.928.85-2.334.85-3.262 0l-.483-.442a.196.196 0 0 0-.272 0c-1.137 1.04-2.864.169-2.864-1.297V6.227c0-1.054 0-1.764.195-2.361a3.8 3.8 0 0 1 2.348-2.412c.59-.205 1.289-.204 2.306-.204m.146 1.5c-1.221 0-1.642.01-1.96.121A2.3 2.3 0 0 0 3.87 4.334c-.111.338-.12.784-.12 2.036v14.004c0 .12.059.192.134.227a.2.2 0 0 0 .11.018a.2.2 0 0 0 .107-.055a1.695 1.695 0 0 1 2.296 0l.483.442a.907.907 0 0 0 1.238 0a2.407 2.407 0 0 1 3.262 0a.907.907 0 0 0 1.238 0a2.407 2.407 0 0 1 3.262 0a.907.907 0 0 0 1.238 0l.483-.442a1.695 1.695 0 0 1 2.296 0c.043.04.08.052.108.055a.2.2 0 0 0 .109-.018c.075-.035.135-.108.135-.227V6.37c0-1.252-.01-1.698-.12-2.037a2.3 2.3 0 0 0-1.416-1.462c-.317-.11-.738-.12-1.959-.12zM15 7.44a.75.75 0 0 1 .06 1.06l-3.572 4a.75.75 0 0 1-1.119 0l-1.428-1.6a.75.75 0 0 1 1.118-1l.87.974l3.012-3.373A.75.75 0 0 1 15 7.44M6.75 15.5a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.099 1.25H16.9c1.017 0 1.717 0 2.306.204a3.8 3.8 0 0 1 2.348 2.412l-.713.234l.713-.234c.196.597.195 1.307.195 2.36v14.148c0 1.466-1.727 2.338-2.864 1.297a.196.196 0 0 0-.271 0l-.484.442c-.928.85-2.334.85-3.262 0a.907.907 0 0 0-1.238 0c-.928.85-2.334.85-3.262 0a.907.907 0 0 0-1.238 0c-.928.85-2.334.85-3.262 0l-.483-.442a.196.196 0 0 0-.272 0c-1.137 1.04-2.864.169-2.864-1.297V6.227c0-1.054 0-1.764.195-2.361a3.8 3.8 0 0 1 2.348-2.412c.59-.205 1.289-.204 2.306-.204m.146 1.5c-1.221 0-1.642.01-1.96.121A2.3 2.3 0 0 0 3.87 4.334c-.111.338-.12.784-.12 2.036v14.004c0 .12.059.192.134.227a.2.2 0 0 0 .11.018a.2.2 0 0 0 .107-.055a1.695 1.695 0 0 1 2.296 0l.483.442a.907.907 0 0 0 1.238 0a2.407 2.407 0 0 1 3.262 0a.907.907 0 0 0 1.238 0a2.407 2.407 0 0 1 3.262 0a.907.907 0 0 0 1.238 0l.483-.442a1.695 1.695 0 0 1 2.296 0c.043.04.08.052.108.055a.2.2 0 0 0 .109-.018c.075-.035.135-.108.135-.227V6.37c0-1.252-.01-1.698-.12-2.037a2.3 2.3 0 0 0-1.416-1.462c-.317-.11-.738-.12-1.959-.12zM15 7.44a.75.75 0 0 1 .06 1.06l-3.572 4a.75.75 0 0 1-1.119 0l-1.428-1.6a.75.75 0 0 1 1.118-1l.87.974l3.012-3.373A.75.75 0 0 1 15 7.44M6.75 15.5a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bill-check {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.099%201.25H16.9c1.017%200%201.717%200%202.306.204a3.8%203.8%200%200%201%202.348%202.412l-.713.234l.713-.234c.196.597.195%201.307.195%202.36v14.148c0%201.466-1.727%202.338-2.864%201.297a.196.196%200%200%200-.271%200l-.484.442c-.928.85-2.334.85-3.262%200a.907.907%200%200%200-1.238%200c-.928.85-2.334.85-3.262%200a.907.907%200%200%200-1.238%200c-.928.85-2.334.85-3.262%200l-.483-.442a.196.196%200%200%200-.272%200c-1.137%201.04-2.864.169-2.864-1.297V6.227c0-1.054%200-1.764.195-2.361a3.8%203.8%200%200%201%202.348-2.412c.59-.205%201.289-.204%202.306-.204m.146%201.5c-1.221%200-1.642.01-1.96.121A2.3%202.3%200%200%200%203.87%204.334c-.111.338-.12.784-.12%202.036v14.004c0%20.12.059.192.134.227a.2.2%200%200%200%20.11.018a.2.2%200%200%200%20.107-.055a1.695%201.695%200%200%201%202.296%200l.483.442a.907.907%200%200%200%201.238%200a2.407%202.407%200%200%201%203.262%200a.907.907%200%200%200%201.238%200a2.407%202.407%200%200%201%203.262%200a.907.907%200%200%200%201.238%200l.483-.442a1.695%201.695%200%200%201%202.296%200c.043.04.08.052.108.055a.2.2%200%200%200%20.109-.018c.075-.035.135-.108.135-.227V6.37c0-1.252-.01-1.698-.12-2.037a2.3%202.3%200%200%200-1.416-1.462c-.317-.11-.738-.12-1.959-.12zM15%207.44a.75.75%200%200%201%20.06%201.06l-3.572%204a.75.75%200%200%201-1.119%200l-1.428-1.6a.75.75%200%200%201%201.118-1l.87.974l3.012-3.373A.75.75%200%200%201%2015%207.44M6.75%2015.5a.75.75%200%200%201%20.75-.75h9a.75.75%200%200%201%200%201.5h-9a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.099%201.25H16.9c1.017%200%201.717%200%202.306.204a3.8%203.8%200%200%201%202.348%202.412l-.713.234l.713-.234c.196.597.195%201.307.195%202.36v14.148c0%201.466-1.727%202.338-2.864%201.297a.196.196%200%200%200-.271%200l-.484.442c-.928.85-2.334.85-3.262%200a.907.907%200%200%200-1.238%200c-.928.85-2.334.85-3.262%200a.907.907%200%200%200-1.238%200c-.928.85-2.334.85-3.262%200l-.483-.442a.196.196%200%200%200-.272%200c-1.137%201.04-2.864.169-2.864-1.297V6.227c0-1.054%200-1.764.195-2.361a3.8%203.8%200%200%201%202.348-2.412c.59-.205%201.289-.204%202.306-.204m.146%201.5c-1.221%200-1.642.01-1.96.121A2.3%202.3%200%200%200%203.87%204.334c-.111.338-.12.784-.12%202.036v14.004c0%20.12.059.192.134.227a.2.2%200%200%200%20.11.018a.2.2%200%200%200%20.107-.055a1.695%201.695%200%200%201%202.296%200l.483.442a.907.907%200%200%200%201.238%200a2.407%202.407%200%200%201%203.262%200a.907.907%200%200%200%201.238%200a2.407%202.407%200%200%201%203.262%200a.907.907%200%200%200%201.238%200l.483-.442a1.695%201.695%200%200%201%202.296%200c.043.04.08.052.108.055a.2.2%200%200%200%20.109-.018c.075-.035.135-.108.135-.227V6.37c0-1.252-.01-1.698-.12-2.037a2.3%202.3%200%200%200-1.416-1.462c-.317-.11-.738-.12-1.959-.12zM15%207.44a.75.75%200%200%201%20.06%201.06l-3.572%204a.75.75%200%200%201-1.119%200l-1.428-1.6a.75.75%200%200%201%201.118-1l.87.974l3.012-3.373A.75.75%200%200%201%2015%207.44M6.75%2015.5a.75.75%200%200%201%20.75-.75h9a.75.75%200%200%201%200%201.5h-9a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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