progress bar icon

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

Name
progress-bar-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M19 10.667H5c-2.757 0-5 2.242-5 5s2.243 5 5 5h14c2.757 0 5-2.243 5-5s-2.243-5-5-5m-7 6H5a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2M12 8c-.55 0-1.064-.268-1.372-.716L8.285 3.879c-.344-.5-.38-1.144-.092-1.679s.85-.868 1.466-.868h4.682c.615 0 1.176.332 1.466.868s.252 1.179-.092 1.679l-2.342 3.404a1.66 1.66 0 0 1-1.372.716Zm.55-1.265"/></svg>

React

import type { SVGProps } from "react";

export function ReiconProgressBarFilled(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="M19 10.667H5c-2.757 0-5 2.242-5 5s2.243 5 5 5h14c2.757 0 5-2.243 5-5s-2.243-5-5-5m-7 6H5a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2M12 8c-.55 0-1.064-.268-1.372-.716L8.285 3.879c-.344-.5-.38-1.144-.092-1.679s.85-.868 1.466-.868h4.682c.615 0 1.176.332 1.466.868s.252 1.179-.092 1.679l-2.342 3.404a1.66 1.66 0 0 1-1.372.716Zm.55-1.265"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10.667H5c-2.757 0-5 2.242-5 5s2.243 5 5 5h14c2.757 0 5-2.243 5-5s-2.243-5-5-5m-7 6H5a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2M12 8c-.55 0-1.064-.268-1.372-.716L8.285 3.879c-.344-.5-.38-1.144-.092-1.679s.85-.868 1.466-.868h4.682c.615 0 1.176.332 1.466.868s.252 1.179-.092 1.679l-2.342 3.404a1.66 1.66 0 0 1-1.372.716Zm.55-1.265"/></svg>
</template>

CSS

.icon-progress-bar-filled {
  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%22M19%2010.667H5c-2.757%200-5%202.242-5%205s2.243%205%205%205h14c2.757%200%205-2.243%205-5s-2.243-5-5-5m-7%206H5a1%201%200%200%201%200-2h7a1%201%200%200%201%200%202M12%208c-.55%200-1.064-.268-1.372-.716L8.285%203.879c-.344-.5-.38-1.144-.092-1.679s.85-.868%201.466-.868h4.682c.615%200%201.176.332%201.466.868s.252%201.179-.092%201.679l-2.342%203.404a1.66%201.66%200%200%201-1.372.716Zm.55-1.265%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%22M19%2010.667H5c-2.757%200-5%202.242-5%205s2.243%205%205%205h14c2.757%200%205-2.243%205-5s-2.243-5-5-5m-7%206H5a1%201%200%200%201%200-2h7a1%201%200%200%201%200%202M12%208c-.55%200-1.064-.268-1.372-.716L8.285%203.879c-.344-.5-.38-1.144-.092-1.679s.85-.868%201.466-.868h4.682c.615%200%201.176.332%201.466.868s.252%201.179-.092%201.679l-2.342%203.404a1.66%201.66%200%200%201-1.372.716Zm.55-1.265%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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