bill icon
bill-linear from Solar by 480 Design · Linear · Money · CC-BY-4.0 Attribution required.
- Name
- bill-linear
- Set
- Solar
- Style
- Linear
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More money icons from Solar
banknote-2-boldbanknote-boldbill-check-boldbill-cross-boldbill-list-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 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="M17.625 21.0002C18.2666 20.4299 19.2334 20.4299 19.875 21.0002C20.3109 21.3876 21 21.0782 21 20.495V3.50519C21 2.92196 20.3109 2.61251 19.875 2.99999C19.2334 3.57029 18.2666 3.57029 17.625 2.99999C16.9834 2.42969 16.0166 2.42969 15.375 2.99999C14.7334 3.57029 13.7666 3.57029 13.125 2.99999C12.4834 2.42969 11.5166 2.42969 10.875 2.99999C10.2334 3.57029 9.26659 3.57029 8.625 2.99999C7.98341 2.42969 7.01659 2.42969 6.375 2.99999C5.73341 3.57029 4.76659 3.57029 4.125 2.99999C3.68909 2.61251 3 2.92196 3 3.50519V20.495C3 21.0782 3.68909 21.3876 4.125 21.0002C4.76659 20.4299 5.73341 20.4299 6.375 21.0002C7.01659 21.5705 7.98341 21.5705 8.625 21.0002C9.26659 20.4299 10.2334 20.4299 10.875 21.0002C11.5166 21.5705 12.4834 21.5705 13.125 21.0002C13.7666 20.4299 14.7334 20.4299 15.375 21.0002C16.0166 21.5705 16.9834 21.5705 17.625 21.0002Z"/><path stroke-linecap="round" d="M7.5 15.5H16.5"/><path stroke-linecap="round" d="M7.5 12H16.5"/><path stroke-linecap="round" d="M7.5 8.5H16.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBillLinear(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="M17.625 21.0002C18.2666 20.4299 19.2334 20.4299 19.875 21.0002C20.3109 21.3876 21 21.0782 21 20.495V3.50519C21 2.92196 20.3109 2.61251 19.875 2.99999C19.2334 3.57029 18.2666 3.57029 17.625 2.99999C16.9834 2.42969 16.0166 2.42969 15.375 2.99999C14.7334 3.57029 13.7666 3.57029 13.125 2.99999C12.4834 2.42969 11.5166 2.42969 10.875 2.99999C10.2334 3.57029 9.26659 3.57029 8.625 2.99999C7.98341 2.42969 7.01659 2.42969 6.375 2.99999C5.73341 3.57029 4.76659 3.57029 4.125 2.99999C3.68909 2.61251 3 2.92196 3 3.50519V20.495C3 21.0782 3.68909 21.3876 4.125 21.0002C4.76659 20.4299 5.73341 20.4299 6.375 21.0002C7.01659 21.5705 7.98341 21.5705 8.625 21.0002C9.26659 20.4299 10.2334 20.4299 10.875 21.0002C11.5166 21.5705 12.4834 21.5705 13.125 21.0002C13.7666 20.4299 14.7334 20.4299 15.375 21.0002C16.0166 21.5705 16.9834 21.5705 17.625 21.0002Z"/><path strokeLinecap="round" d="M7.5 15.5H16.5"/><path strokeLinecap="round" d="M7.5 12H16.5"/><path strokeLinecap="round" d="M7.5 8.5H16.5"/></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="M17.625 21.0002C18.2666 20.4299 19.2334 20.4299 19.875 21.0002C20.3109 21.3876 21 21.0782 21 20.495V3.50519C21 2.92196 20.3109 2.61251 19.875 2.99999C19.2334 3.57029 18.2666 3.57029 17.625 2.99999C16.9834 2.42969 16.0166 2.42969 15.375 2.99999C14.7334 3.57029 13.7666 3.57029 13.125 2.99999C12.4834 2.42969 11.5166 2.42969 10.875 2.99999C10.2334 3.57029 9.26659 3.57029 8.625 2.99999C7.98341 2.42969 7.01659 2.42969 6.375 2.99999C5.73341 3.57029 4.76659 3.57029 4.125 2.99999C3.68909 2.61251 3 2.92196 3 3.50519V20.495C3 21.0782 3.68909 21.3876 4.125 21.0002C4.76659 20.4299 5.73341 20.4299 6.375 21.0002C7.01659 21.5705 7.98341 21.5705 8.625 21.0002C9.26659 20.4299 10.2334 20.4299 10.875 21.0002C11.5166 21.5705 12.4834 21.5705 13.125 21.0002C13.7666 20.4299 14.7334 20.4299 15.375 21.0002C16.0166 21.5705 16.9834 21.5705 17.625 21.0002Z"/><path stroke-linecap="round" d="M7.5 15.5H16.5"/><path stroke-linecap="round" d="M7.5 12H16.5"/><path stroke-linecap="round" d="M7.5 8.5H16.5"/></g></svg> </template>
CSS
.icon-bill-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%20d%3D%22M17.625%2021.0002C18.2666%2020.4299%2019.2334%2020.4299%2019.875%2021.0002C20.3109%2021.3876%2021%2021.0782%2021%2020.495V3.50519C21%202.92196%2020.3109%202.61251%2019.875%202.99999C19.2334%203.57029%2018.2666%203.57029%2017.625%202.99999C16.9834%202.42969%2016.0166%202.42969%2015.375%202.99999C14.7334%203.57029%2013.7666%203.57029%2013.125%202.99999C12.4834%202.42969%2011.5166%202.42969%2010.875%202.99999C10.2334%203.57029%209.26659%203.57029%208.625%202.99999C7.98341%202.42969%207.01659%202.42969%206.375%202.99999C5.73341%203.57029%204.76659%203.57029%204.125%202.99999C3.68909%202.61251%203%202.92196%203%203.50519V20.495C3%2021.0782%203.68909%2021.3876%204.125%2021.0002C4.76659%2020.4299%205.73341%2020.4299%206.375%2021.0002C7.01659%2021.5705%207.98341%2021.5705%208.625%2021.0002C9.26659%2020.4299%2010.2334%2020.4299%2010.875%2021.0002C11.5166%2021.5705%2012.4834%2021.5705%2013.125%2021.0002C13.7666%2020.4299%2014.7334%2020.4299%2015.375%2021.0002C16.0166%2021.5705%2016.9834%2021.5705%2017.625%2021.0002Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%2015.5H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%2012H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%208.5H16.5%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%22M17.625%2021.0002C18.2666%2020.4299%2019.2334%2020.4299%2019.875%2021.0002C20.3109%2021.3876%2021%2021.0782%2021%2020.495V3.50519C21%202.92196%2020.3109%202.61251%2019.875%202.99999C19.2334%203.57029%2018.2666%203.57029%2017.625%202.99999C16.9834%202.42969%2016.0166%202.42969%2015.375%202.99999C14.7334%203.57029%2013.7666%203.57029%2013.125%202.99999C12.4834%202.42969%2011.5166%202.42969%2010.875%202.99999C10.2334%203.57029%209.26659%203.57029%208.625%202.99999C7.98341%202.42969%207.01659%202.42969%206.375%202.99999C5.73341%203.57029%204.76659%203.57029%204.125%202.99999C3.68909%202.61251%203%202.92196%203%203.50519V20.495C3%2021.0782%203.68909%2021.3876%204.125%2021.0002C4.76659%2020.4299%205.73341%2020.4299%206.375%2021.0002C7.01659%2021.5705%207.98341%2021.5705%208.625%2021.0002C9.26659%2020.4299%2010.2334%2020.4299%2010.875%2021.0002C11.5166%2021.5705%2012.4834%2021.5705%2013.125%2021.0002C13.7666%2020.4299%2014.7334%2020.4299%2015.375%2021.0002C16.0166%2021.5705%2016.9834%2021.5705%2017.625%2021.0002Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%2015.5H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%2012H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.5%208.5H16.5%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-linear.svg?color=%231a73e8&size=48