top speed icon
top-speed-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- top-speed-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.714 7.777a1 1 0 0 1-1.258-1.554A8 8 0 0 0 19.936 13h-1.522c-.524 0-.914-.477-.914-1.001s.39-.999.913-.999h1.523A8 8 0 0 0 13 4.063v1.523c0 .523-.477.914-1 .914s-1-.39-1-.914V4.063a7.96 7.96 0 0 0-3.904 1.619l1.076 1.076c.37.37.31.983-.06 1.353s-.984.43-1.354.06L5.682 7.097A7.96 7.96 0 0 0 4.063 11h1.524c.523 0 .913.476.913.999c0 .524-.39 1.001-.914 1.001H4.064a7.98 7.98 0 0 0 2.576 4.938l.332.284l.076.068a1 1 0 0 1-1.252 1.547l-.082-.06l-.415-.355A9.98 9.98 0 0 1 2 12C2 6.477 6.477 2 12 2m3.951 4.65c.23-.194.57-.2.808-.016s.31.508.17.772l-.131.25a396 396 0 0 1-1.44 2.696c-.406.753-.827 1.526-1.174 2.145c-.174.309-.331.583-.46.798a5 5 0 0 1-.324.497a1.934 1.934 0 0 1-2.676.306a1.84 1.84 0 0 1-.313-2.62c.088-.108.248-.263.42-.422c.185-.172.42-.385.689-.621c.535-.474 1.207-1.052 1.863-1.612a376 376 0 0 1 2.351-1.991z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTopSpeed24Filled(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="M12 2c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.714 7.777a1 1 0 0 1-1.258-1.554A8 8 0 0 0 19.936 13h-1.522c-.524 0-.914-.477-.914-1.001s.39-.999.913-.999h1.523A8 8 0 0 0 13 4.063v1.523c0 .523-.477.914-1 .914s-1-.39-1-.914V4.063a7.96 7.96 0 0 0-3.904 1.619l1.076 1.076c.37.37.31.983-.06 1.353s-.984.43-1.354.06L5.682 7.097A7.96 7.96 0 0 0 4.063 11h1.524c.523 0 .913.476.913.999c0 .524-.39 1.001-.914 1.001H4.064a7.98 7.98 0 0 0 2.576 4.938l.332.284l.076.068a1 1 0 0 1-1.252 1.547l-.082-.06l-.415-.355A9.98 9.98 0 0 1 2 12C2 6.477 6.477 2 12 2m3.951 4.65c.23-.194.57-.2.808-.016s.31.508.17.772l-.131.25a396 396 0 0 1-1.44 2.696c-.406.753-.827 1.526-1.174 2.145c-.174.309-.331.583-.46.798a5 5 0 0 1-.324.497a1.934 1.934 0 0 1-2.676.306a1.84 1.84 0 0 1-.313-2.62c.088-.108.248-.263.42-.422c.185-.172.42-.385.689-.621c.535-.474 1.207-1.052 1.863-1.612a376 376 0 0 1 2.351-1.991z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.714 7.777a1 1 0 0 1-1.258-1.554A8 8 0 0 0 19.936 13h-1.522c-.524 0-.914-.477-.914-1.001s.39-.999.913-.999h1.523A8 8 0 0 0 13 4.063v1.523c0 .523-.477.914-1 .914s-1-.39-1-.914V4.063a7.96 7.96 0 0 0-3.904 1.619l1.076 1.076c.37.37.31.983-.06 1.353s-.984.43-1.354.06L5.682 7.097A7.96 7.96 0 0 0 4.063 11h1.524c.523 0 .913.476.913.999c0 .524-.39 1.001-.914 1.001H4.064a7.98 7.98 0 0 0 2.576 4.938l.332.284l.076.068a1 1 0 0 1-1.252 1.547l-.082-.06l-.415-.355A9.98 9.98 0 0 1 2 12C2 6.477 6.477 2 12 2m3.951 4.65c.23-.194.57-.2.808-.016s.31.508.17.772l-.131.25a396 396 0 0 1-1.44 2.696c-.406.753-.827 1.526-1.174 2.145c-.174.309-.331.583-.46.798a5 5 0 0 1-.324.497a1.934 1.934 0 0 1-2.676.306a1.84 1.84 0 0 1-.313-2.62c.088-.108.248-.263.42-.422c.185-.172.42-.385.689-.621c.535-.474 1.207-1.052 1.863-1.612a376 376 0 0 1 2.351-1.991z"/></svg> </template>
CSS
.icon-top-speed-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.714%207.777a1%201%200%200%201-1.258-1.554A8%208%200%200%200%2019.936%2013h-1.522c-.524%200-.914-.477-.914-1.001s.39-.999.913-.999h1.523A8%208%200%200%200%2013%204.063v1.523c0%20.523-.477.914-1%20.914s-1-.39-1-.914V4.063a7.96%207.96%200%200%200-3.904%201.619l1.076%201.076c.37.37.31.983-.06%201.353s-.984.43-1.354.06L5.682%207.097A7.96%207.96%200%200%200%204.063%2011h1.524c.523%200%20.913.476.913.999c0%20.524-.39%201.001-.914%201.001H4.064a7.98%207.98%200%200%200%202.576%204.938l.332.284l.076.068a1%201%200%200%201-1.252%201.547l-.082-.06l-.415-.355A9.98%209.98%200%200%201%202%2012C2%206.477%206.477%202%2012%202m3.951%204.65c.23-.194.57-.2.808-.016s.31.508.17.772l-.131.25a396%20396%200%200%201-1.44%202.696c-.406.753-.827%201.526-1.174%202.145c-.174.309-.331.583-.46.798a5%205%200%200%201-.324.497a1.934%201.934%200%200%201-2.676.306a1.84%201.84%200%200%201-.313-2.62c.088-.108.248-.263.42-.422c.185-.172.42-.385.689-.621c.535-.474%201.207-1.052%201.863-1.612a376%20376%200%200%201%202.351-1.991z%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%22M12%202c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.714%207.777a1%201%200%200%201-1.258-1.554A8%208%200%200%200%2019.936%2013h-1.522c-.524%200-.914-.477-.914-1.001s.39-.999.913-.999h1.523A8%208%200%200%200%2013%204.063v1.523c0%20.523-.477.914-1%20.914s-1-.39-1-.914V4.063a7.96%207.96%200%200%200-3.904%201.619l1.076%201.076c.37.37.31.983-.06%201.353s-.984.43-1.354.06L5.682%207.097A7.96%207.96%200%200%200%204.063%2011h1.524c.523%200%20.913.476.913.999c0%20.524-.39%201.001-.914%201.001H4.064a7.98%207.98%200%200%200%202.576%204.938l.332.284l.076.068a1%201%200%200%201-1.252%201.547l-.082-.06l-.415-.355A9.98%209.98%200%200%201%202%2012C2%206.477%206.477%202%2012%202m3.951%204.65c.23-.194.57-.2.808-.016s.31.508.17.772l-.131.25a396%20396%200%200%201-1.44%202.696c-.406.753-.827%201.526-1.174%202.145c-.174.309-.331.583-.46.798a5%205%200%200%201-.324.497a1.934%201.934%200%200%201-2.676.306a1.84%201.84%200%200%201-.313-2.62c.088-.108.248-.263.42-.422c.185-.172.42-.385.689-.621c.535-.474%201.207-1.052%201.863-1.612a376%20376%200%200%201%202.351-1.991z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/top-speed-24-filled.svg?color=%231a73e8&size=48