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

Name
top-speed-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.518 13.793a.75.75 0 0 1-1.036-1.086A6.5 6.5 0 0 0 16.422 11h-1.174a.75.75 0 0 1 0-1.5h1.232a6.5 6.5 0 0 0-5.729-5.956v1.265c0 .394-.356.691-.751.691c-.394 0-.749-.297-.749-.69V3.544a6.47 6.47 0 0 0-3.285 1.36l.811.812a.75.75 0 0 1-1.06 1.06l-.812-.811A6.47 6.47 0 0 0 3.521 9.5h1.227l.076.004a.75.75 0 0 1 0 1.492L4.748 11h-1.17a6.5 6.5 0 0 0 1.712 3.48l.228.227l.052.056a.75.75 0 0 1-1.088 1.03A8 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 FluentTopSpeed20Filled(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.518 13.793a.75.75 0 0 1-1.036-1.086A6.5 6.5 0 0 0 16.422 11h-1.174a.75.75 0 0 1 0-1.5h1.232a6.5 6.5 0 0 0-5.729-5.956v1.265c0 .394-.356.691-.751.691c-.394 0-.749-.297-.749-.69V3.544a6.47 6.47 0 0 0-3.285 1.36l.811.812a.75.75 0 0 1-1.06 1.06l-.812-.811A6.47 6.47 0 0 0 3.521 9.5h1.227l.076.004a.75.75 0 0 1 0 1.492L4.748 11h-1.17a6.5 6.5 0 0 0 1.712 3.48l.228.227l.052.056a.75.75 0 0 1-1.088 1.03A8 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.518 13.793a.75.75 0 0 1-1.036-1.086A6.5 6.5 0 0 0 16.422 11h-1.174a.75.75 0 0 1 0-1.5h1.232a6.5 6.5 0 0 0-5.729-5.956v1.265c0 .394-.356.691-.751.691c-.394 0-.749-.297-.749-.69V3.544a6.47 6.47 0 0 0-3.285 1.36l.811.812a.75.75 0 0 1-1.06 1.06l-.812-.811A6.47 6.47 0 0 0 3.521 9.5h1.227l.076.004a.75.75 0 0 1 0 1.492L4.748 11h-1.17a6.5 6.5 0 0 0 1.712 3.48l.228.227l.052.056a.75.75 0 0 1-1.088 1.03A8 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-filled {
  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.518%2013.793a.75.75%200%200%201-1.036-1.086A6.5%206.5%200%200%200%2016.422%2011h-1.174a.75.75%200%200%201%200-1.5h1.232a6.5%206.5%200%200%200-5.729-5.956v1.265c0%20.394-.356.691-.751.691c-.394%200-.749-.297-.749-.69V3.544a6.47%206.47%200%200%200-3.285%201.36l.811.812a.75.75%200%200%201-1.06%201.06l-.812-.811A6.47%206.47%200%200%200%203.521%209.5h1.227l.076.004a.75.75%200%200%201%200%201.492L4.748%2011h-1.17a6.5%206.5%200%200%200%201.712%203.48l.228.227l.052.056a.75.75%200%200%201-1.088%201.03A8%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.518%2013.793a.75.75%200%200%201-1.036-1.086A6.5%206.5%200%200%200%2016.422%2011h-1.174a.75.75%200%200%201%200-1.5h1.232a6.5%206.5%200%200%200-5.729-5.956v1.265c0%20.394-.356.691-.751.691c-.394%200-.749-.297-.749-.69V3.544a6.47%206.47%200%200%200-3.285%201.36l.811.812a.75.75%200%200%201-1.06%201.06l-.812-.811A6.47%206.47%200%200%200%203.521%209.5h1.227l.076.004a.75.75%200%200%201%200%201.492L4.748%2011h-1.17a6.5%206.5%200%200%200%201.712%203.48l.228.227l.052.056a.75.75%200%200%201-1.088%201.03A8%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-filled.svg?color=%231a73e8&size=48