fast mode icon
fast-mode-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- fast-mode-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><g fill="none"><path d="M12.677 4.383l4.23 4.23a2.777 2.777 0 0 1-2.606 4.666v.16c0 .86-.698 1.558-1.559 1.558H11V13.75c0-.535-.285-.983-.67-1.28A2.345 2.345 0 0 0 8.903 12H7.5a.5.5 0 1 0 0 1h1.402c.326 0 .617.107.815.26c.199.154.282.33.282.49v1.247H5.558c-.86 0-1.558-.698-1.558-1.558v-2.033c0-.06.001-.119.004-.177a2.121 2.121 0 1 1 2.048-2.925c.446-.194.942-.3 1.464-.3h3.288c.47 0 .919.092 1.329.26a9.48 9.48 0 0 0 .078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16 1.16 0 0 1 1.64-1.641z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentFastMode20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M12.677 4.383l4.23 4.23a2.777 2.777 0 0 1-2.606 4.666v.16c0 .86-.698 1.558-1.559 1.558H11V13.75c0-.535-.285-.983-.67-1.28A2.345 2.345 0 0 0 8.903 12H7.5a.5.5 0 1 0 0 1h1.402c.326 0 .617.107.815.26c.199.154.282.33.282.49v1.247H5.558c-.86 0-1.558-.698-1.558-1.558v-2.033c0-.06.001-.119.004-.177a2.121 2.121 0 1 1 2.048-2.925c.446-.194.942-.3 1.464-.3h3.288c.47 0 .919.092 1.329.26a9.48 9.48 0 0 0 .078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16 1.16 0 0 1 1.64-1.641z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M12.677 4.383l4.23 4.23a2.777 2.777 0 0 1-2.606 4.666v.16c0 .86-.698 1.558-1.559 1.558H11V13.75c0-.535-.285-.983-.67-1.28A2.345 2.345 0 0 0 8.903 12H7.5a.5.5 0 1 0 0 1h1.402c.326 0 .617.107.815.26c.199.154.282.33.282.49v1.247H5.558c-.86 0-1.558-.698-1.558-1.558v-2.033c0-.06.001-.119.004-.177a2.121 2.121 0 1 1 2.048-2.925c.446-.194.942-.3 1.464-.3h3.288c.47 0 .919.092 1.329.26a9.48 9.48 0 0 0 .078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16 1.16 0 0 1 1.64-1.641z" fill="currentColor"/></g></svg> </template>
CSS
.icon-fast-mode-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.677%204.383l4.23%204.23a2.777%202.777%200%200%201-2.606%204.666v.16c0%20.86-.698%201.558-1.559%201.558H11V13.75c0-.535-.285-.983-.67-1.28A2.345%202.345%200%200%200%208.903%2012H7.5a.5.5%200%201%200%200%201h1.402c.326%200%20.617.107.815.26c.199.154.282.33.282.49v1.247H5.558c-.86%200-1.558-.698-1.558-1.558v-2.033c0-.06.001-.119.004-.177a2.121%202.121%200%201%201%202.048-2.925c.446-.194.942-.3%201.464-.3h3.288c.47%200%20.919.092%201.329.26a9.48%209.48%200%200%200%20.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16%201.16%200%200%201%201.64-1.641z%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.677%204.383l4.23%204.23a2.777%202.777%200%200%201-2.606%204.666v.16c0%20.86-.698%201.558-1.559%201.558H11V13.75c0-.535-.285-.983-.67-1.28A2.345%202.345%200%200%200%208.903%2012H7.5a.5.5%200%201%200%200%201h1.402c.326%200%20.617.107.815.26c.199.154.282.33.282.49v1.247H5.558c-.86%200-1.558-.698-1.558-1.558v-2.033c0-.06.001-.119.004-.177a2.121%202.121%200%201%201%202.048-2.925c.446-.194.942-.3%201.464-.3h3.288c.47%200%20.919.092%201.329.26a9.48%209.48%200%200%200%20.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16%201.16%200%200%201%201.64-1.641z%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-20-filled.svg?color=%231a73e8&size=48