speedometer icon
speedometer from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- speedometer
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All speedometer icons →More ui icons from Reicon
Use the speedometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY84)"><path d="M12 5.75a6.25 6.25 0 0 0-4.374 10.714a.75.75 0 0 1-1.05 1.072a7.75 7.75 0 0 1 6.53-13.207a.75.75 0 0 1-.212 1.484A6 6 0 0 0 12 5.75m6.823 4.508a.75.75 0 0 1 .849.636q.077.542.078 1.106c0 2.168-.892 4.13-2.326 5.536a.75.75 0 1 1-1.05-1.072a6.23 6.23 0 0 0 1.813-5.358a.75.75 0 0 1 .636-.848"/><path fill-rule="evenodd" d="m17.493 7.63l.146-.238a.75.75 0 0 0-1.031-1.032l-.238.147a268 268 0 0 0-2.582 1.61c-.722.456-1.468.934-2.07 1.336c-.302.2-.572.385-.788.54c-.2.143-.398.293-.521.416a2.25 2.25 0 1 0 3.182 3.182c.123-.123.273-.321.416-.521c.155-.216.34-.486.54-.788c.402-.603.88-1.348 1.337-2.07a257 257 0 0 0 1.61-2.583m-2.877 1.78l.044-.07l-.07.044c-.72.455-1.453.925-2.04 1.317c-.295.196-.55.37-.745.51a7 7 0 0 0-.31.236l-.025.023a.75.75 0 0 0 1.06 1.06l.023-.025l.058-.072q.072-.09.178-.238c.14-.196.314-.45.51-.744a109 109 0 0 0 1.317-2.041" clip-rule="evenodd"/><path fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25S22.25 17.66 22.25 12S17.66 1.75 12 1.75" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY84"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSpeedometer(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"><g fill="currentColor" clipPath="url(#SVGBgS7qSkY84)"><path d="M12 5.75a6.25 6.25 0 0 0-4.374 10.714a.75.75 0 0 1-1.05 1.072a7.75 7.75 0 0 1 6.53-13.207a.75.75 0 0 1-.212 1.484A6 6 0 0 0 12 5.75m6.823 4.508a.75.75 0 0 1 .849.636q.077.542.078 1.106c0 2.168-.892 4.13-2.326 5.536a.75.75 0 1 1-1.05-1.072a6.23 6.23 0 0 0 1.813-5.358a.75.75 0 0 1 .636-.848"/><path fillRule="evenodd" d="m17.493 7.63l.146-.238a.75.75 0 0 0-1.031-1.032l-.238.147a268 268 0 0 0-2.582 1.61c-.722.456-1.468.934-2.07 1.336c-.302.2-.572.385-.788.54c-.2.143-.398.293-.521.416a2.25 2.25 0 1 0 3.182 3.182c.123-.123.273-.321.416-.521c.155-.216.34-.486.54-.788c.402-.603.88-1.348 1.337-2.07a257 257 0 0 0 1.61-2.583m-2.877 1.78l.044-.07l-.07.044c-.72.455-1.453.925-2.04 1.317c-.295.196-.55.37-.745.51a7 7 0 0 0-.31.236l-.025.023a.75.75 0 0 0 1.06 1.06l.023-.025l.058-.072q.072-.09.178-.238c.14-.196.314-.45.51-.744a109 109 0 0 0 1.317-2.041" clipRule="evenodd"/><path fillRule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25S22.25 17.66 22.25 12S17.66 1.75 12 1.75" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY84"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY84)"><path d="M12 5.75a6.25 6.25 0 0 0-4.374 10.714a.75.75 0 0 1-1.05 1.072a7.75 7.75 0 0 1 6.53-13.207a.75.75 0 0 1-.212 1.484A6 6 0 0 0 12 5.75m6.823 4.508a.75.75 0 0 1 .849.636q.077.542.078 1.106c0 2.168-.892 4.13-2.326 5.536a.75.75 0 1 1-1.05-1.072a6.23 6.23 0 0 0 1.813-5.358a.75.75 0 0 1 .636-.848"/><path fill-rule="evenodd" d="m17.493 7.63l.146-.238a.75.75 0 0 0-1.031-1.032l-.238.147a268 268 0 0 0-2.582 1.61c-.722.456-1.468.934-2.07 1.336c-.302.2-.572.385-.788.54c-.2.143-.398.293-.521.416a2.25 2.25 0 1 0 3.182 3.182c.123-.123.273-.321.416-.521c.155-.216.34-.486.54-.788c.402-.603.88-1.348 1.337-2.07a257 257 0 0 0 1.61-2.583m-2.877 1.78l.044-.07l-.07.044c-.72.455-1.453.925-2.04 1.317c-.295.196-.55.37-.745.51a7 7 0 0 0-.31.236l-.025.023a.75.75 0 0 0 1.06 1.06l.023-.025l.058-.072q.072-.09.178-.238c.14-.196.314-.45.51-.744a109 109 0 0 0 1.317-2.041" clip-rule="evenodd"/><path fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M12 1.75C6.34 1.75 1.75 6.34 1.75 12S6.34 22.25 12 22.25S22.25 17.66 22.25 12S17.66 1.75 12 1.75" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY84"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY84)%22%3E%3Cpath%20d%3D%22M12%205.75a6.25%206.25%200%200%200-4.374%2010.714a.75.75%200%200%201-1.05%201.072a7.75%207.75%200%200%201%206.53-13.207a.75.75%200%200%201-.212%201.484A6%206%200%200%200%2012%205.75m6.823%204.508a.75.75%200%200%201%20.849.636q.077.542.078%201.106c0%202.168-.892%204.13-2.326%205.536a.75.75%200%201%201-1.05-1.072a6.23%206.23%200%200%200%201.813-5.358a.75.75%200%200%201%20.636-.848%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m17.493%207.63l.146-.238a.75.75%200%200%200-1.031-1.032l-.238.147a268%20268%200%200%200-2.582%201.61c-.722.456-1.468.934-2.07%201.336c-.302.2-.572.385-.788.54c-.2.143-.398.293-.521.416a2.25%202.25%200%201%200%203.182%203.182c.123-.123.273-.321.416-.521c.155-.216.34-.486.54-.788c.402-.603.88-1.348%201.337-2.07a257%20257%200%200%200%201.61-2.583m-2.877%201.78l.044-.07l-.07.044c-.72.455-1.453.925-2.04%201.317c-.295.196-.55.37-.745.51a7%207%200%200%200-.31.236l-.025.023a.75.75%200%200%200%201.06%201.06l.023-.025l.058-.072q.072-.09.178-.238c.14-.196.314-.45.51-.744a109%20109%200%200%200%201.317-2.041%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012M12%201.75C6.34%201.75%201.75%206.34%201.75%2012S6.34%2022.25%2012%2022.25S22.25%2017.66%2022.25%2012S17.66%201.75%2012%201.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY84%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY84)%22%3E%3Cpath%20d%3D%22M12%205.75a6.25%206.25%200%200%200-4.374%2010.714a.75.75%200%200%201-1.05%201.072a7.75%207.75%200%200%201%206.53-13.207a.75.75%200%200%201-.212%201.484A6%206%200%200%200%2012%205.75m6.823%204.508a.75.75%200%200%201%20.849.636q.077.542.078%201.106c0%202.168-.892%204.13-2.326%205.536a.75.75%200%201%201-1.05-1.072a6.23%206.23%200%200%200%201.813-5.358a.75.75%200%200%201%20.636-.848%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m17.493%207.63l.146-.238a.75.75%200%200%200-1.031-1.032l-.238.147a268%20268%200%200%200-2.582%201.61c-.722.456-1.468.934-2.07%201.336c-.302.2-.572.385-.788.54c-.2.143-.398.293-.521.416a2.25%202.25%200%201%200%203.182%203.182c.123-.123.273-.321.416-.521c.155-.216.34-.486.54-.788c.402-.603.88-1.348%201.337-2.07a257%20257%200%200%200%201.61-2.583m-2.877%201.78l.044-.07l-.07.044c-.72.455-1.453.925-2.04%201.317c-.295.196-.55.37-.745.51a7%207%200%200%200-.31.236l-.025.023a.75.75%200%200%200%201.06%201.06l.023-.025l.058-.072q.072-.09.178-.238c.14-.196.314-.45.51-.744a109%20109%200%200%200%201.317-2.041%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012M12%201.75C6.34%201.75%201.75%206.34%201.75%2012S6.34%2022.25%2012%2022.25S22.25%2017.66%2022.25%2012S17.66%201.75%2012%201.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY84%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/speedometer.svg?color=%231a73e8&size=48