bill 2 icon

bill-2-line-duotone from Solar by 480 Design · Line Duotone · List · CC-BY-4.0 Attribution required.

Name
bill-2-line-duotone
Set
Solar
Style
Line 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

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.2774C20 13.6175 20 14.2875 19.7319 14.8783C19.4638 15.4692 18.9595 15.9104 17.951 16.7929L15.951 18.5429C14.0685 20.1901 13.1272 21.0137 12 21.0137C10.8728 21.0137 9.93152 20.1901 8.04897 18.5429L6.04897 16.7928C5.04046 15.9104 4.5362 15.4692 4.2681 14.8783C4 14.2875 4 13.6175 4 12.2774V2Z" opacity=".5"/><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 SolarBill2LineDuotone(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.2774C20 13.6175 20 14.2875 19.7319 14.8783C19.4638 15.4692 18.9595 15.9104 17.951 16.7929L15.951 18.5429C14.0685 20.1901 13.1272 21.0137 12 21.0137C10.8728 21.0137 9.93152 20.1901 8.04897 18.5429L6.04897 16.7928C5.04046 15.9104 4.5362 15.4692 4.2681 14.8783C4 14.2875 4 13.6175 4 12.2774V2Z" opacity=".5"/><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.2774C20 13.6175 20 14.2875 19.7319 14.8783C19.4638 15.4692 18.9595 15.9104 17.951 16.7929L15.951 18.5429C14.0685 20.1901 13.1272 21.0137 12 21.0137C10.8728 21.0137 9.93152 20.1901 8.04897 18.5429L6.04897 16.7928C5.04046 15.9104 4.5362 15.4692 4.2681 14.8783C4 14.2875 4 13.6175 4 12.2774V2Z" opacity=".5"/><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-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%20stroke-linecap%3D%22round%22%20d%3D%22M2%202H22%22%2F%3E%3Cpath%20d%3D%22M4%202H20V12.2774C20%2013.6175%2020%2014.2875%2019.7319%2014.8783C19.4638%2015.4692%2018.9595%2015.9104%2017.951%2016.7929L15.951%2018.5429C14.0685%2020.1901%2013.1272%2021.0137%2012%2021.0137C10.8728%2021.0137%209.93152%2020.1901%208.04897%2018.5429L6.04897%2016.7928C5.04046%2015.9104%204.5362%2015.4692%204.2681%2014.8783C4%2014.2875%204%2013.6175%204%2012.2774V2Z%22%20opacity%3D%22.5%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.2774C20%2013.6175%2020%2014.2875%2019.7319%2014.8783C19.4638%2015.4692%2018.9595%2015.9104%2017.951%2016.7929L15.951%2018.5429C14.0685%2020.1901%2013.1272%2021.0137%2012%2021.0137C10.8728%2021.0137%209.93152%2020.1901%208.04897%2018.5429L6.04897%2016.7928C5.04046%2015.9104%204.5362%2015.4692%204.2681%2014.8783C4%2014.2875%204%2013.6175%204%2012.2774V2Z%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48