slow-mode-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
slow-mode-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><g fill="none"><path d="M7.343 3.989c-1.856 0-3.032 1.316-3.484 2.807l-.06.2H2.497a.5.5 0 0 0-.5.5c0 .686.19 1.328.522 1.813c.117.171.256.328.415.458l-.299.725a1.094 1.094 0 0 0 1.012 1.511H4.72c.424 0 .81-.245.99-.628l.304-.645a10.72 10.72 0 0 0 2.746 0l.303.645c.18.383.567.628.99.628h1.063a1.093 1.093 0 0 0 1.012-1.511l-.202-.49h.965c.617 0 1.112-.525 1.112-1.132v-.62c0-.94-.734-1.75-1.69-1.75h-1.464c-.534-1.385-1.793-2.511-3.506-2.511zm4.244 5.013L11.154 7.5h1.159c.357 0 .69.314.69.75v.62a.14.14 0 0 1-.041.096c-.028.028-.055.036-.071.036h-1.304zM9.78 10.547c.388-.088.773-.199 1.153-.331l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.402zm-5.947-.334c.383.134.771.246 1.163.335l-.19.4a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66zm-.336-2.217l-.202.67a2.082 2.082 0 0 1-.25-.67h.452z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentSlowMode16Filled(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="M7.343 3.989c-1.856 0-3.032 1.316-3.484 2.807l-.06.2H2.497a.5.5 0 0 0-.5.5c0 .686.19 1.328.522 1.813c.117.171.256.328.415.458l-.299.725a1.094 1.094 0 0 0 1.012 1.511H4.72c.424 0 .81-.245.99-.628l.304-.645a10.72 10.72 0 0 0 2.746 0l.303.645c.18.383.567.628.99.628h1.063a1.093 1.093 0 0 0 1.012-1.511l-.202-.49h.965c.617 0 1.112-.525 1.112-1.132v-.62c0-.94-.734-1.75-1.69-1.75h-1.464c-.534-1.385-1.793-2.511-3.506-2.511zm4.244 5.013L11.154 7.5h1.159c.357 0 .69.314.69.75v.62a.14.14 0 0 1-.041.096c-.028.028-.055.036-.071.036h-1.304zM9.78 10.547c.388-.088.773-.199 1.153-.331l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.402zm-5.947-.334c.383.134.771.246 1.163.335l-.19.4a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66zm-.336-2.217l-.202.67a2.082 2.082 0 0 1-.25-.67h.452z" 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="M7.343 3.989c-1.856 0-3.032 1.316-3.484 2.807l-.06.2H2.497a.5.5 0 0 0-.5.5c0 .686.19 1.328.522 1.813c.117.171.256.328.415.458l-.299.725a1.094 1.094 0 0 0 1.012 1.511H4.72c.424 0 .81-.245.99-.628l.304-.645a10.72 10.72 0 0 0 2.746 0l.303.645c.18.383.567.628.99.628h1.063a1.093 1.093 0 0 0 1.012-1.511l-.202-.49h.965c.617 0 1.112-.525 1.112-1.132v-.62c0-.94-.734-1.75-1.69-1.75h-1.464c-.534-1.385-1.793-2.511-3.506-2.511zm4.244 5.013L11.154 7.5h1.159c.357 0 .69.314.69.75v.62a.14.14 0 0 1-.041.096c-.028.028-.055.036-.071.036h-1.304zM9.78 10.547c.388-.088.773-.199 1.153-.331l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.402zm-5.947-.334c.383.134.771.246 1.163.335l-.19.4a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66zm-.336-2.217l-.202.67a2.082 2.082 0 0 1-.25-.67h.452z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-slow-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%22M7.343%203.989c-1.856%200-3.032%201.316-3.484%202.807l-.06.2H2.497a.5.5%200%200%200-.5.5c0%20.686.19%201.328.522%201.813c.117.171.256.328.415.458l-.299.725a1.094%201.094%200%200%200%201.012%201.511H4.72c.424%200%20.81-.245.99-.628l.304-.645a10.72%2010.72%200%200%200%202.746%200l.303.645c.18.383.567.628.99.628h1.063a1.093%201.093%200%200%200%201.012-1.511l-.202-.49h.965c.617%200%201.112-.525%201.112-1.132v-.62c0-.94-.734-1.75-1.69-1.75h-1.464c-.534-1.385-1.793-2.511-3.506-2.511zm4.244%205.013L11.154%207.5h1.159c.357%200%20.69.314.69.75v.62a.14.14%200%200%201-.041.096c-.028.028-.055.036-.071.036h-1.304zM9.78%2010.547c.388-.088.773-.199%201.153-.331l.271.657a.094.094%200%200%201-.087.13h-1.062a.094.094%200%200%201-.086-.054l-.189-.402zm-5.947-.334c.383.134.771.246%201.163.335l-.19.4a.094.094%200%200%201-.085.055H3.647a.094.094%200%200%201-.087-.13l.272-.66zm-.336-2.217l-.202.67a2.082%202.082%200%200%201-.25-.67h.452z%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%22M7.343%203.989c-1.856%200-3.032%201.316-3.484%202.807l-.06.2H2.497a.5.5%200%200%200-.5.5c0%20.686.19%201.328.522%201.813c.117.171.256.328.415.458l-.299.725a1.094%201.094%200%200%200%201.012%201.511H4.72c.424%200%20.81-.245.99-.628l.304-.645a10.72%2010.72%200%200%200%202.746%200l.303.645c.18.383.567.628.99.628h1.063a1.093%201.093%200%200%200%201.012-1.511l-.202-.49h.965c.617%200%201.112-.525%201.112-1.132v-.62c0-.94-.734-1.75-1.69-1.75h-1.464c-.534-1.385-1.793-2.511-3.506-2.511zm4.244%205.013L11.154%207.5h1.159c.357%200%20.69.314.69.75v.62a.14.14%200%200%201-.041.096c-.028.028-.055.036-.071.036h-1.304zM9.78%2010.547c.388-.088.773-.199%201.153-.331l.271.657a.094.094%200%200%201-.087.13h-1.062a.094.094%200%200%201-.086-.054l-.189-.402zm-5.947-.334c.383.134.771.246%201.163.335l-.19.4a.094.094%200%200%201-.085.055H3.647a.094.094%200%200%201-.087-.13l.272-.66zm-.336-2.217l-.202.67a2.082%202.082%200%200%201-.25-.67h.452z%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-16-filled.svg?color=%231a73e8&size=48