bars progress icon

bars-progress-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
bars-progress-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the bars progress icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 2L20 2C21.1046 2 22 2.8954 22 4L22 8C22 9.1046 21.1046 10 20 10L4 10C2.8954 10 2 9.1046 2 8L2 4C2 2.8954 2.8954 2 4 2ZM4 14L20 14C21.1046 14 22 14.8954 22 16L22 20C22 21.1046 21.1046 22 20 22L4 22C2.8954 22 2 21.1046 2 20L2 16C2 14.8954 2.8954 14 4 14ZM16 4L16 8L20 8L20 4L16 4ZM11 16L11 20L20 20L20 16L11 16Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsBarsProgressFill(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" d="M4 2L20 2C21.1046 2 22 2.8954 22 4L22 8C22 9.1046 21.1046 10 20 10L4 10C2.8954 10 2 9.1046 2 8L2 4C2 2.8954 2.8954 2 4 2ZM4 14L20 14C21.1046 14 22 14.8954 22 16L22 20C22 21.1046 21.1046 22 20 22L4 22C2.8954 22 2 21.1046 2 20L2 16C2 14.8954 2.8954 14 4 14ZM16 4L16 8L20 8L20 4L16 4ZM11 16L11 20L20 20L20 16L11 16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 2L20 2C21.1046 2 22 2.8954 22 4L22 8C22 9.1046 21.1046 10 20 10L4 10C2.8954 10 2 9.1046 2 8L2 4C2 2.8954 2.8954 2 4 2ZM4 14L20 14C21.1046 14 22 14.8954 22 16L22 20C22 21.1046 21.1046 22 20 22L4 22C2.8954 22 2 21.1046 2 20L2 16C2 14.8954 2.8954 14 4 14ZM16 4L16 8L20 8L20 4L16 4ZM11 16L11 20L20 20L20 16L11 16Z"/></svg>
</template>

CSS

.icon-bars-progress-fill {
  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%20d%3D%22M4%202L20%202C21.1046%202%2022%202.8954%2022%204L22%208C22%209.1046%2021.1046%2010%2020%2010L4%2010C2.8954%2010%202%209.1046%202%208L2%204C2%202.8954%202.8954%202%204%202ZM4%2014L20%2014C21.1046%2014%2022%2014.8954%2022%2016L22%2020C22%2021.1046%2021.1046%2022%2020%2022L4%2022C2.8954%2022%202%2021.1046%202%2020L2%2016C2%2014.8954%202.8954%2014%204%2014ZM16%204L16%208L20%208L20%204L16%204ZM11%2016L11%2020L20%2020L20%2016L11%2016Z%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%20d%3D%22M4%202L20%202C21.1046%202%2022%202.8954%2022%204L22%208C22%209.1046%2021.1046%2010%2020%2010L4%2010C2.8954%2010%202%209.1046%202%208L2%204C2%202.8954%202.8954%202%204%202ZM4%2014L20%2014C21.1046%2014%2022%2014.8954%2022%2016L22%2020C22%2021.1046%2021.1046%2022%2020%2022L4%2022C2.8954%2022%202%2021.1046%202%2020L2%2016C2%2014.8954%202.8954%2014%204%2014ZM16%204L16%208L20%208L20%204L16%204ZM11%2016L11%2020L20%2020L20%2016L11%2016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/bars-progress-fill.svg?color=%231a73e8&size=48