fast mode icon
fast-mode-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- fast-mode-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the fast mode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.526 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53c0-.036 0-.07.002-.105A1.783 1.783 0 1 1 5.43 7.008c.078-.005.157-.008.237-.008h3.143c.354 0 .692.057 1.001.183a1.84 1.84 0 0 0 .119-.309c.06-.182.125-.382.207-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentFastMode16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.526 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53c0-.036 0-.07.002-.105A1.783 1.783 0 1 1 5.43 7.008c.078-.005.157-.008.237-.008h3.143c.354 0 .692.057 1.001.183a1.84 1.84 0 0 0 .119-.309c.06-.182.125-.382.207-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.526 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53c0-.036 0-.07.002-.105A1.783 1.783 0 1 1 5.43 7.008c.078-.005.157-.008.237-.008h3.143c.354 0 .692.057 1.001.183a1.84 1.84 0 0 0 .119-.309c.06-.182.125-.382.207-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235z" fill="currentColor"/></g></svg> </template>
CSS
.icon-fast-mode-16-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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.202%204.004l3.185%203.185a2.092%202.092%200%200%201-1.962%203.515v.12c0%20.648-.526%201.174-1.174%201.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5%200%201%200%200%201h1c.373%200%20.563.253.563.5v.498h-2.89A1.174%201.174%200%200%201%203%2010.824v-1.53c0-.036%200-.07.002-.105A1.783%201.783%200%201%201%205.43%207.008c.078-.005.157-.008.237-.008h3.143c.354%200%20.692.057%201.001.183a1.84%201.84%200%200%200%20.119-.309c.06-.182.125-.382.207-.465l-1.17-1.17a.874.874%200%200%201%201.236-1.235z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.202%204.004l3.185%203.185a2.092%202.092%200%200%201-1.962%203.515v.12c0%20.648-.526%201.174-1.174%201.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5%200%201%200%200%201h1c.373%200%20.563.253.563.5v.498h-2.89A1.174%201.174%200%200%201%203%2010.824v-1.53c0-.036%200-.07.002-.105A1.783%201.783%200%201%201%205.43%207.008c.078-.005.157-.008.237-.008h3.143c.354%200%20.692.057%201.001.183a1.84%201.84%200%200%200%20.119-.309c.06-.182.125-.382.207-.465l-1.17-1.17a.874.874%200%200%201%201.236-1.235z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fast-mode-16-filled.svg?color=%231a73e8&size=48