bill 2 icon
bill-2-bold-duotone from Solar by 480 Design · Bold Duotone · List · CC-BY-4.0 Attribution required.
- Name
- bill-2-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More list icons from Solar
checklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-boldsort-alphabetically-bold
Use the bill 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 3C1.25 2.58579 1.58579 2.25 2 2.25H22C22.4142 2.25 22.75 2.58579 22.75 3C22.75 3.41421 22.4142 3.75 22 3.75H2C1.58579 3.75 1.25 3.41421 1.25 3Z" clip-rule="evenodd"/><path d="M4 3.75V13.2774C4 14.6175 4 15.2875 4.2681 15.8783C4.5362 16.4692 5.04046 16.9104 6.04896 17.7928L8.04897 19.5429C9.93152 21.1901 10.8728 22.0137 12 22.0137C13.1272 22.0137 14.0685 21.1901 15.951 19.5429L17.951 17.7929C18.9595 16.9104 19.4638 16.4692 19.7319 15.8783C20 15.2875 20 14.6175 20 13.2774V3.75H4Z" opacity=".5"/><path fill-rule="evenodd" d="M7.75 14C7.75 13.5858 8.08579 13.25 8.5 13.25H15.5C15.9142 13.25 16.25 13.5858 16.25 14C16.25 14.4142 15.9142 14.75 15.5 14.75H8.5C8.08579 14.75 7.75 14.4142 7.75 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.75 9C7.75 8.58579 8.08579 8.25 8.5 8.25L15.5 8.25C15.9142 8.25 16.25 8.58579 16.25 9C16.25 9.41421 15.9142 9.75 15.5 9.75H8.5C8.08579 9.75 7.75 9.41421 7.75 9Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBill2BoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1.25 3C1.25 2.58579 1.58579 2.25 2 2.25H22C22.4142 2.25 22.75 2.58579 22.75 3C22.75 3.41421 22.4142 3.75 22 3.75H2C1.58579 3.75 1.25 3.41421 1.25 3Z" clipRule="evenodd"/><path d="M4 3.75V13.2774C4 14.6175 4 15.2875 4.2681 15.8783C4.5362 16.4692 5.04046 16.9104 6.04896 17.7928L8.04897 19.5429C9.93152 21.1901 10.8728 22.0137 12 22.0137C13.1272 22.0137 14.0685 21.1901 15.951 19.5429L17.951 17.7929C18.9595 16.9104 19.4638 16.4692 19.7319 15.8783C20 15.2875 20 14.6175 20 13.2774V3.75H4Z" opacity=".5"/><path fillRule="evenodd" d="M7.75 14C7.75 13.5858 8.08579 13.25 8.5 13.25H15.5C15.9142 13.25 16.25 13.5858 16.25 14C16.25 14.4142 15.9142 14.75 15.5 14.75H8.5C8.08579 14.75 7.75 14.4142 7.75 14Z" clipRule="evenodd"/><path fillRule="evenodd" d="M7.75 9C7.75 8.58579 8.08579 8.25 8.5 8.25L15.5 8.25C15.9142 8.25 16.25 8.58579 16.25 9C16.25 9.41421 15.9142 9.75 15.5 9.75H8.5C8.08579 9.75 7.75 9.41421 7.75 9Z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 3C1.25 2.58579 1.58579 2.25 2 2.25H22C22.4142 2.25 22.75 2.58579 22.75 3C22.75 3.41421 22.4142 3.75 22 3.75H2C1.58579 3.75 1.25 3.41421 1.25 3Z" clip-rule="evenodd"/><path d="M4 3.75V13.2774C4 14.6175 4 15.2875 4.2681 15.8783C4.5362 16.4692 5.04046 16.9104 6.04896 17.7928L8.04897 19.5429C9.93152 21.1901 10.8728 22.0137 12 22.0137C13.1272 22.0137 14.0685 21.1901 15.951 19.5429L17.951 17.7929C18.9595 16.9104 19.4638 16.4692 19.7319 15.8783C20 15.2875 20 14.6175 20 13.2774V3.75H4Z" opacity=".5"/><path fill-rule="evenodd" d="M7.75 14C7.75 13.5858 8.08579 13.25 8.5 13.25H15.5C15.9142 13.25 16.25 13.5858 16.25 14C16.25 14.4142 15.9142 14.75 15.5 14.75H8.5C8.08579 14.75 7.75 14.4142 7.75 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.75 9C7.75 8.58579 8.08579 8.25 8.5 8.25L15.5 8.25C15.9142 8.25 16.25 8.58579 16.25 9C16.25 9.41421 15.9142 9.75 15.5 9.75H8.5C8.08579 9.75 7.75 9.41421 7.75 9Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bill-2-bold-duotone {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%203C1.25%202.58579%201.58579%202.25%202%202.25H22C22.4142%202.25%2022.75%202.58579%2022.75%203C22.75%203.41421%2022.4142%203.75%2022%203.75H2C1.58579%203.75%201.25%203.41421%201.25%203Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%203.75V13.2774C4%2014.6175%204%2015.2875%204.2681%2015.8783C4.5362%2016.4692%205.04046%2016.9104%206.04896%2017.7928L8.04897%2019.5429C9.93152%2021.1901%2010.8728%2022.0137%2012%2022.0137C13.1272%2022.0137%2014.0685%2021.1901%2015.951%2019.5429L17.951%2017.7929C18.9595%2016.9104%2019.4638%2016.4692%2019.7319%2015.8783C20%2015.2875%2020%2014.6175%2020%2013.2774V3.75H4Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.75%2014C7.75%2013.5858%208.08579%2013.25%208.5%2013.25H15.5C15.9142%2013.25%2016.25%2013.5858%2016.25%2014C16.25%2014.4142%2015.9142%2014.75%2015.5%2014.75H8.5C8.08579%2014.75%207.75%2014.4142%207.75%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.75%209C7.75%208.58579%208.08579%208.25%208.5%208.25L15.5%208.25C15.9142%208.25%2016.25%208.58579%2016.25%209C16.25%209.41421%2015.9142%209.75%2015.5%209.75H8.5C8.08579%209.75%207.75%209.41421%207.75%209Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%203C1.25%202.58579%201.58579%202.25%202%202.25H22C22.4142%202.25%2022.75%202.58579%2022.75%203C22.75%203.41421%2022.4142%203.75%2022%203.75H2C1.58579%203.75%201.25%203.41421%201.25%203Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4%203.75V13.2774C4%2014.6175%204%2015.2875%204.2681%2015.8783C4.5362%2016.4692%205.04046%2016.9104%206.04896%2017.7928L8.04897%2019.5429C9.93152%2021.1901%2010.8728%2022.0137%2012%2022.0137C13.1272%2022.0137%2014.0685%2021.1901%2015.951%2019.5429L17.951%2017.7929C18.9595%2016.9104%2019.4638%2016.4692%2019.7319%2015.8783C20%2015.2875%2020%2014.6175%2020%2013.2774V3.75H4Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.75%2014C7.75%2013.5858%208.08579%2013.25%208.5%2013.25H15.5C15.9142%2013.25%2016.25%2013.5858%2016.25%2014C16.25%2014.4142%2015.9142%2014.75%2015.5%2014.75H8.5C8.08579%2014.75%207.75%2014.4142%207.75%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.75%209C7.75%208.58579%208.08579%208.25%208.5%208.25L15.5%208.25C15.9142%208.25%2016.25%208.58579%2016.25%209C16.25%209.41421%2015.9142%209.75%2015.5%209.75H8.5C8.08579%209.75%207.75%209.41421%207.75%209Z%22%20clip-rule%3D%22evenodd%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-2-bold-duotone.svg?color=%231a73e8&size=48