bill x icon

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

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

2 other variants in Reicon

More money icons from Reicon

Use the bill x 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="M6.294 1.25h11.412c.272 0 .459 0 .624.015c1.838.169 3.251 1.688 3.406 3.546c.014.168.014.36.014.648v14.8c0 .773-.482 1.356-1.094 1.57a1.58 1.58 0 0 1-1.824-.588a.1.1 0 0 0-.043-.04a.1.1 0 0 0-.078 0a.1.1 0 0 0-.043.04l-.433.605a2.117 2.117 0 0 1-3.47 0a.618.618 0 0 0-1.03 0a2.117 2.117 0 0 1-3.47 0a.618.618 0 0 0-1.03 0a2.117 2.117 0 0 1-3.47 0l-.433-.605a.1.1 0 0 0-.043-.04a.1.1 0 0 0-.078 0a.1.1 0 0 0-.043.04a1.58 1.58 0 0 1-1.824.588a1.64 1.64 0 0 1-1.094-1.57V5.46c0-.288 0-.48.014-.648c.155-1.858 1.568-3.377 3.406-3.546c.165-.015.352-.015.624-.015m.04 1.5c-.327 0-.44 0-.527.009c-1.062.097-1.95.991-2.048 2.177a8 8 0 0 0-.009.561V20.26c0 .06.017.092.029.109q.022.031.06.044a.1.1 0 0 0 .053.004c.005-.001.026-.008.056-.049a1.59 1.59 0 0 1 2.604 0l.433.606a.618.618 0 0 0 1.03 0a2.117 2.117 0 0 1 3.47 0a.618.618 0 0 0 1.03 0a2.117 2.117 0 0 1 3.47 0a.618.618 0 0 0 1.03 0l.433-.606a1.59 1.59 0 0 1 2.604 0c.03.042.05.048.056.049c.01.003.028.005.053-.004a.13.13 0 0 0 .06-.044a.2.2 0 0 0 .029-.11V5.498c0-.34 0-.464-.009-.561c-.099-1.186-.986-2.08-2.048-2.177a7 7 0 0 0-.526-.009zM9.47 7.47a.75.75 0 0 1 1.06 0L12 8.94l1.47-1.47a.75.75 0 0 1 1.06 1.06L13.06 10l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 11.06l-1.47 1.47a.75.75 0 0 1-1.06-1.06L10.94 10L9.47 8.53a.75.75 0 0 1 0-1.06M6.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 ReiconBillX(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="M6.294 1.25h11.412c.272 0 .459 0 .624.015c1.838.169 3.251 1.688 3.406 3.546c.014.168.014.36.014.648v14.8c0 .773-.482 1.356-1.094 1.57a1.58 1.58 0 0 1-1.824-.588a.1.1 0 0 0-.043-.04a.1.1 0 0 0-.078 0a.1.1 0 0 0-.043.04l-.433.605a2.117 2.117 0 0 1-3.47 0a.618.618 0 0 0-1.03 0a2.117 2.117 0 0 1-3.47 0a.618.618 0 0 0-1.03 0a2.117 2.117 0 0 1-3.47 0l-.433-.605a.1.1 0 0 0-.043-.04a.1.1 0 0 0-.078 0a.1.1 0 0 0-.043.04a1.58 1.58 0 0 1-1.824.588a1.64 1.64 0 0 1-1.094-1.57V5.46c0-.288 0-.48.014-.648c.155-1.858 1.568-3.377 3.406-3.546c.165-.015.352-.015.624-.015m.04 1.5c-.327 0-.44 0-.527.009c-1.062.097-1.95.991-2.048 2.177a8 8 0 0 0-.009.561V20.26c0 .06.017.092.029.109q.022.031.06.044a.1.1 0 0 0 .053.004c.005-.001.026-.008.056-.049a1.59 1.59 0 0 1 2.604 0l.433.606a.618.618 0 0 0 1.03 0a2.117 2.117 0 0 1 3.47 0a.618.618 0 0 0 1.03 0a2.117 2.117 0 0 1 3.47 0a.618.618 0 0 0 1.03 0l.433-.606a1.59 1.59 0 0 1 2.604 0c.03.042.05.048.056.049c.01.003.028.005.053-.004a.13.13 0 0 0 .06-.044a.2.2 0 0 0 .029-.11V5.498c0-.34 0-.464-.009-.561c-.099-1.186-.986-2.08-2.048-2.177a7 7 0 0 0-.526-.009zM9.47 7.47a.75.75 0 0 1 1.06 0L12 8.94l1.47-1.47a.75.75 0 0 1 1.06 1.06L13.06 10l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 11.06l-1.47 1.47a.75.75 0 0 1-1.06-1.06L10.94 10L9.47 8.53a.75.75 0 0 1 0-1.06M6.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="M6.294 1.25h11.412c.272 0 .459 0 .624.015c1.838.169 3.251 1.688 3.406 3.546c.014.168.014.36.014.648v14.8c0 .773-.482 1.356-1.094 1.57a1.58 1.58 0 0 1-1.824-.588a.1.1 0 0 0-.043-.04a.1.1 0 0 0-.078 0a.1.1 0 0 0-.043.04l-.433.605a2.117 2.117 0 0 1-3.47 0a.618.618 0 0 0-1.03 0a2.117 2.117 0 0 1-3.47 0a.618.618 0 0 0-1.03 0a2.117 2.117 0 0 1-3.47 0l-.433-.605a.1.1 0 0 0-.043-.04a.1.1 0 0 0-.078 0a.1.1 0 0 0-.043.04a1.58 1.58 0 0 1-1.824.588a1.64 1.64 0 0 1-1.094-1.57V5.46c0-.288 0-.48.014-.648c.155-1.858 1.568-3.377 3.406-3.546c.165-.015.352-.015.624-.015m.04 1.5c-.327 0-.44 0-.527.009c-1.062.097-1.95.991-2.048 2.177a8 8 0 0 0-.009.561V20.26c0 .06.017.092.029.109q.022.031.06.044a.1.1 0 0 0 .053.004c.005-.001.026-.008.056-.049a1.59 1.59 0 0 1 2.604 0l.433.606a.618.618 0 0 0 1.03 0a2.117 2.117 0 0 1 3.47 0a.618.618 0 0 0 1.03 0a2.117 2.117 0 0 1 3.47 0a.618.618 0 0 0 1.03 0l.433-.606a1.59 1.59 0 0 1 2.604 0c.03.042.05.048.056.049c.01.003.028.005.053-.004a.13.13 0 0 0 .06-.044a.2.2 0 0 0 .029-.11V5.498c0-.34 0-.464-.009-.561c-.099-1.186-.986-2.08-2.048-2.177a7 7 0 0 0-.526-.009zM9.47 7.47a.75.75 0 0 1 1.06 0L12 8.94l1.47-1.47a.75.75 0 0 1 1.06 1.06L13.06 10l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 11.06l-1.47 1.47a.75.75 0 0 1-1.06-1.06L10.94 10L9.47 8.53a.75.75 0 0 1 0-1.06M6.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-x {
  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%22M6.294%201.25h11.412c.272%200%20.459%200%20.624.015c1.838.169%203.251%201.688%203.406%203.546c.014.168.014.36.014.648v14.8c0%20.773-.482%201.356-1.094%201.57a1.58%201.58%200%200%201-1.824-.588a.1.1%200%200%200-.043-.04a.1.1%200%200%200-.078%200a.1.1%200%200%200-.043.04l-.433.605a2.117%202.117%200%200%201-3.47%200a.618.618%200%200%200-1.03%200a2.117%202.117%200%200%201-3.47%200a.618.618%200%200%200-1.03%200a2.117%202.117%200%200%201-3.47%200l-.433-.605a.1.1%200%200%200-.043-.04a.1.1%200%200%200-.078%200a.1.1%200%200%200-.043.04a1.58%201.58%200%200%201-1.824.588a1.64%201.64%200%200%201-1.094-1.57V5.46c0-.288%200-.48.014-.648c.155-1.858%201.568-3.377%203.406-3.546c.165-.015.352-.015.624-.015m.04%201.5c-.327%200-.44%200-.527.009c-1.062.097-1.95.991-2.048%202.177a8%208%200%200%200-.009.561V20.26c0%20.06.017.092.029.109q.022.031.06.044a.1.1%200%200%200%20.053.004c.005-.001.026-.008.056-.049a1.59%201.59%200%200%201%202.604%200l.433.606a.618.618%200%200%200%201.03%200a2.117%202.117%200%200%201%203.47%200a.618.618%200%200%200%201.03%200a2.117%202.117%200%200%201%203.47%200a.618.618%200%200%200%201.03%200l.433-.606a1.59%201.59%200%200%201%202.604%200c.03.042.05.048.056.049c.01.003.028.005.053-.004a.13.13%200%200%200%20.06-.044a.2.2%200%200%200%20.029-.11V5.498c0-.34%200-.464-.009-.561c-.099-1.186-.986-2.08-2.048-2.177a7%207%200%200%200-.526-.009zM9.47%207.47a.75.75%200%200%201%201.06%200L12%208.94l1.47-1.47a.75.75%200%200%201%201.06%201.06L13.06%2010l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2011.06l-1.47%201.47a.75.75%200%200%201-1.06-1.06L10.94%2010L9.47%208.53a.75.75%200%200%201%200-1.06M6.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%22M6.294%201.25h11.412c.272%200%20.459%200%20.624.015c1.838.169%203.251%201.688%203.406%203.546c.014.168.014.36.014.648v14.8c0%20.773-.482%201.356-1.094%201.57a1.58%201.58%200%200%201-1.824-.588a.1.1%200%200%200-.043-.04a.1.1%200%200%200-.078%200a.1.1%200%200%200-.043.04l-.433.605a2.117%202.117%200%200%201-3.47%200a.618.618%200%200%200-1.03%200a2.117%202.117%200%200%201-3.47%200a.618.618%200%200%200-1.03%200a2.117%202.117%200%200%201-3.47%200l-.433-.605a.1.1%200%200%200-.043-.04a.1.1%200%200%200-.078%200a.1.1%200%200%200-.043.04a1.58%201.58%200%200%201-1.824.588a1.64%201.64%200%200%201-1.094-1.57V5.46c0-.288%200-.48.014-.648c.155-1.858%201.568-3.377%203.406-3.546c.165-.015.352-.015.624-.015m.04%201.5c-.327%200-.44%200-.527.009c-1.062.097-1.95.991-2.048%202.177a8%208%200%200%200-.009.561V20.26c0%20.06.017.092.029.109q.022.031.06.044a.1.1%200%200%200%20.053.004c.005-.001.026-.008.056-.049a1.59%201.59%200%200%201%202.604%200l.433.606a.618.618%200%200%200%201.03%200a2.117%202.117%200%200%201%203.47%200a.618.618%200%200%200%201.03%200a2.117%202.117%200%200%201%203.47%200a.618.618%200%200%200%201.03%200l.433-.606a1.59%201.59%200%200%201%202.604%200c.03.042.05.048.056.049c.01.003.028.005.053-.004a.13.13%200%200%200%20.06-.044a.2.2%200%200%200%20.029-.11V5.498c0-.34%200-.464-.009-.561c-.099-1.186-.986-2.08-2.048-2.177a7%207%200%200%200-.526-.009zM9.47%207.47a.75.75%200%200%201%201.06%200L12%208.94l1.47-1.47a.75.75%200%200%201%201.06%201.06L13.06%2010l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2011.06l-1.47%201.47a.75.75%200%200%201-1.06-1.06L10.94%2010L9.47%208.53a.75.75%200%200%201%200-1.06M6.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-x.svg?color=%231a73e8&size=48