bill2 icon
bill2 from Reicon by REICON · Outline · List · MIT Free for personal and commercial use.
- Name
- bill2
- Set
- Reicon
- Style
- Outline
- Category
- List
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More list icons from Reicon
Use the bill2 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="M1.25 2A.75.75 0 0 1 2 1.25h20a.75.75 0 0 1 0 1.5h-1.25v9.676c0 1.187.001 2.013-.335 2.753c-.337.74-.958 1.284-1.852 2.065l-.118.103l-2.038 1.782c-.91.795-1.645 1.438-2.296 1.876c-.678.456-1.341.745-2.111.745s-1.433-.289-2.111-.745c-.651-.438-1.387-1.081-2.296-1.876l-2.038-1.782l-.118-.103c-.894-.781-1.516-1.324-1.852-2.065s-.336-1.566-.335-2.753V2.75H2A.75.75 0 0 1 1.25 2m3.5.75v9.52c0 1.407.016 1.88.201 2.289c.185.408.532.732 1.592 1.659l2 1.748c.956.836 1.62 1.416 2.184 1.794c.545.367.915.49 1.273.49s.728-.122 1.274-.49c.563-.378 1.227-.958 2.183-1.794l2-1.748c1.06-.927 1.407-1.25 1.592-1.659c.185-.408.201-.882.201-2.289V2.75zm3 5.25a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7A.75.75 0 0 1 7.75 8m0 5a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBill2(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="M1.25 2A.75.75 0 0 1 2 1.25h20a.75.75 0 0 1 0 1.5h-1.25v9.676c0 1.187.001 2.013-.335 2.753c-.337.74-.958 1.284-1.852 2.065l-.118.103l-2.038 1.782c-.91.795-1.645 1.438-2.296 1.876c-.678.456-1.341.745-2.111.745s-1.433-.289-2.111-.745c-.651-.438-1.387-1.081-2.296-1.876l-2.038-1.782l-.118-.103c-.894-.781-1.516-1.324-1.852-2.065s-.336-1.566-.335-2.753V2.75H2A.75.75 0 0 1 1.25 2m3.5.75v9.52c0 1.407.016 1.88.201 2.289c.185.408.532.732 1.592 1.659l2 1.748c.956.836 1.62 1.416 2.184 1.794c.545.367.915.49 1.273.49s.728-.122 1.274-.49c.563-.378 1.227-.958 2.183-1.794l2-1.748c1.06-.927 1.407-1.25 1.592-1.659c.185-.408.201-.882.201-2.289V2.75zm3 5.25a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7A.75.75 0 0 1 7.75 8m0 5a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75" 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="M1.25 2A.75.75 0 0 1 2 1.25h20a.75.75 0 0 1 0 1.5h-1.25v9.676c0 1.187.001 2.013-.335 2.753c-.337.74-.958 1.284-1.852 2.065l-.118.103l-2.038 1.782c-.91.795-1.645 1.438-2.296 1.876c-.678.456-1.341.745-2.111.745s-1.433-.289-2.111-.745c-.651-.438-1.387-1.081-2.296-1.876l-2.038-1.782l-.118-.103c-.894-.781-1.516-1.324-1.852-2.065s-.336-1.566-.335-2.753V2.75H2A.75.75 0 0 1 1.25 2m3.5.75v9.52c0 1.407.016 1.88.201 2.289c.185.408.532.732 1.592 1.659l2 1.748c.956.836 1.62 1.416 2.184 1.794c.545.367.915.49 1.273.49s.728-.122 1.274-.49c.563-.378 1.227-.958 2.183-1.794l2-1.748c1.06-.927 1.407-1.25 1.592-1.659c.185-.408.201-.882.201-2.289V2.75zm3 5.25a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7A.75.75 0 0 1 7.75 8m0 5a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bill2 {
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%22M1.25%202A.75.75%200%200%201%202%201.25h20a.75.75%200%200%201%200%201.5h-1.25v9.676c0%201.187.001%202.013-.335%202.753c-.337.74-.958%201.284-1.852%202.065l-.118.103l-2.038%201.782c-.91.795-1.645%201.438-2.296%201.876c-.678.456-1.341.745-2.111.745s-1.433-.289-2.111-.745c-.651-.438-1.387-1.081-2.296-1.876l-2.038-1.782l-.118-.103c-.894-.781-1.516-1.324-1.852-2.065s-.336-1.566-.335-2.753V2.75H2A.75.75%200%200%201%201.25%202m3.5.75v9.52c0%201.407.016%201.88.201%202.289c.185.408.532.732%201.592%201.659l2%201.748c.956.836%201.62%201.416%202.184%201.794c.545.367.915.49%201.273.49s.728-.122%201.274-.49c.563-.378%201.227-.958%202.183-1.794l2-1.748c1.06-.927%201.407-1.25%201.592-1.659c.185-.408.201-.882.201-2.289V2.75zm3%205.25a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7A.75.75%200%200%201%207.75%208m0%205a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201-.75-.75%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%22M1.25%202A.75.75%200%200%201%202%201.25h20a.75.75%200%200%201%200%201.5h-1.25v9.676c0%201.187.001%202.013-.335%202.753c-.337.74-.958%201.284-1.852%202.065l-.118.103l-2.038%201.782c-.91.795-1.645%201.438-2.296%201.876c-.678.456-1.341.745-2.111.745s-1.433-.289-2.111-.745c-.651-.438-1.387-1.081-2.296-1.876l-2.038-1.782l-.118-.103c-.894-.781-1.516-1.324-1.852-2.065s-.336-1.566-.335-2.753V2.75H2A.75.75%200%200%201%201.25%202m3.5.75v9.52c0%201.407.016%201.88.201%202.289c.185.408.532.732%201.592%201.659l2%201.748c.956.836%201.62%201.416%202.184%201.794c.545.367.915.49%201.273.49s.728-.122%201.274-.49c.563-.378%201.227-.958%202.183-1.794l2-1.748c1.06-.927%201.407-1.25%201.592-1.659c.185-.408.201-.882.201-2.289V2.75zm3%205.25a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7A.75.75%200%200%201%207.75%208m0%205a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201-.75-.75%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/bill2.svg?color=%231a73e8&size=48