spedometer max icon

spedometer-max-bold-duotone from Solar by 480 Design · Bold Duotone · CC-BY-4.0 Attribution required.

Name
spedometer-max-bold-duotone
Set
Solar
Style
Bold Duotone
Viewbox
24×24
License
CC BY 4.0

Related icons in Solar

Use the spedometer max icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.115 14.353a3 3 0 0 1 0-4.249a3.01 3.01 0 0 1 4.254 0c.447.446.76 1.373.975 2.35c.321 1.46.482 2.19-.1 2.772s-1.314.42-2.776.1c-.978-.216-1.906-.527-2.353-.974"/><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5"/><path fill="currentColor" d="M4.42 5.476q.49-.566 1.057-1.055l.053.048l1.5 1.5A.75.75 0 0 1 5.97 7.03l-1.5-1.5zM2.028 12.75a10 10 0 0 1 0-1.5H4a.75.75 0 0 1 0 1.5zm3.448 6.83a10 10 0 0 1-1.055-1.056l.049-.055l1.5-1.5a.75.75 0 0 1 1.06 1.061l-1.5 1.5zm14.104-1.056q-.49.566-1.056 1.055l-.054-.049l-1.5-1.5a.75.75 0 1 1 1.06-1.06l1.5 1.5zm2.392-7.274a10 10 0 0 1 0 1.5H20a.75.75 0 0 1 0-1.5zm-3.448-6.83q.566.49 1.055 1.056l-.049.054l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5zM12.75 2.028V4a.75.75 0 0 1-1.5 0V2.028a10 10 0 0 1 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function SolarSpedometerMaxBoldDuotone(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="M10.115 14.353a3 3 0 0 1 0-4.249a3.01 3.01 0 0 1 4.254 0c.447.446.76 1.373.975 2.35c.321 1.46.482 2.19-.1 2.772s-1.314.42-2.776.1c-.978-.216-1.906-.527-2.353-.974"/><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5"/><path fill="currentColor" d="M4.42 5.476q.49-.566 1.057-1.055l.053.048l1.5 1.5A.75.75 0 0 1 5.97 7.03l-1.5-1.5zM2.028 12.75a10 10 0 0 1 0-1.5H4a.75.75 0 0 1 0 1.5zm3.448 6.83a10 10 0 0 1-1.055-1.056l.049-.055l1.5-1.5a.75.75 0 0 1 1.06 1.061l-1.5 1.5zm14.104-1.056q-.49.566-1.056 1.055l-.054-.049l-1.5-1.5a.75.75 0 1 1 1.06-1.06l1.5 1.5zm2.392-7.274a10 10 0 0 1 0 1.5H20a.75.75 0 0 1 0-1.5zm-3.448-6.83q.566.49 1.055 1.056l-.049.054l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5zM12.75 2.028V4a.75.75 0 0 1-1.5 0V2.028a10 10 0 0 1 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.115 14.353a3 3 0 0 1 0-4.249a3.01 3.01 0 0 1 4.254 0c.447.446.76 1.373.975 2.35c.321 1.46.482 2.19-.1 2.772s-1.314.42-2.776.1c-.978-.216-1.906-.527-2.353-.974"/><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5"/><path fill="currentColor" d="M4.42 5.476q.49-.566 1.057-1.055l.053.048l1.5 1.5A.75.75 0 0 1 5.97 7.03l-1.5-1.5zM2.028 12.75a10 10 0 0 1 0-1.5H4a.75.75 0 0 1 0 1.5zm3.448 6.83a10 10 0 0 1-1.055-1.056l.049-.055l1.5-1.5a.75.75 0 0 1 1.06 1.061l-1.5 1.5zm14.104-1.056q-.49.566-1.056 1.055l-.054-.049l-1.5-1.5a.75.75 0 1 1 1.06-1.06l1.5 1.5zm2.392-7.274a10 10 0 0 1 0 1.5H20a.75.75 0 0 1 0-1.5zm-3.448-6.83q.566.49 1.055 1.056l-.049.054l-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5zM12.75 2.028V4a.75.75 0 0 1-1.5 0V2.028a10 10 0 0 1 1.5 0"/></svg>
</template>

CSS

.icon-spedometer-max-bold-duotone {
  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%22M10.115%2014.353a3%203%200%200%201%200-4.249a3.01%203.01%200%200%201%204.254%200c.447.446.76%201.373.975%202.35c.321%201.46.482%202.19-.1%202.772s-1.314.42-2.776.1c-.978-.216-1.906-.527-2.353-.974%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.42%205.476q.49-.566%201.057-1.055l.053.048l1.5%201.5A.75.75%200%200%201%205.97%207.03l-1.5-1.5zM2.028%2012.75a10%2010%200%200%201%200-1.5H4a.75.75%200%200%201%200%201.5zm3.448%206.83a10%2010%200%200%201-1.055-1.056l.049-.055l1.5-1.5a.75.75%200%200%201%201.06%201.061l-1.5%201.5zm14.104-1.056q-.49.566-1.056%201.055l-.054-.049l-1.5-1.5a.75.75%200%201%201%201.06-1.06l1.5%201.5zm2.392-7.274a10%2010%200%200%201%200%201.5H20a.75.75%200%200%201%200-1.5zm-3.448-6.83q.566.49%201.055%201.056l-.049.054l-1.5%201.5a.75.75%200%201%201-1.06-1.06l1.5-1.5zM12.75%202.028V4a.75.75%200%200%201-1.5%200V2.028a10%2010%200%200%201%201.5%200%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%22M10.115%2014.353a3%203%200%200%201%200-4.249a3.01%203.01%200%200%201%204.254%200c.447.446.76%201.373.975%202.35c.321%201.46.482%202.19-.1%202.772s-1.314.42-2.776.1c-.978-.216-1.906-.527-2.353-.974%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.42%205.476q.49-.566%201.057-1.055l.053.048l1.5%201.5A.75.75%200%200%201%205.97%207.03l-1.5-1.5zM2.028%2012.75a10%2010%200%200%201%200-1.5H4a.75.75%200%200%201%200%201.5zm3.448%206.83a10%2010%200%200%201-1.055-1.056l.049-.055l1.5-1.5a.75.75%200%200%201%201.06%201.061l-1.5%201.5zm14.104-1.056q-.49.566-1.056%201.055l-.054-.049l-1.5-1.5a.75.75%200%201%201%201.06-1.06l1.5%201.5zm2.392-7.274a10%2010%200%200%201%200%201.5H20a.75.75%200%200%201%200-1.5zm-3.448-6.83q.566.49%201.055%201.056l-.049.054l-1.5%201.5a.75.75%200%201%201-1.06-1.06l1.5-1.5zM12.75%202.028V4a.75.75%200%200%201-1.5%200V2.028a10%2010%200%200%201%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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