bill list icon
bill-list-line-duotone from Solar by 480 Design · Line Duotone · Money · CC-BY-4.0 Attribution required.
- Name
- bill-list-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More money icons from Solar
banknote-2-boldbanknote-boldbill-boldbill-check-boldbill-cross-boldcard-2-boldcard-boldcard-receive-boldcard-search-boldcard-send-boldcard-transfer-boldcardholder-boldcash-out-bolddollar-bolddollar-minimalistic-boldeuro-boldmoney-bag-boldmoney-roll-boldruble-boldsafe-2-boldsafe-circle-boldsafe-square-boldsale-boldsale-square-bold
Use the bill list 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 d="M16.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.37006V20.3742C3 21.2324 3.985 21.6878 4.6081 21.1176C4.97417 20.7826 5.52583 20.7826 5.8919 21.1176L6.375 21.5597C7.01659 22.1468 7.98341 22.1468 8.625 21.5597C9.26659 20.9726 10.2334 20.9726 10.875 21.5597C11.5166 22.1468 12.4834 22.1468 13.125 21.5597C13.7666 20.9726 14.7334 20.9726 15.375 21.5597C16.0166 22.1468 16.9834 22.1468 17.625 21.5597L18.1081 21.1176C18.4742 20.7826 19.0258 20.7826 19.3919 21.1176C20.015 21.6878 21 21.2324 21 20.3742V6.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 2Z" opacity=".5"/><path stroke-linecap="round" d="M10.5 11L17 11"/><path stroke-linecap="round" d="M7 11H7.5"/><path stroke-linecap="round" d="M7 7.5H7.5"/><path stroke-linecap="round" d="M7 14.5H7.5"/><path stroke-linecap="round" d="M10.5 7.5H17"/><path stroke-linecap="round" d="M10.5 14.5H17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBillListLineDuotone(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 d="M16.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.37006V20.3742C3 21.2324 3.985 21.6878 4.6081 21.1176C4.97417 20.7826 5.52583 20.7826 5.8919 21.1176L6.375 21.5597C7.01659 22.1468 7.98341 22.1468 8.625 21.5597C9.26659 20.9726 10.2334 20.9726 10.875 21.5597C11.5166 22.1468 12.4834 22.1468 13.125 21.5597C13.7666 20.9726 14.7334 20.9726 15.375 21.5597C16.0166 22.1468 16.9834 22.1468 17.625 21.5597L18.1081 21.1176C18.4742 20.7826 19.0258 20.7826 19.3919 21.1176C20.015 21.6878 21 21.2324 21 20.3742V6.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 2Z" opacity=".5"/><path strokeLinecap="round" d="M10.5 11L17 11"/><path strokeLinecap="round" d="M7 11H7.5"/><path strokeLinecap="round" d="M7 7.5H7.5"/><path strokeLinecap="round" d="M7 14.5H7.5"/><path strokeLinecap="round" d="M10.5 7.5H17"/><path strokeLinecap="round" d="M10.5 14.5H17"/></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 d="M16.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.37006V20.3742C3 21.2324 3.985 21.6878 4.6081 21.1176C4.97417 20.7826 5.52583 20.7826 5.8919 21.1176L6.375 21.5597C7.01659 22.1468 7.98341 22.1468 8.625 21.5597C9.26659 20.9726 10.2334 20.9726 10.875 21.5597C11.5166 22.1468 12.4834 22.1468 13.125 21.5597C13.7666 20.9726 14.7334 20.9726 15.375 21.5597C16.0166 22.1468 16.9834 22.1468 17.625 21.5597L18.1081 21.1176C18.4742 20.7826 19.0258 20.7826 19.3919 21.1176C20.015 21.6878 21 21.2324 21 20.3742V6.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 2Z" opacity=".5"/><path stroke-linecap="round" d="M10.5 11L17 11"/><path stroke-linecap="round" d="M7 11H7.5"/><path stroke-linecap="round" d="M7 7.5H7.5"/><path stroke-linecap="round" d="M7 14.5H7.5"/><path stroke-linecap="round" d="M10.5 7.5H17"/><path stroke-linecap="round" d="M10.5 14.5H17"/></g></svg> </template>
CSS
.icon-bill-list-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.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.37006V20.3742C3%2021.2324%203.985%2021.6878%204.6081%2021.1176C4.97417%2020.7826%205.52583%2020.7826%205.8919%2021.1176L6.375%2021.5597C7.01659%2022.1468%207.98341%2022.1468%208.625%2021.5597C9.26659%2020.9726%2010.2334%2020.9726%2010.875%2021.5597C11.5166%2022.1468%2012.4834%2022.1468%2013.125%2021.5597C13.7666%2020.9726%2014.7334%2020.9726%2015.375%2021.5597C16.0166%2022.1468%2016.9834%2022.1468%2017.625%2021.5597L18.1081%2021.1176C18.4742%2020.7826%2019.0258%2020.7826%2019.3919%2021.1176C20.015%2021.6878%2021%2021.2324%2021%2020.3742V6.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%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2011L17%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2011H7.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%207.5H7.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2014.5H7.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%207.5H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2014.5H17%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%20d%3D%22M16.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.37006V20.3742C3%2021.2324%203.985%2021.6878%204.6081%2021.1176C4.97417%2020.7826%205.52583%2020.7826%205.8919%2021.1176L6.375%2021.5597C7.01659%2022.1468%207.98341%2022.1468%208.625%2021.5597C9.26659%2020.9726%2010.2334%2020.9726%2010.875%2021.5597C11.5166%2022.1468%2012.4834%2022.1468%2013.125%2021.5597C13.7666%2020.9726%2014.7334%2020.9726%2015.375%2021.5597C16.0166%2022.1468%2016.9834%2022.1468%2017.625%2021.5597L18.1081%2021.1176C18.4742%2020.7826%2019.0258%2020.7826%2019.3919%2021.1176C20.015%2021.6878%2021%2021.2324%2021%2020.3742V6.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%202Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2011L17%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2011H7.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%207.5H7.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2014.5H7.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%207.5H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2014.5H17%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-list-line-duotone.svg?color=%231a73e8&size=48