round-speed from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
round-speed
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the round speed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.46 10a1 1 0 0 0-.07 1a7.6 7.6 0 0 1 .52 1.81a8 8 0 0 1-.69 4.73a1 1 0 0 1-.89.53H5.68a1 1 0 0 1-.89-.54A8 8 0 0 1 13 6.06a7.7 7.7 0 0 1 2.11.56a1 1 0 0 0 1-.07a1 1 0 0 0-.17-1.76A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1a10 10 0 0 0 .55-8.89a1 1 0 0 0-1.75-.11"/><path fill="currentColor" d="M10.59 12.59a2 2 0 0 0 2.83 2.83l5.66-8.49z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSpeed(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="M19.46 10a1 1 0 0 0-.07 1a7.6 7.6 0 0 1 .52 1.81a8 8 0 0 1-.69 4.73a1 1 0 0 1-.89.53H5.68a1 1 0 0 1-.89-.54A8 8 0 0 1 13 6.06a7.7 7.7 0 0 1 2.11.56a1 1 0 0 0 1-.07a1 1 0 0 0-.17-1.76A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1a10 10 0 0 0 .55-8.89a1 1 0 0 0-1.75-.11"/><path fill="currentColor" d="M10.59 12.59a2 2 0 0 0 2.83 2.83l5.66-8.49z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.46 10a1 1 0 0 0-.07 1a7.6 7.6 0 0 1 .52 1.81a8 8 0 0 1-.69 4.73a1 1 0 0 1-.89.53H5.68a1 1 0 0 1-.89-.54A8 8 0 0 1 13 6.06a7.7 7.7 0 0 1 2.11.56a1 1 0 0 0 1-.07a1 1 0 0 0-.17-1.76A10 10 0 0 0 3.35 19a2 2 0 0 0 1.72 1h13.85a2 2 0 0 0 1.74-1a10 10 0 0 0 .55-8.89a1 1 0 0 0-1.75-.11"/><path fill="currentColor" d="M10.59 12.59a2 2 0 0 0 2.83 2.83l5.66-8.49z"/></svg>
</template>

CSS

.icon-round-speed {
  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%22M19.46%2010a1%201%200%200%200-.07%201a7.6%207.6%200%200%201%20.52%201.81a8%208%200%200%201-.69%204.73a1%201%200%200%201-.89.53H5.68a1%201%200%200%201-.89-.54A8%208%200%200%201%2013%206.06a7.7%207.7%200%200%201%202.11.56a1%201%200%200%200%201-.07a1%201%200%200%200-.17-1.76A10%2010%200%200%200%203.35%2019a2%202%200%200%200%201.72%201h13.85a2%202%200%200%200%201.74-1a10%2010%200%200%200%20.55-8.89a1%201%200%200%200-1.75-.11%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.59%2012.59a2%202%200%200%200%202.83%202.83l5.66-8.49z%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%22M19.46%2010a1%201%200%200%200-.07%201a7.6%207.6%200%200%201%20.52%201.81a8%208%200%200%201-.69%204.73a1%201%200%200%201-.89.53H5.68a1%201%200%200%201-.89-.54A8%208%200%200%201%2013%206.06a7.7%207.7%200%200%201%202.11.56a1%201%200%200%200%201-.07a1%201%200%200%200-.17-1.76A10%2010%200%200%200%203.35%2019a2%202%200%200%200%201.72%201h13.85a2%202%200%200%200%201.74-1a10%2010%200%200%200%20.55-8.89a1%201%200%200%200-1.75-.11%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.59%2012.59a2%202%200%200%200%202.83%202.83l5.66-8.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-speed.svg?color=%231a73e8&size=48