speedometer icon
speedometer from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- speedometer
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
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 16 16"><g fill="currentColor"><path d="M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2M3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.39.39 0 0 0-.029-.518z"/><path fill-rule="evenodd" d="M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.95 11.95 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0"/></g></svg>
React
import type { SVGProps } from "react";
export function BiSpeedometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2M3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.39.39 0 0 0-.029-.518z"/><path fillRule="evenodd" d="M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.95 11.95 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2M3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.39.39 0 0 0-.029-.518z"/><path fill-rule="evenodd" d="M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.95 11.95 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0"/></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%202a.5.5%200%200%201%20.5.5V4a.5.5%200%200%201-1%200V2.5A.5.5%200%200%201%208%202M3.732%203.732a.5.5%200%200%201%20.707%200l.915.914a.5.5%200%201%201-.708.708l-.914-.915a.5.5%200%200%201%200-.707M2%208a.5.5%200%200%201%20.5-.5h1.586a.5.5%200%200%201%200%201H2.5A.5.5%200%200%201%202%208m9.5%200a.5.5%200%200%201%20.5-.5h1.5a.5.5%200%200%201%200%201H12a.5.5%200%200%201-.5-.5m.754-4.246a.39.39%200%200%200-.527-.02L7.547%207.31A.91.91%200%201%200%208.85%208.569l3.434-4.297a.39.39%200%200%200-.029-.518z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.664%2015.889A8%208%200%201%201%209.336.11a8%208%200%200%201-2.672%2015.78zm-4.665-4.283A11.95%2011.95%200%200%201%208%2010c2.186%200%204.236.585%206.001%201.606a7%207%200%201%200-12.002%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%202a.5.5%200%200%201%20.5.5V4a.5.5%200%200%201-1%200V2.5A.5.5%200%200%201%208%202M3.732%203.732a.5.5%200%200%201%20.707%200l.915.914a.5.5%200%201%201-.708.708l-.914-.915a.5.5%200%200%201%200-.707M2%208a.5.5%200%200%201%20.5-.5h1.586a.5.5%200%200%201%200%201H2.5A.5.5%200%200%201%202%208m9.5%200a.5.5%200%200%201%20.5-.5h1.5a.5.5%200%200%201%200%201H12a.5.5%200%200%201-.5-.5m.754-4.246a.39.39%200%200%200-.527-.02L7.547%207.31A.91.91%200%201%200%208.85%208.569l3.434-4.297a.39.39%200%200%200-.029-.518z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.664%2015.889A8%208%200%201%201%209.336.11a8%208%200%200%201-2.672%2015.78zm-4.665-4.283A11.95%2011.95%200%200%201%208%2010c2.186%200%204.236.585%206.001%201.606a7%207%200%201%200-12.002%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/speedometer.svg?color=%231a73e8&size=48