slow mode icon
slow-mode-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- slow-mode-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Use the slow 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="M9.103 4.002c-1.476 0-2.499.55-3.215 1.378c-.694.803-1.076 1.839-1.358 2.77L4.272 9H2.5a.5.5 0 0 0-.5.5c0 1.077.497 2.102 1.297 2.63l-.441 1.073a1.31 1.31 0 0 0 1.212 1.81H5.53c.508 0 .97-.294 1.186-.753l.47-1c1.314.182 2.645.181 3.959 0l.47 1c.216.459.678.752 1.186.752h1.448a1.31 1.31 0 0 0 1.212-1.81l-.498-1.206h1.703c.675 0 1.334-.521 1.334-1.256v-.742c0-1.136-.988-1.996-2.121-1.996h-2.075c-.286-.906-.706-1.876-1.408-2.635c-.758-.82-1.818-1.366-3.293-1.366zm5.569 6.995l-.576-1.994h1.783c.657 0 1.121.485 1.121.996v.742c0 .089-.113.256-.334.256h-1.994zm-2.507 2.085c.653-.139 1.3-.323 1.936-.553l.435 1.056a.31.31 0 0 1-.287.428h-1.448a.31.31 0 0 1-.281-.178l-.354-.754zm-7.949-.556c.64.232 1.292.417 1.95.556l-.355.753a.31.31 0 0 1-.28.178H4.067a.311.311 0 0 1-.287-.428l.435-1.06zM3.97 10l-.338 1.116a2.056 2.056 0 0 1-.586-1.116h.924z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentSlowMode20Filled(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="M9.103 4.002c-1.476 0-2.499.55-3.215 1.378c-.694.803-1.076 1.839-1.358 2.77L4.272 9H2.5a.5.5 0 0 0-.5.5c0 1.077.497 2.102 1.297 2.63l-.441 1.073a1.31 1.31 0 0 0 1.212 1.81H5.53c.508 0 .97-.294 1.186-.753l.47-1c1.314.182 2.645.181 3.959 0l.47 1c.216.459.678.752 1.186.752h1.448a1.31 1.31 0 0 0 1.212-1.81l-.498-1.206h1.703c.675 0 1.334-.521 1.334-1.256v-.742c0-1.136-.988-1.996-2.121-1.996h-2.075c-.286-.906-.706-1.876-1.408-2.635c-.758-.82-1.818-1.366-3.293-1.366zm5.569 6.995l-.576-1.994h1.783c.657 0 1.121.485 1.121.996v.742c0 .089-.113.256-.334.256h-1.994zm-2.507 2.085c.653-.139 1.3-.323 1.936-.553l.435 1.056a.31.31 0 0 1-.287.428h-1.448a.31.31 0 0 1-.281-.178l-.354-.754zm-7.949-.556c.64.232 1.292.417 1.95.556l-.355.753a.31.31 0 0 1-.28.178H4.067a.311.311 0 0 1-.287-.428l.435-1.06zM3.97 10l-.338 1.116a2.056 2.056 0 0 1-.586-1.116h.924z" 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="M9.103 4.002c-1.476 0-2.499.55-3.215 1.378c-.694.803-1.076 1.839-1.358 2.77L4.272 9H2.5a.5.5 0 0 0-.5.5c0 1.077.497 2.102 1.297 2.63l-.441 1.073a1.31 1.31 0 0 0 1.212 1.81H5.53c.508 0 .97-.294 1.186-.753l.47-1c1.314.182 2.645.181 3.959 0l.47 1c.216.459.678.752 1.186.752h1.448a1.31 1.31 0 0 0 1.212-1.81l-.498-1.206h1.703c.675 0 1.334-.521 1.334-1.256v-.742c0-1.136-.988-1.996-2.121-1.996h-2.075c-.286-.906-.706-1.876-1.408-2.635c-.758-.82-1.818-1.366-3.293-1.366zm5.569 6.995l-.576-1.994h1.783c.657 0 1.121.485 1.121.996v.742c0 .089-.113.256-.334.256h-1.994zm-2.507 2.085c.653-.139 1.3-.323 1.936-.553l.435 1.056a.31.31 0 0 1-.287.428h-1.448a.31.31 0 0 1-.281-.178l-.354-.754zm-7.949-.556c.64.232 1.292.417 1.95.556l-.355.753a.31.31 0 0 1-.28.178H4.067a.311.311 0 0 1-.287-.428l.435-1.06zM3.97 10l-.338 1.116a2.056 2.056 0 0 1-.586-1.116h.924z" fill="currentColor"/></g></svg> </template>
CSS
.icon-slow-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%22M9.103%204.002c-1.476%200-2.499.55-3.215%201.378c-.694.803-1.076%201.839-1.358%202.77L4.272%209H2.5a.5.5%200%200%200-.5.5c0%201.077.497%202.102%201.297%202.63l-.441%201.073a1.31%201.31%200%200%200%201.212%201.81H5.53c.508%200%20.97-.294%201.186-.753l.47-1c1.314.182%202.645.181%203.959%200l.47%201c.216.459.678.752%201.186.752h1.448a1.31%201.31%200%200%200%201.212-1.81l-.498-1.206h1.703c.675%200%201.334-.521%201.334-1.256v-.742c0-1.136-.988-1.996-2.121-1.996h-2.075c-.286-.906-.706-1.876-1.408-2.635c-.758-.82-1.818-1.366-3.293-1.366zm5.569%206.995l-.576-1.994h1.783c.657%200%201.121.485%201.121.996v.742c0%20.089-.113.256-.334.256h-1.994zm-2.507%202.085c.653-.139%201.3-.323%201.936-.553l.435%201.056a.31.31%200%200%201-.287.428h-1.448a.31.31%200%200%201-.281-.178l-.354-.754zm-7.949-.556c.64.232%201.292.417%201.95.556l-.355.753a.31.31%200%200%201-.28.178H4.067a.311.311%200%200%201-.287-.428l.435-1.06zM3.97%2010l-.338%201.116a2.056%202.056%200%200%201-.586-1.116h.924z%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%22M9.103%204.002c-1.476%200-2.499.55-3.215%201.378c-.694.803-1.076%201.839-1.358%202.77L4.272%209H2.5a.5.5%200%200%200-.5.5c0%201.077.497%202.102%201.297%202.63l-.441%201.073a1.31%201.31%200%200%200%201.212%201.81H5.53c.508%200%20.97-.294%201.186-.753l.47-1c1.314.182%202.645.181%203.959%200l.47%201c.216.459.678.752%201.186.752h1.448a1.31%201.31%200%200%200%201.212-1.81l-.498-1.206h1.703c.675%200%201.334-.521%201.334-1.256v-.742c0-1.136-.988-1.996-2.121-1.996h-2.075c-.286-.906-.706-1.876-1.408-2.635c-.758-.82-1.818-1.366-3.293-1.366zm5.569%206.995l-.576-1.994h1.783c.657%200%201.121.485%201.121.996v.742c0%20.089-.113.256-.334.256h-1.994zm-2.507%202.085c.653-.139%201.3-.323%201.936-.553l.435%201.056a.31.31%200%200%201-.287.428h-1.448a.31.31%200%200%201-.281-.178l-.354-.754zm-7.949-.556c.64.232%201.292.417%201.95.556l-.355.753a.31.31%200%200%201-.28.178H4.067a.311.311%200%200%201-.287-.428l.435-1.06zM3.97%2010l-.338%201.116a2.056%202.056%200%200%201-.586-1.116h.924z%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/slow-mode-20-filled.svg?color=%231a73e8&size=48