bill check icon

bill-check-broken from Solar by 480 Design · Broken · Money · CC-BY-4.0 Attribution required.

Name
bill-check-broken
Set
Solar
Style
Broken
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More money icons from Solar

Use the bill check 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-width="1.5"><path d="M21 7V6.37006C21 5.17705 21 4.58055 20.842 4.09946C20.5425 3.18719 19.8468 2.47096 18.9606 2.16261C18.4933 2 17.9139 2 16.755 2H7.24502C6.08614 2 5.50671 2 5.03939 2.16261C4.15322 2.47096 3.45748 3.18719 3.15795 4.09946C3 4.58055 3 5.17705 3 6.37006V15M21 11V20.3742C21 21.2324 20.015 21.6878 19.3919 21.1176C19.0258 20.7826 18.4742 20.7826 18.1081 21.1176L17.625 21.5597C16.9834 22.1468 16.0166 22.1468 15.375 21.5597C14.7334 20.9726 13.7666 20.9726 13.125 21.5597C12.4834 22.1468 11.5166 22.1468 10.875 21.5597C10.2334 20.9726 9.26659 20.9726 8.625 21.5597C7.98341 22.1468 7.01659 22.1468 6.375 21.5597L5.8919 21.1176C5.52583 20.7826 4.97417 20.7826 4.6081 21.1176C3.985 21.6878 3 21.2324 3 20.3742V19"/><path stroke-linejoin="round" d="M9.5 10.4L10.9286 12L14.5 8"/><path d="M7.5 15.5H9M16.5 15.5H12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBillCheckBroken(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" strokeWidth="1.5"><path d="M21 7V6.37006C21 5.17705 21 4.58055 20.842 4.09946C20.5425 3.18719 19.8468 2.47096 18.9606 2.16261C18.4933 2 17.9139 2 16.755 2H7.24502C6.08614 2 5.50671 2 5.03939 2.16261C4.15322 2.47096 3.45748 3.18719 3.15795 4.09946C3 4.58055 3 5.17705 3 6.37006V15M21 11V20.3742C21 21.2324 20.015 21.6878 19.3919 21.1176C19.0258 20.7826 18.4742 20.7826 18.1081 21.1176L17.625 21.5597C16.9834 22.1468 16.0166 22.1468 15.375 21.5597C14.7334 20.9726 13.7666 20.9726 13.125 21.5597C12.4834 22.1468 11.5166 22.1468 10.875 21.5597C10.2334 20.9726 9.26659 20.9726 8.625 21.5597C7.98341 22.1468 7.01659 22.1468 6.375 21.5597L5.8919 21.1176C5.52583 20.7826 4.97417 20.7826 4.6081 21.1176C3.985 21.6878 3 21.2324 3 20.3742V19"/><path strokeLinejoin="round" d="M9.5 10.4L10.9286 12L14.5 8"/><path d="M7.5 15.5H9M16.5 15.5H12"/></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-width="1.5"><path d="M21 7V6.37006C21 5.17705 21 4.58055 20.842 4.09946C20.5425 3.18719 19.8468 2.47096 18.9606 2.16261C18.4933 2 17.9139 2 16.755 2H7.24502C6.08614 2 5.50671 2 5.03939 2.16261C4.15322 2.47096 3.45748 3.18719 3.15795 4.09946C3 4.58055 3 5.17705 3 6.37006V15M21 11V20.3742C21 21.2324 20.015 21.6878 19.3919 21.1176C19.0258 20.7826 18.4742 20.7826 18.1081 21.1176L17.625 21.5597C16.9834 22.1468 16.0166 22.1468 15.375 21.5597C14.7334 20.9726 13.7666 20.9726 13.125 21.5597C12.4834 22.1468 11.5166 22.1468 10.875 21.5597C10.2334 20.9726 9.26659 20.9726 8.625 21.5597C7.98341 22.1468 7.01659 22.1468 6.375 21.5597L5.8919 21.1176C5.52583 20.7826 4.97417 20.7826 4.6081 21.1176C3.985 21.6878 3 21.2324 3 20.3742V19"/><path stroke-linejoin="round" d="M9.5 10.4L10.9286 12L14.5 8"/><path d="M7.5 15.5H9M16.5 15.5H12"/></g></svg>
</template>

CSS

.icon-bill-check-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%207V6.37006C21%205.17705%2021%204.58055%2020.842%204.09946C20.5425%203.18719%2019.8468%202.47096%2018.9606%202.16261C18.4933%202%2017.9139%202%2016.755%202H7.24502C6.08614%202%205.50671%202%205.03939%202.16261C4.15322%202.47096%203.45748%203.18719%203.15795%204.09946C3%204.58055%203%205.17705%203%206.37006V15M21%2011V20.3742C21%2021.2324%2020.015%2021.6878%2019.3919%2021.1176C19.0258%2020.7826%2018.4742%2020.7826%2018.1081%2021.1176L17.625%2021.5597C16.9834%2022.1468%2016.0166%2022.1468%2015.375%2021.5597C14.7334%2020.9726%2013.7666%2020.9726%2013.125%2021.5597C12.4834%2022.1468%2011.5166%2022.1468%2010.875%2021.5597C10.2334%2020.9726%209.26659%2020.9726%208.625%2021.5597C7.98341%2022.1468%207.01659%2022.1468%206.375%2021.5597L5.8919%2021.1176C5.52583%2020.7826%204.97417%2020.7826%204.6081%2021.1176C3.985%2021.6878%203%2021.2324%203%2020.3742V19%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2010.4L10.9286%2012L14.5%208%22%2F%3E%3Cpath%20d%3D%22M7.5%2015.5H9M16.5%2015.5H12%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%207V6.37006C21%205.17705%2021%204.58055%2020.842%204.09946C20.5425%203.18719%2019.8468%202.47096%2018.9606%202.16261C18.4933%202%2017.9139%202%2016.755%202H7.24502C6.08614%202%205.50671%202%205.03939%202.16261C4.15322%202.47096%203.45748%203.18719%203.15795%204.09946C3%204.58055%203%205.17705%203%206.37006V15M21%2011V20.3742C21%2021.2324%2020.015%2021.6878%2019.3919%2021.1176C19.0258%2020.7826%2018.4742%2020.7826%2018.1081%2021.1176L17.625%2021.5597C16.9834%2022.1468%2016.0166%2022.1468%2015.375%2021.5597C14.7334%2020.9726%2013.7666%2020.9726%2013.125%2021.5597C12.4834%2022.1468%2011.5166%2022.1468%2010.875%2021.5597C10.2334%2020.9726%209.26659%2020.9726%208.625%2021.5597C7.98341%2022.1468%207.01659%2022.1468%206.375%2021.5597L5.8919%2021.1176C5.52583%2020.7826%204.97417%2020.7826%204.6081%2021.1176C3.985%2021.6878%203%2021.2324%203%2020.3742V19%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2010.4L10.9286%2012L14.5%208%22%2F%3E%3Cpath%20d%3D%22M7.5%2015.5H9M16.5%2015.5H12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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