Controls

Stroke width2px
Size120px
Animated
Speed
gaugespeedometermeterperformancespeedmetricdashboard

Gauge

Animated gauge speedometer SVG icon for React and Next.js. Represents speed, performance metrics, and load indicators for dashboards and monitoring UI.

import Gauge from "cssvg-icons/gauge";

export default function App() {
  return (
    <Gauge
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Gauge or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant