progress bar icon

progress-bar from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
progress-bar
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More ui icons from Reicon

Use the progress bar 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 15.667h7"/><rect width="22" height="8" x="1" y="11.667" rx="4" ry="4"/><path d="m12.539 6.736l2.342-3.373a.656.656 0 0 0-.538-1.03H9.659c-.53 0-.84.595-.54 1.03l2.344 3.373a.655.655 0 0 0 1.077 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconProgressBar(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5 15.667h7"/><rect width="22" height="8" x="1" y="11.667" rx="4" ry="4"/><path d="m12.539 6.736l2.342-3.373a.656.656 0 0 0-.538-1.03H9.659c-.53 0-.84.595-.54 1.03l2.344 3.373a.655.655 0 0 0 1.077 0Z"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 15.667h7"/><rect width="22" height="8" x="1" y="11.667" rx="4" ry="4"/><path d="m12.539 6.736l2.342-3.373a.656.656 0 0 0-.538-1.03H9.659c-.53 0-.84.595-.54 1.03l2.344 3.373a.655.655 0 0 0 1.077 0Z"/></g></svg>
</template>

CSS

.icon-progress-bar {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2015.667h7%22%2F%3E%3Crect%20width%3D%2222%22%20height%3D%228%22%20x%3D%221%22%20y%3D%2211.667%22%20rx%3D%224%22%20ry%3D%224%22%2F%3E%3Cpath%20d%3D%22m12.539%206.736l2.342-3.373a.656.656%200%200%200-.538-1.03H9.659c-.53%200-.84.595-.54%201.03l2.344%203.373a.655.655%200%200%200%201.077%200Z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2015.667h7%22%2F%3E%3Crect%20width%3D%2222%22%20height%3D%228%22%20x%3D%221%22%20y%3D%2211.667%22%20rx%3D%224%22%20ry%3D%224%22%2F%3E%3Cpath%20d%3D%22m12.539%206.736l2.342-3.373a.656.656%200%200%200-.538-1.03H9.659c-.53%200-.84.595-.54%201.03l2.344%203.373a.655.655%200%200%200%201.077%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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