bill x icon
bill-x-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- bill-x-filled
- Set
- Reicon
- Style
- Filled
- 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.333 2h11.334c.31 0 .464 0 .595.012c1.45.133 2.6 1.34 2.727 2.861c.011.137.011.3.011.624V20.26c0 .872-1.059 1.243-1.558.544a.84.84 0 0 0-1.384 0l-.433.606a1.367 1.367 0 0 1-2.25 0a1.367 1.367 0 0 0-2.25 0a1.367 1.367 0 0 1-2.25 0a1.367 1.367 0 0 0-2.25 0a1.367 1.367 0 0 1-2.25 0l-.433-.605a.84.84 0 0 0-1.384 0c-.5.698-1.558.327-1.558-.545V5.497c0-.324 0-.487.011-.624c.127-1.521 1.277-2.728 2.728-2.861C5.869 2 6.024 2 6.333 2m4.197 5.47a.75.75 0 1 0-1.06 1.06L10.94 10l-1.47 1.47a.75.75 0 1 0 1.06 1.06L12 11.06l1.47 1.47a.75.75 0 1 0 1.06-1.06L13.06 10l1.47-1.47a.75.75 0 0 0-1.06-1.06L12 8.94zM7.5 14.75a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBillXFilled(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.333 2h11.334c.31 0 .464 0 .595.012c1.45.133 2.6 1.34 2.727 2.861c.011.137.011.3.011.624V20.26c0 .872-1.059 1.243-1.558.544a.84.84 0 0 0-1.384 0l-.433.606a1.367 1.367 0 0 1-2.25 0a1.367 1.367 0 0 0-2.25 0a1.367 1.367 0 0 1-2.25 0a1.367 1.367 0 0 0-2.25 0a1.367 1.367 0 0 1-2.25 0l-.433-.605a.84.84 0 0 0-1.384 0c-.5.698-1.558.327-1.558-.545V5.497c0-.324 0-.487.011-.624c.127-1.521 1.277-2.728 2.728-2.861C5.869 2 6.024 2 6.333 2m4.197 5.47a.75.75 0 1 0-1.06 1.06L10.94 10l-1.47 1.47a.75.75 0 1 0 1.06 1.06L12 11.06l1.47 1.47a.75.75 0 1 0 1.06-1.06L13.06 10l1.47-1.47a.75.75 0 0 0-1.06-1.06L12 8.94zM7.5 14.75a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5z" 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.333 2h11.334c.31 0 .464 0 .595.012c1.45.133 2.6 1.34 2.727 2.861c.011.137.011.3.011.624V20.26c0 .872-1.059 1.243-1.558.544a.84.84 0 0 0-1.384 0l-.433.606a1.367 1.367 0 0 1-2.25 0a1.367 1.367 0 0 0-2.25 0a1.367 1.367 0 0 1-2.25 0a1.367 1.367 0 0 0-2.25 0a1.367 1.367 0 0 1-2.25 0l-.433-.605a.84.84 0 0 0-1.384 0c-.5.698-1.558.327-1.558-.545V5.497c0-.324 0-.487.011-.624c.127-1.521 1.277-2.728 2.728-2.861C5.869 2 6.024 2 6.333 2m4.197 5.47a.75.75 0 1 0-1.06 1.06L10.94 10l-1.47 1.47a.75.75 0 1 0 1.06 1.06L12 11.06l1.47 1.47a.75.75 0 1 0 1.06-1.06L13.06 10l1.47-1.47a.75.75 0 0 0-1.06-1.06L12 8.94zM7.5 14.75a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bill-x-filled {
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.333%202h11.334c.31%200%20.464%200%20.595.012c1.45.133%202.6%201.34%202.727%202.861c.011.137.011.3.011.624V20.26c0%20.872-1.059%201.243-1.558.544a.84.84%200%200%200-1.384%200l-.433.606a1.367%201.367%200%200%201-2.25%200a1.367%201.367%200%200%200-2.25%200a1.367%201.367%200%200%201-2.25%200a1.367%201.367%200%200%200-2.25%200a1.367%201.367%200%200%201-2.25%200l-.433-.605a.84.84%200%200%200-1.384%200c-.5.698-1.558.327-1.558-.545V5.497c0-.324%200-.487.011-.624c.127-1.521%201.277-2.728%202.728-2.861C5.869%202%206.024%202%206.333%202m4.197%205.47a.75.75%200%201%200-1.06%201.06L10.94%2010l-1.47%201.47a.75.75%200%201%200%201.06%201.06L12%2011.06l1.47%201.47a.75.75%200%201%200%201.06-1.06L13.06%2010l1.47-1.47a.75.75%200%200%200-1.06-1.06L12%208.94zM7.5%2014.75a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%200-1.5z%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.333%202h11.334c.31%200%20.464%200%20.595.012c1.45.133%202.6%201.34%202.727%202.861c.011.137.011.3.011.624V20.26c0%20.872-1.059%201.243-1.558.544a.84.84%200%200%200-1.384%200l-.433.606a1.367%201.367%200%200%201-2.25%200a1.367%201.367%200%200%200-2.25%200a1.367%201.367%200%200%201-2.25%200a1.367%201.367%200%200%200-2.25%200a1.367%201.367%200%200%201-2.25%200l-.433-.605a.84.84%200%200%200-1.384%200c-.5.698-1.558.327-1.558-.545V5.497c0-.324%200-.487.011-.624c.127-1.521%201.277-2.728%202.728-2.861C5.869%202%206.024%202%206.333%202m4.197%205.47a.75.75%200%201%200-1.06%201.06L10.94%2010l-1.47%201.47a.75.75%200%201%200%201.06%201.06L12%2011.06l1.47%201.47a.75.75%200%201%200%201.06-1.06L13.06%2010l1.47-1.47a.75.75%200%200%200-1.06-1.06L12%208.94zM7.5%2014.75a.75.75%200%200%200%200%201.5h9a.75.75%200%200%200%200-1.5z%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-filled.svg?color=%231a73e8&size=48