speedometer2 icon

speedometer2 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
speedometer2
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Use the speedometer2 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 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.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 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.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 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z"/><path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911c-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3"/></g></svg>

React

import type { SVGProps } from "react";

export function BiSpeedometer2(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 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.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 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.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 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z"/><path fillRule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911c-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3"/></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 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.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 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.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 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z"/><path fill-rule="evenodd" d="M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911c-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3"/></g></svg>
</template>

CSS

.icon-speedometer2 {
  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%204a.5.5%200%200%201%20.5.5V6a.5.5%200%200%201-1%200V4.5A.5.5%200%200%201%208%204M3.732%205.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%2010a.5.5%200%200%201%20.5-.5h1.586a.5.5%200%200%201%200%201H2.5A.5.5%200%200%201%202%2010m9.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%209.31a.91.91%200%201%200%201.302%201.258l3.434-4.297a.39.39%200%200%200-.029-.518z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%2010a8%208%200%201%201%2015.547%202.661c-.442%201.253-1.845%201.602-2.932%201.25C11.309%2013.488%209.475%2013%208%2013c-1.474%200-3.31.488-4.615.911c-1.087.352-2.49.003-2.932-1.25A8%208%200%200%201%200%2010m8-7a7%207%200%200%200-6.603%209.329c.203.575.923.876%201.68.63C4.397%2012.533%206.358%2012%208%2012s3.604.532%204.923.96c.757.245%201.477-.056%201.68-.631A7%207%200%200%200%208%203%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%204a.5.5%200%200%201%20.5.5V6a.5.5%200%200%201-1%200V4.5A.5.5%200%200%201%208%204M3.732%205.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%2010a.5.5%200%200%201%20.5-.5h1.586a.5.5%200%200%201%200%201H2.5A.5.5%200%200%201%202%2010m9.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%209.31a.91.91%200%201%200%201.302%201.258l3.434-4.297a.39.39%200%200%200-.029-.518z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%2010a8%208%200%201%201%2015.547%202.661c-.442%201.253-1.845%201.602-2.932%201.25C11.309%2013.488%209.475%2013%208%2013c-1.474%200-3.31.488-4.615.911c-1.087.352-2.49.003-2.932-1.25A8%208%200%200%201%200%2010m8-7a7%207%200%200%200-6.603%209.329c.203.575.923.876%201.68.63C4.397%2012.533%206.358%2012%208%2012s3.604.532%204.923.96c.757.245%201.477-.056%201.68-.631A7%207%200%200%200%208%203%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/speedometer2.svg?color=%231a73e8&size=48