speedometer max icon

speedometer-max-broken from Solar by 480 Design · Broken · Parts · CC-BY-4.0 Attribution required.

Name
speedometer-max-broken
Set
Solar
Style
Broken
Category
Parts
Viewbox
24×24
License
CC BY 4.0
Aliases
spedometer-max-broken

5 other variants in Solar

More parts icons from Solar

Use the speedometer max icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19 19L17.5 17.5"/><path stroke-linecap="round" d="M19 5L17.5 6.5"/><path stroke-linecap="round" d="M5 19L6.5 17.5"/><path stroke-linecap="round" d="M5 5L6.5 6.5"/><path stroke-linecap="round" d="M2 12H4"/><path stroke-linecap="round" d="M19.9998 12L21.9998 12"/><path stroke-linecap="round" d="M12 4.00021L12 2.00021"/><path d="M10.1214 14.3635C8.94978 13.1919 8.94978 11.2924 10.1214 10.1209C11.2929 8.94929 13.1924 8.94929 14.364 10.1209C14.8096 10.5665 15.1209 11.4916 15.3355 12.467C15.6564 13.9255 15.8169 14.6548 15.2361 15.2356C14.6553 15.8164 13.926 15.6559 12.4675 15.335C11.4921 15.1204 10.567 14.8092 10.1214 14.3635Z"/><path stroke-linecap="round" d="M9 21.5422C4.94289 20.2679 2 16.4776 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.4776 19.0571 20.2679 15 21.5422"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSpeedometerMaxBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M19 19L17.5 17.5"/><path strokeLinecap="round" d="M19 5L17.5 6.5"/><path strokeLinecap="round" d="M5 19L6.5 17.5"/><path strokeLinecap="round" d="M5 5L6.5 6.5"/><path strokeLinecap="round" d="M2 12H4"/><path strokeLinecap="round" d="M19.9998 12L21.9998 12"/><path strokeLinecap="round" d="M12 4.00021L12 2.00021"/><path d="M10.1214 14.3635C8.94978 13.1919 8.94978 11.2924 10.1214 10.1209C11.2929 8.94929 13.1924 8.94929 14.364 10.1209C14.8096 10.5665 15.1209 11.4916 15.3355 12.467C15.6564 13.9255 15.8169 14.6548 15.2361 15.2356C14.6553 15.8164 13.926 15.6559 12.4675 15.335C11.4921 15.1204 10.567 14.8092 10.1214 14.3635Z"/><path strokeLinecap="round" d="M9 21.5422C4.94289 20.2679 2 16.4776 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.4776 19.0571 20.2679 15 21.5422"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19 19L17.5 17.5"/><path stroke-linecap="round" d="M19 5L17.5 6.5"/><path stroke-linecap="round" d="M5 19L6.5 17.5"/><path stroke-linecap="round" d="M5 5L6.5 6.5"/><path stroke-linecap="round" d="M2 12H4"/><path stroke-linecap="round" d="M19.9998 12L21.9998 12"/><path stroke-linecap="round" d="M12 4.00021L12 2.00021"/><path d="M10.1214 14.3635C8.94978 13.1919 8.94978 11.2924 10.1214 10.1209C11.2929 8.94929 13.1924 8.94929 14.364 10.1209C14.8096 10.5665 15.1209 11.4916 15.3355 12.467C15.6564 13.9255 15.8169 14.6548 15.2361 15.2356C14.6553 15.8164 13.926 15.6559 12.4675 15.335C11.4921 15.1204 10.567 14.8092 10.1214 14.3635Z"/><path stroke-linecap="round" d="M9 21.5422C4.94289 20.2679 2 16.4776 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 16.4776 19.0571 20.2679 15 21.5422"/></g></svg>
</template>

CSS

.icon-speedometer-max-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2019L17.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%205L17.5%206.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2019L6.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%205L6.5%206.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012H4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.9998%2012L21.9998%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204.00021L12%202.00021%22%2F%3E%3Cpath%20d%3D%22M10.1214%2014.3635C8.94978%2013.1919%208.94978%2011.2924%2010.1214%2010.1209C11.2929%208.94929%2013.1924%208.94929%2014.364%2010.1209C14.8096%2010.5665%2015.1209%2011.4916%2015.3355%2012.467C15.6564%2013.9255%2015.8169%2014.6548%2015.2361%2015.2356C14.6553%2015.8164%2013.926%2015.6559%2012.4675%2015.335C11.4921%2015.1204%2010.567%2014.8092%2010.1214%2014.3635Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2021.5422C4.94289%2020.2679%202%2016.4776%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2016.4776%2019.0571%2020.2679%2015%2021.5422%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2019L17.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%205L17.5%206.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2019L6.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%205L6.5%206.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012H4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.9998%2012L21.9998%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204.00021L12%202.00021%22%2F%3E%3Cpath%20d%3D%22M10.1214%2014.3635C8.94978%2013.1919%208.94978%2011.2924%2010.1214%2010.1209C11.2929%208.94929%2013.1924%208.94929%2014.364%2010.1209C14.8096%2010.5665%2015.1209%2011.4916%2015.3355%2012.467C15.6564%2013.9255%2015.8169%2014.6548%2015.2361%2015.2356C14.6553%2015.8164%2013.926%2015.6559%2012.4675%2015.335C11.4921%2015.1204%2010.567%2014.8092%2010.1214%2014.3635Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2021.5422C4.94289%2020.2679%202%2016.4776%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2016.4776%2019.0571%2020.2679%2015%2021.5422%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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