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

Name
fast-mode-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><g fill="none"><path d="M16.996 10.77l-1.917-1.89a2.27 2.27 0 0 1 0-3.214a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.695 4.695 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.189 3.189 0 0 1 6 18.828v-1.864a3.5 3.5 0 1 1 2.548-5.186a5.302 5.302 0 0 1 2.771-.776h4.505c.306 0 .608.026.901.076c.082-.104.173-.208.27-.307zm.238-4.043a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001l3.222 3.18l-1.004.577c-.246.159-.51.469-.648.713l-.289.513l-.567-.159a3.818 3.818 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.181 3.181 0 0 1 3.182 3.18v.326h2.453c.861 0 1.57-.646 1.668-1.476l.099-.84l.822.199a3.203 3.203 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001l-6.33-6.292zM7.36 12.765a2 2 0 1 0-1.286 2.65a5.283 5.283 0 0 1 1.286-2.65z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentFastMode28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path d="M16.996 10.77l-1.917-1.89a2.27 2.27 0 0 1 0-3.214a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.695 4.695 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.189 3.189 0 0 1 6 18.828v-1.864a3.5 3.5 0 1 1 2.548-5.186a5.302 5.302 0 0 1 2.771-.776h4.505c.306 0 .608.026.901.076c.082-.104.173-.208.27-.307zm.238-4.043a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001l3.222 3.18l-1.004.577c-.246.159-.51.469-.648.713l-.289.513l-.567-.159a3.818 3.818 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.181 3.181 0 0 1 3.182 3.18v.326h2.453c.861 0 1.57-.646 1.668-1.476l.099-.84l.822.199a3.203 3.203 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001l-6.33-6.292zM7.36 12.765a2 2 0 1 0-1.286 2.65a5.283 5.283 0 0 1 1.286-2.65z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path d="M16.996 10.77l-1.917-1.89a2.27 2.27 0 0 1 0-3.214a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.695 4.695 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.189 3.189 0 0 1 6 18.828v-1.864a3.5 3.5 0 1 1 2.548-5.186a5.302 5.302 0 0 1 2.771-.776h4.505c.306 0 .608.026.901.076c.082-.104.173-.208.27-.307zm.238-4.043a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001l3.222 3.18l-1.004.577c-.246.159-.51.469-.648.713l-.289.513l-.567-.159a3.818 3.818 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.181 3.181 0 0 1 3.182 3.18v.326h2.453c.861 0 1.57-.646 1.668-1.476l.099-.84l.822.199a3.203 3.203 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001l-6.33-6.292zM7.36 12.765a2 2 0 1 0-1.286 2.65a5.283 5.283 0 0 1 1.286-2.65z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-fast-mode-28-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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.996%2010.77l-1.917-1.89a2.27%202.27%200%200%201%200-3.214a2.274%202.274%200%200%201%203.214%200l6.33%206.292a4.696%204.696%200%200%201%200%206.646a4.695%204.695%200%200%201-3.7%201.36a3.18%203.18%200%200%201-2.971%202.044H9.191A3.189%203.189%200%200%201%206%2018.828v-1.864a3.5%203.5%200%201%201%202.548-5.186a5.302%205.302%200%200%201%202.771-.776h4.505c.306%200%20.608.026.901.076c.082-.104.173-.208.27-.307zm.238-4.043a.774.774%200%200%200-1.094%200a.77.77%200%200%200-.002%201.09l.002.001l3.222%203.18l-1.004.577c-.246.159-.51.469-.648.713l-.289.513l-.567-.159a3.818%203.818%200%200%200-1.03-.14h-4.505A3.816%203.816%200%200%200%207.5%2016.308v2.52c0%20.923.758%201.68%201.69%201.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75%200%200%201%200-1.5h1.571a3.181%203.181%200%200%201%203.182%203.18v.326h2.453c.861%200%201.57-.646%201.668-1.476l.099-.84l.822.199a3.203%203.203%200%200%200%203.021-.848a3.196%203.196%200%200%200%20.001-4.522v-.001l-6.33-6.292zM7.36%2012.765a2%202%200%201%200-1.286%202.65a5.283%205.283%200%200%201%201.286-2.65z%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.996%2010.77l-1.917-1.89a2.27%202.27%200%200%201%200-3.214a2.274%202.274%200%200%201%203.214%200l6.33%206.292a4.696%204.696%200%200%201%200%206.646a4.695%204.695%200%200%201-3.7%201.36a3.18%203.18%200%200%201-2.971%202.044H9.191A3.189%203.189%200%200%201%206%2018.828v-1.864a3.5%203.5%200%201%201%202.548-5.186a5.302%205.302%200%200%201%202.771-.776h4.505c.306%200%20.608.026.901.076c.082-.104.173-.208.27-.307zm.238-4.043a.774.774%200%200%200-1.094%200a.77.77%200%200%200-.002%201.09l.002.001l3.222%203.18l-1.004.577c-.246.159-.51.469-.648.713l-.289.513l-.567-.159a3.818%203.818%200%200%200-1.03-.14h-4.505A3.816%203.816%200%200%200%207.5%2016.308v2.52c0%20.923.758%201.68%201.69%201.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75%200%200%201%200-1.5h1.571a3.181%203.181%200%200%201%203.182%203.18v.326h2.453c.861%200%201.57-.646%201.668-1.476l.099-.84l.822.199a3.203%203.203%200%200%200%203.021-.848a3.196%203.196%200%200%200%20.001-4.522v-.001l-6.33-6.292zM7.36%2012.765a2%202%200%201%200-1.286%202.65a5.283%205.283%200%200%201%201.286-2.65z%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-28-regular.svg?color=%231a73e8&size=48