md speedometer icon

md-speedometer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-speedometer
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md speedometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 416h256v48H128z" fill="currentColor"/><path d="M256 288c17.7 0 32-14.3 32-32s-14.3-32-32-32c-3 0-6 .4-8.8 1.2l-66.7-48.7-4 3.5 48.9 66.7c-.9 2.9-1.4 6-1.4 9.3 0 17.7 14.3 32 32 32z" fill="currentColor"/><path d="M256 48C141.1 48 48 141.1 48 256c0 48.3 16.5 92.7 44.1 128h58.8l4-4 22.1-22.1-22.9-22.9-22.1 22c-19.9-24.3-32.1-54-35.2-85H128v-32H96.8c3.1-31 15.3-60.7 35.2-85l22.1 22 22.9-22.9-22-22.1c24.3-19.9 54-32.1 85-35.2V128h32V96.8c31 3.1 60.7 15.3 85 35.2l-22 22.1 22.9 22.9 22.1-22c19.9 24.3 32.1 54 35.2 85H384v32h31.2c-3.1 31-15.3 60.7-35.2 85l-22.1-22-22.9 22.9 22.1 22.1 4 4h58.8c27.6-35.3 44.1-79.7 44.1-128 0-114.9-93.1-208-208-208z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdSpeedometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 416h256v48H128z" fill="currentColor"/><path d="M256 288c17.7 0 32-14.3 32-32s-14.3-32-32-32c-3 0-6 .4-8.8 1.2l-66.7-48.7-4 3.5 48.9 66.7c-.9 2.9-1.4 6-1.4 9.3 0 17.7 14.3 32 32 32z" fill="currentColor"/><path d="M256 48C141.1 48 48 141.1 48 256c0 48.3 16.5 92.7 44.1 128h58.8l4-4 22.1-22.1-22.9-22.9-22.1 22c-19.9-24.3-32.1-54-35.2-85H128v-32H96.8c3.1-31 15.3-60.7 35.2-85l22.1 22 22.9-22.9-22-22.1c24.3-19.9 54-32.1 85-35.2V128h32V96.8c31 3.1 60.7 15.3 85 35.2l-22 22.1 22.9 22.9 22.1-22c19.9 24.3 32.1 54 35.2 85H384v32h31.2c-3.1 31-15.3 60.7-35.2 85l-22.1-22-22.9 22.9 22.1 22.1 4 4h58.8c27.6-35.3 44.1-79.7 44.1-128 0-114.9-93.1-208-208-208z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 416h256v48H128z" fill="currentColor"/><path d="M256 288c17.7 0 32-14.3 32-32s-14.3-32-32-32c-3 0-6 .4-8.8 1.2l-66.7-48.7-4 3.5 48.9 66.7c-.9 2.9-1.4 6-1.4 9.3 0 17.7 14.3 32 32 32z" fill="currentColor"/><path d="M256 48C141.1 48 48 141.1 48 256c0 48.3 16.5 92.7 44.1 128h58.8l4-4 22.1-22.1-22.9-22.9-22.1 22c-19.9-24.3-32.1-54-35.2-85H128v-32H96.8c3.1-31 15.3-60.7 35.2-85l22.1 22 22.9-22.9-22-22.1c24.3-19.9 54-32.1 85-35.2V128h32V96.8c31 3.1 60.7 15.3 85 35.2l-22 22.1 22.9 22.9 22.1-22c19.9 24.3 32.1 54 35.2 85H384v32h31.2c-3.1 31-15.3 60.7-35.2 85l-22.1-22-22.9 22.9 22.1 22.1 4 4h58.8c27.6-35.3 44.1-79.7 44.1-128 0-114.9-93.1-208-208-208z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M128%20416h256v48H128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20288c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c-3%200-6%20.4-8.8%201.2l-66.7-48.7-4%203.5%2048.9%2066.7c-.9%202.9-1.4%206-1.4%209.3%200%2017.7%2014.3%2032%2032%2032z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256c0%2048.3%2016.5%2092.7%2044.1%20128h58.8l4-4%2022.1-22.1-22.9-22.9-22.1%2022c-19.9-24.3-32.1-54-35.2-85H128v-32H96.8c3.1-31%2015.3-60.7%2035.2-85l22.1%2022%2022.9-22.9-22-22.1c24.3-19.9%2054-32.1%2085-35.2V128h32V96.8c31%203.1%2060.7%2015.3%2085%2035.2l-22%2022.1%2022.9%2022.9%2022.1-22c19.9%2024.3%2032.1%2054%2035.2%2085H384v32h31.2c-3.1%2031-15.3%2060.7-35.2%2085l-22.1-22-22.9%2022.9%2022.1%2022.1%204%204h58.8c27.6-35.3%2044.1-79.7%2044.1-128%200-114.9-93.1-208-208-208z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M128%20416h256v48H128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20288c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c-3%200-6%20.4-8.8%201.2l-66.7-48.7-4%203.5%2048.9%2066.7c-.9%202.9-1.4%206-1.4%209.3%200%2017.7%2014.3%2032%2032%2032z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2048C141.1%2048%2048%20141.1%2048%20256c0%2048.3%2016.5%2092.7%2044.1%20128h58.8l4-4%2022.1-22.1-22.9-22.9-22.1%2022c-19.9-24.3-32.1-54-35.2-85H128v-32H96.8c3.1-31%2015.3-60.7%2035.2-85l22.1%2022%2022.9-22.9-22-22.1c24.3-19.9%2054-32.1%2085-35.2V128h32V96.8c31%203.1%2060.7%2015.3%2085%2035.2l-22%2022.1%2022.9%2022.9%2022.1-22c19.9%2024.3%2032.1%2054%2035.2%2085H384v32h31.2c-3.1%2031-15.3%2060.7-35.2%2085l-22.1-22-22.9%2022.9%2022.1%2022.1%204%204h58.8c27.6-35.3%2044.1-79.7%2044.1-128%200-114.9-93.1-208-208-208z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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