top-speed-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
top-speed-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

4 other variants in Fluent UI System Icons

Use the top speed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 5.44 13.866l-.082.062a.5.5 0 0 1-.6-.794l.254-.246A6.97 6.97 0 0 0 16.98 10.5h-1.503A.49.49 0 0 1 15 10c0-.268.208-.5.477-.5h1.503a7 7 0 0 0-6.479-6.48v1.502A.49.49 0 0 1 10 5a.49.49 0 0 1-.499-.476V3.02a6.97 6.97 0 0 0-4.083 1.69l1.063 1.063a.49.49 0 0 1-.016.69a.49.49 0 0 1-.69.017L4.71 5.417A6.97 6.97 0 0 0 3.02 9.5h1.503A.49.49 0 0 1 5 10a.49.49 0 0 1-.477.5H3.02a6.97 6.97 0 0 0 1.968 4.388l.253.246l.067.075a.5.5 0 0 1-.747.657A8 8 0 0 1 10 2m3.196 4.102a.502.502 0 0 1 .74.64v.002l-.001.002l-.005.009l-.02.037l-.078.138a195 195 0 0 1-1.15 2.026a80 80 0 0 1-.947 1.61c-.141.232-.271.44-.38.603a3 3 0 0 1-.295.391a1.5 1.5 0 0 1-2.12-2.12c.123-.124.464-.4.865-.718c.415-.33.93-.73 1.432-1.118a347 347 0 0 1 1.795-1.376l.121-.093l.032-.025l.01-.006z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTopSpeed20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 5.44 13.866l-.082.062a.5.5 0 0 1-.6-.794l.254-.246A6.97 6.97 0 0 0 16.98 10.5h-1.503A.49.49 0 0 1 15 10c0-.268.208-.5.477-.5h1.503a7 7 0 0 0-6.479-6.48v1.502A.49.49 0 0 1 10 5a.49.49 0 0 1-.499-.476V3.02a6.97 6.97 0 0 0-4.083 1.69l1.063 1.063a.49.49 0 0 1-.016.69a.49.49 0 0 1-.69.017L4.71 5.417A6.97 6.97 0 0 0 3.02 9.5h1.503A.49.49 0 0 1 5 10a.49.49 0 0 1-.477.5H3.02a6.97 6.97 0 0 0 1.968 4.388l.253.246l.067.075a.5.5 0 0 1-.747.657A8 8 0 0 1 10 2m3.196 4.102a.502.502 0 0 1 .74.64v.002l-.001.002l-.005.009l-.02.037l-.078.138a195 195 0 0 1-1.15 2.026a80 80 0 0 1-.947 1.61c-.141.232-.271.44-.38.603a3 3 0 0 1-.295.391a1.5 1.5 0 0 1-2.12-2.12c.123-.124.464-.4.865-.718c.415-.33.93-.73 1.432-1.118a347 347 0 0 1 1.795-1.376l.121-.093l.032-.025l.01-.006z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 5.44 13.866l-.082.062a.5.5 0 0 1-.6-.794l.254-.246A6.97 6.97 0 0 0 16.98 10.5h-1.503A.49.49 0 0 1 15 10c0-.268.208-.5.477-.5h1.503a7 7 0 0 0-6.479-6.48v1.502A.49.49 0 0 1 10 5a.49.49 0 0 1-.499-.476V3.02a6.97 6.97 0 0 0-4.083 1.69l1.063 1.063a.49.49 0 0 1-.016.69a.49.49 0 0 1-.69.017L4.71 5.417A6.97 6.97 0 0 0 3.02 9.5h1.503A.49.49 0 0 1 5 10a.49.49 0 0 1-.477.5H3.02a6.97 6.97 0 0 0 1.968 4.388l.253.246l.067.075a.5.5 0 0 1-.747.657A8 8 0 0 1 10 2m3.196 4.102a.502.502 0 0 1 .74.64v.002l-.001.002l-.005.009l-.02.037l-.078.138a195 195 0 0 1-1.15 2.026a80 80 0 0 1-.947 1.61c-.141.232-.271.44-.38.603a3 3 0 0 1-.295.391a1.5 1.5 0 0 1-2.12-2.12c.123-.124.464-.4.865-.718c.415-.33.93-.73 1.432-1.118a347 347 0 0 1 1.795-1.376l.121-.093l.032-.025l.01-.006z"/></svg>
</template>

CSS

.icon-top-speed-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%205.44%2013.866l-.082.062a.5.5%200%200%201-.6-.794l.254-.246A6.97%206.97%200%200%200%2016.98%2010.5h-1.503A.49.49%200%200%201%2015%2010c0-.268.208-.5.477-.5h1.503a7%207%200%200%200-6.479-6.48v1.502A.49.49%200%200%201%2010%205a.49.49%200%200%201-.499-.476V3.02a6.97%206.97%200%200%200-4.083%201.69l1.063%201.063a.49.49%200%200%201-.016.69a.49.49%200%200%201-.69.017L4.71%205.417A6.97%206.97%200%200%200%203.02%209.5h1.503A.49.49%200%200%201%205%2010a.49.49%200%200%201-.477.5H3.02a6.97%206.97%200%200%200%201.968%204.388l.253.246l.067.075a.5.5%200%200%201-.747.657A8%208%200%200%201%2010%202m3.196%204.102a.502.502%200%200%201%20.74.64v.002l-.001.002l-.005.009l-.02.037l-.078.138a195%20195%200%200%201-1.15%202.026a80%2080%200%200%201-.947%201.61c-.141.232-.271.44-.38.603a3%203%200%200%201-.295.391a1.5%201.5%200%200%201-2.12-2.12c.123-.124.464-.4.865-.718c.415-.33.93-.73%201.432-1.118a347%20347%200%200%201%201.795-1.376l.121-.093l.032-.025l.01-.006z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%205.44%2013.866l-.082.062a.5.5%200%200%201-.6-.794l.254-.246A6.97%206.97%200%200%200%2016.98%2010.5h-1.503A.49.49%200%200%201%2015%2010c0-.268.208-.5.477-.5h1.503a7%207%200%200%200-6.479-6.48v1.502A.49.49%200%200%201%2010%205a.49.49%200%200%201-.499-.476V3.02a6.97%206.97%200%200%200-4.083%201.69l1.063%201.063a.49.49%200%200%201-.016.69a.49.49%200%200%201-.69.017L4.71%205.417A6.97%206.97%200%200%200%203.02%209.5h1.503A.49.49%200%200%201%205%2010a.49.49%200%200%201-.477.5H3.02a6.97%206.97%200%200%200%201.968%204.388l.253.246l.067.075a.5.5%200%200%201-.747.657A8%208%200%200%201%2010%202m3.196%204.102a.502.502%200%200%201%20.74.64v.002l-.001.002l-.005.009l-.02.037l-.078.138a195%20195%200%200%201-1.15%202.026a80%2080%200%200%201-.947%201.61c-.141.232-.271.44-.38.603a3%203%200%200%201-.295.391a1.5%201.5%200%200%201-2.12-2.12c.123-.124.464-.4.865-.718c.415-.33.93-.73%201.432-1.118a347%20347%200%200%201%201.795-1.376l.121-.093l.032-.025l.01-.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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