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

Name
slow-mode-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.304zm-.655 1.214l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.402c.388-.088.773-.199 1.153-.331zm-5.937.332l-.19.4a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66c.383.134.771.246 1.163.335zM3.496 7.996l-.202.67a2.082 2.082 0 0 1-.25-.67h.452zm1.32-.91C5.183 5.875 6.06 4.99 7.343 4.99c1.304 0 2.29.91 2.65 2.094l.63 2.182a9.754 9.754 0 0 1-6.467.002l.66-2.18z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentSlowMode16Regular(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.304zm-.655 1.214l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.402c.388-.088.773-.199 1.153-.331zm-5.937.332l-.19.4a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66c.383.134.771.246 1.163.335zM3.496 7.996l-.202.67a2.082 2.082 0 0 1-.25-.67h.452zm1.32-.91C5.183 5.875 6.06 4.99 7.343 4.99c1.304 0 2.29.91 2.65 2.094l.63 2.182a9.754 9.754 0 0 1-6.467.002l.66-2.18z" 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.304zm-.655 1.214l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.402c.388-.088.773-.199 1.153-.331zm-5.937.332l-.19.4a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66c.383.134.771.246 1.163.335zM3.496 7.996l-.202.67a2.082 2.082 0 0 1-.25-.67h.452zm1.32-.91C5.183 5.875 6.06 4.99 7.343 4.99c1.304 0 2.29.91 2.65 2.094l.63 2.182a9.754 9.754 0 0 1-6.467.002l.66-2.18z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-slow-mode-16-regular {
  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.304zm-.655%201.214l.271.657a.094.094%200%200%201-.087.13h-1.062a.094.094%200%200%201-.086-.054l-.189-.402c.388-.088.773-.199%201.153-.331zm-5.937.332l-.19.4a.094.094%200%200%201-.085.055H3.647a.094.094%200%200%201-.087-.13l.272-.66c.383.134.771.246%201.163.335zM3.496%207.996l-.202.67a2.082%202.082%200%200%201-.25-.67h.452zm1.32-.91C5.183%205.875%206.06%204.99%207.343%204.99c1.304%200%202.29.91%202.65%202.094l.63%202.182a9.754%209.754%200%200%201-6.467.002l.66-2.18z%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.304zm-.655%201.214l.271.657a.094.094%200%200%201-.087.13h-1.062a.094.094%200%200%201-.086-.054l-.189-.402c.388-.088.773-.199%201.153-.331zm-5.937.332l-.19.4a.094.094%200%200%201-.085.055H3.647a.094.094%200%200%201-.087-.13l.272-.66c.383.134.771.246%201.163.335zM3.496%207.996l-.202.67a2.082%202.082%200%200%201-.25-.67h.452zm1.32-.91C5.183%205.875%206.06%204.99%207.343%204.99c1.304%200%202.29.91%202.65%202.094l.63%202.182a9.754%209.754%200%200%201-6.467.002l.66-2.18z%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-regular.svg?color=%231a73e8&size=48