speedometer icon

speedometer from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
speedometer
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the speedometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m114.34 154.34l96-96a8 8 0 0 1 11.32 11.32l-96 96a8 8 0 0 1-11.32-11.32M128 88a63.9 63.9 0 0 1 20.44 3.33a8 8 0 1 0 5.11-15.16a80 80 0 0 0-105.06 84.71a8 8 0 0 0 7.94 7.12c.29 0 .59 0 .89-.05a8 8 0 0 0 7.07-8.83A65 65 0 0 1 64 152a64.07 64.07 0 0 1 64-64m99.74 13a8 8 0 0 0-14.24 7.3a96.27 96.27 0 0 1 5 75.71l-181.1-.07A96.24 96.24 0 0 1 128 56h.88a95 95 0 0 1 42.82 10.5a8 8 0 1 0 7.3-14.23a112 112 0 0 0-156.66 137A16.07 16.07 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.35 112.35 0 0 0-5.9-88.3Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSpeedometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m114.34 154.34l96-96a8 8 0 0 1 11.32 11.32l-96 96a8 8 0 0 1-11.32-11.32M128 88a63.9 63.9 0 0 1 20.44 3.33a8 8 0 1 0 5.11-15.16a80 80 0 0 0-105.06 84.71a8 8 0 0 0 7.94 7.12c.29 0 .59 0 .89-.05a8 8 0 0 0 7.07-8.83A65 65 0 0 1 64 152a64.07 64.07 0 0 1 64-64m99.74 13a8 8 0 0 0-14.24 7.3a96.27 96.27 0 0 1 5 75.71l-181.1-.07A96.24 96.24 0 0 1 128 56h.88a95 95 0 0 1 42.82 10.5a8 8 0 1 0 7.3-14.23a112 112 0 0 0-156.66 137A16.07 16.07 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.35 112.35 0 0 0-5.9-88.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m114.34 154.34l96-96a8 8 0 0 1 11.32 11.32l-96 96a8 8 0 0 1-11.32-11.32M128 88a63.9 63.9 0 0 1 20.44 3.33a8 8 0 1 0 5.11-15.16a80 80 0 0 0-105.06 84.71a8 8 0 0 0 7.94 7.12c.29 0 .59 0 .89-.05a8 8 0 0 0 7.07-8.83A65 65 0 0 1 64 152a64.07 64.07 0 0 1 64-64m99.74 13a8 8 0 0 0-14.24 7.3a96.27 96.27 0 0 1 5 75.71l-181.1-.07A96.24 96.24 0 0 1 128 56h.88a95 95 0 0 1 42.82 10.5a8 8 0 1 0 7.3-14.23a112 112 0 0 0-156.66 137A16.07 16.07 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.35 112.35 0 0 0-5.9-88.3Z"/></svg>
</template>

CSS

.icon-speedometer {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m114.34%20154.34l96-96a8%208%200%200%201%2011.32%2011.32l-96%2096a8%208%200%200%201-11.32-11.32M128%2088a63.9%2063.9%200%200%201%2020.44%203.33a8%208%200%201%200%205.11-15.16a80%2080%200%200%200-105.06%2084.71a8%208%200%200%200%207.94%207.12c.29%200%20.59%200%20.89-.05a8%208%200%200%200%207.07-8.83A65%2065%200%200%201%2064%20152a64.07%2064.07%200%200%201%2064-64m99.74%2013a8%208%200%200%200-14.24%207.3a96.27%2096.27%200%200%201%205%2075.71l-181.1-.07A96.24%2096.24%200%200%201%20128%2056h.88a95%2095%200%200%201%2042.82%2010.5a8%208%200%201%200%207.3-14.23a112%20112%200%200%200-156.66%20137A16.07%2016.07%200%200%200%2037.46%20200h181.07a16%2016%200%200%200%2015.11-10.71a112.35%20112.35%200%200%200-5.9-88.3Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m114.34%20154.34l96-96a8%208%200%200%201%2011.32%2011.32l-96%2096a8%208%200%200%201-11.32-11.32M128%2088a63.9%2063.9%200%200%201%2020.44%203.33a8%208%200%201%200%205.11-15.16a80%2080%200%200%200-105.06%2084.71a8%208%200%200%200%207.94%207.12c.29%200%20.59%200%20.89-.05a8%208%200%200%200%207.07-8.83A65%2065%200%200%201%2064%20152a64.07%2064.07%200%200%201%2064-64m99.74%2013a8%208%200%200%200-14.24%207.3a96.27%2096.27%200%200%201%205%2075.71l-181.1-.07A96.24%2096.24%200%200%201%20128%2056h.88a95%2095%200%200%201%2042.82%2010.5a8%208%200%201%200%207.3-14.23a112%20112%200%200%200-156.66%20137A16.07%2016.07%200%200%200%2037.46%20200h181.07a16%2016%200%200%200%2015.11-10.71a112.35%20112.35%200%200%200-5.9-88.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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