speedometer slow icon

speedometer-slow from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
speedometer-slow
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0

More automotive icons from Material Design Icons

Use the speedometer slow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16c1.66 0 3-1.34 3-3c0-1.12-.61-2.1-1.5-2.61L3.79 4.77l5.53 9.58c.5.98 1.51 1.65 2.68 1.65m0-13c-1.81 0-3.5.5-4.97 1.32l2.1 1.21C10 5.19 11 5 12 5c4.42 0 8 3.58 8 8c0 2.21-.89 4.21-2.34 5.65h-.01a.996.996 0 0 0 0 1.41c.39.39 1.03.39 1.42.01A9.97 9.97 0 0 0 22 13c0-5.5-4.5-10-10-10M2 13c0 2.76 1.12 5.26 2.93 7.07c.39.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41A7.95 7.95 0 0 1 4 13c0-1 .19-2 .54-2.9L3.33 8C2.5 9.5 2 11.18 2 13"/></svg>

React

import type { SVGProps } from "react";

export function MdiSpeedometerSlow(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="M12 16c1.66 0 3-1.34 3-3c0-1.12-.61-2.1-1.5-2.61L3.79 4.77l5.53 9.58c.5.98 1.51 1.65 2.68 1.65m0-13c-1.81 0-3.5.5-4.97 1.32l2.1 1.21C10 5.19 11 5 12 5c4.42 0 8 3.58 8 8c0 2.21-.89 4.21-2.34 5.65h-.01a.996.996 0 0 0 0 1.41c.39.39 1.03.39 1.42.01A9.97 9.97 0 0 0 22 13c0-5.5-4.5-10-10-10M2 13c0 2.76 1.12 5.26 2.93 7.07c.39.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41A7.95 7.95 0 0 1 4 13c0-1 .19-2 .54-2.9L3.33 8C2.5 9.5 2 11.18 2 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16c1.66 0 3-1.34 3-3c0-1.12-.61-2.1-1.5-2.61L3.79 4.77l5.53 9.58c.5.98 1.51 1.65 2.68 1.65m0-13c-1.81 0-3.5.5-4.97 1.32l2.1 1.21C10 5.19 11 5 12 5c4.42 0 8 3.58 8 8c0 2.21-.89 4.21-2.34 5.65h-.01a.996.996 0 0 0 0 1.41c.39.39 1.03.39 1.42.01A9.97 9.97 0 0 0 22 13c0-5.5-4.5-10-10-10M2 13c0 2.76 1.12 5.26 2.93 7.07c.39.38 1.02.38 1.41-.01a.996.996 0 0 0 0-1.41A7.95 7.95 0 0 1 4 13c0-1 .19-2 .54-2.9L3.33 8C2.5 9.5 2 11.18 2 13"/></svg>
</template>

CSS

.icon-speedometer-slow {
  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%22M12%2016c1.66%200%203-1.34%203-3c0-1.12-.61-2.1-1.5-2.61L3.79%204.77l5.53%209.58c.5.98%201.51%201.65%202.68%201.65m0-13c-1.81%200-3.5.5-4.97%201.32l2.1%201.21C10%205.19%2011%205%2012%205c4.42%200%208%203.58%208%208c0%202.21-.89%204.21-2.34%205.65h-.01a.996.996%200%200%200%200%201.41c.39.39%201.03.39%201.42.01A9.97%209.97%200%200%200%2022%2013c0-5.5-4.5-10-10-10M2%2013c0%202.76%201.12%205.26%202.93%207.07c.39.38%201.02.38%201.41-.01a.996.996%200%200%200%200-1.41A7.95%207.95%200%200%201%204%2013c0-1%20.19-2%20.54-2.9L3.33%208C2.5%209.5%202%2011.18%202%2013%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%22M12%2016c1.66%200%203-1.34%203-3c0-1.12-.61-2.1-1.5-2.61L3.79%204.77l5.53%209.58c.5.98%201.51%201.65%202.68%201.65m0-13c-1.81%200-3.5.5-4.97%201.32l2.1%201.21C10%205.19%2011%205%2012%205c4.42%200%208%203.58%208%208c0%202.21-.89%204.21-2.34%205.65h-.01a.996.996%200%200%200%200%201.41c.39.39%201.03.39%201.42.01A9.97%209.97%200%200%200%2022%2013c0-5.5-4.5-10-10-10M2%2013c0%202.76%201.12%205.26%202.93%207.07c.39.38%201.02.38%201.41-.01a.996.996%200%200%200%200-1.41A7.95%207.95%200%200%201%204%2013c0-1%20.19-2%20.54-2.9L3.33%208C2.5%209.5%202%2011.18%202%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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