bill 2 icon
bill-2-linear from Solar by 480 Design · Linear · List · CC-BY-4.0 Attribution required.
- Name
- bill-2-linear
- Set
- Solar
- Style
- Linear
- 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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 2H22"/><path d="M4 2H20V12.27C20 13.6091 20 14.2787 19.7319 14.8691C19.4638 15.4595 18.9595 15.9004 17.951 16.7822L15.951 18.5309C14.0685 20.177 13.1272 21 12 21C10.8728 21 9.93152 20.177 8.04897 18.5309L6.04897 16.7822C5.04046 15.9004 4.5362 15.4595 4.2681 14.8691C4 14.2787 4 13.6091 4 12.27V2Z"/><path stroke-linecap="round" d="M8.5 13L15.5 13"/><path stroke-linecap="round" d="M8.5 8L15.5 8"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBill2Linear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M2 2H22"/><path d="M4 2H20V12.27C20 13.6091 20 14.2787 19.7319 14.8691C19.4638 15.4595 18.9595 15.9004 17.951 16.7822L15.951 18.5309C14.0685 20.177 13.1272 21 12 21C10.8728 21 9.93152 20.177 8.04897 18.5309L6.04897 16.7822C5.04046 15.9004 4.5362 15.4595 4.2681 14.8691C4 14.2787 4 13.6091 4 12.27V2Z"/><path strokeLinecap="round" d="M8.5 13L15.5 13"/><path strokeLinecap="round" d="M8.5 8L15.5 8"/></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-width="1.5"><path stroke-linecap="round" d="M2 2H22"/><path d="M4 2H20V12.27C20 13.6091 20 14.2787 19.7319 14.8691C19.4638 15.4595 18.9595 15.9004 17.951 16.7822L15.951 18.5309C14.0685 20.177 13.1272 21 12 21C10.8728 21 9.93152 20.177 8.04897 18.5309L6.04897 16.7822C5.04046 15.9004 4.5362 15.4595 4.2681 14.8691C4 14.2787 4 13.6091 4 12.27V2Z"/><path stroke-linecap="round" d="M8.5 13L15.5 13"/><path stroke-linecap="round" d="M8.5 8L15.5 8"/></g></svg> </template>
CSS
.icon-bill-2-linear {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%202H22%22%2F%3E%3Cpath%20d%3D%22M4%202H20V12.27C20%2013.6091%2020%2014.2787%2019.7319%2014.8691C19.4638%2015.4595%2018.9595%2015.9004%2017.951%2016.7822L15.951%2018.5309C14.0685%2020.177%2013.1272%2021%2012%2021C10.8728%2021%209.93152%2020.177%208.04897%2018.5309L6.04897%2016.7822C5.04046%2015.9004%204.5362%2015.4595%204.2681%2014.8691C4%2014.2787%204%2013.6091%204%2012.27V2Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%2013L15.5%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%208L15.5%208%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%202H22%22%2F%3E%3Cpath%20d%3D%22M4%202H20V12.27C20%2013.6091%2020%2014.2787%2019.7319%2014.8691C19.4638%2015.4595%2018.9595%2015.9004%2017.951%2016.7822L15.951%2018.5309C14.0685%2020.177%2013.1272%2021%2012%2021C10.8728%2021%209.93152%2020.177%208.04897%2018.5309L6.04897%2016.7822C5.04046%2015.9004%204.5362%2015.4595%204.2681%2014.8691C4%2014.2787%204%2013.6091%204%2012.27V2Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%2013L15.5%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%208L15.5%208%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-linear.svg?color=%231a73e8&size=48