timer-10-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
timer-10-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the timer 10 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m7.45 1.429a.5.5 0 0 1 .706 0l1.414 1.414a.5.5 0 1 1-.707.707L14.45 4.636a.5.5 0 0 1 0-.707M9 6.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-1 0zM9.5 18q.774-.002 1.5-.161V16.81a6 6 0 1 1 4.442-6.648c.312-.1.644-.155.987-.162A7.002 7.002 0 0 0 2.5 11a7 7 0 0 0 7 7m4.5-4.5a2.5 2.5 0 0 1 5 0v3a2.5 2.5 0 0 1-5 0zm2.5-1.5a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0-1.5-1.5m-3.5-.5a.5.5 0 0 0-.658-.474l-1.5.5a.5.5 0 1 0 .316.948l.842-.28V18.5a.5.5 0 0 0 1 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTimer1020Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m7.45 1.429a.5.5 0 0 1 .706 0l1.414 1.414a.5.5 0 1 1-.707.707L14.45 4.636a.5.5 0 0 1 0-.707M9 6.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-1 0zM9.5 18q.774-.002 1.5-.161V16.81a6 6 0 1 1 4.442-6.648c.312-.1.644-.155.987-.162A7.002 7.002 0 0 0 2.5 11a7 7 0 0 0 7 7m4.5-4.5a2.5 2.5 0 0 1 5 0v3a2.5 2.5 0 0 1-5 0zm2.5-1.5a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0-1.5-1.5m-3.5-.5a.5.5 0 0 0-.658-.474l-1.5.5a.5.5 0 1 0 .316.948l.842-.28V18.5a.5.5 0 0 0 1 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m7.45 1.429a.5.5 0 0 1 .706 0l1.414 1.414a.5.5 0 1 1-.707.707L14.45 4.636a.5.5 0 0 1 0-.707M9 6.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-1 0zM9.5 18q.774-.002 1.5-.161V16.81a6 6 0 1 1 4.442-6.648c.312-.1.644-.155.987-.162A7.002 7.002 0 0 0 2.5 11a7 7 0 0 0 7 7m4.5-4.5a2.5 2.5 0 0 1 5 0v3a2.5 2.5 0 0 1-5 0zm2.5-1.5a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0-1.5-1.5m-3.5-.5a.5.5 0 0 0-.658-.474l-1.5.5a.5.5 0 1 0 .316.948l.842-.28V18.5a.5.5 0 0 0 1 0z"/></svg>
</template>

CSS

.icon-timer-10-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m7.45%201.429a.5.5%200%200%201%20.706%200l1.414%201.414a.5.5%200%201%201-.707.707L14.45%204.636a.5.5%200%200%201%200-.707M9%206.5a.5.5%200%200%201%201%200v4a.5.5%200%200%201-1%200zM9.5%2018q.774-.002%201.5-.161V16.81a6%206%200%201%201%204.442-6.648c.312-.1.644-.155.987-.162A7.002%207.002%200%200%200%202.5%2011a7%207%200%200%200%207%207m4.5-4.5a2.5%202.5%200%200%201%205%200v3a2.5%202.5%200%200%201-5%200zm2.5-1.5a1.5%201.5%200%200%200-1.5%201.5v3a1.5%201.5%200%200%200%203%200v-3a1.5%201.5%200%200%200-1.5-1.5m-3.5-.5a.5.5%200%200%200-.658-.474l-1.5.5a.5.5%200%201%200%20.316.948l.842-.28V18.5a.5.5%200%200%200%201%200z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m7.45%201.429a.5.5%200%200%201%20.706%200l1.414%201.414a.5.5%200%201%201-.707.707L14.45%204.636a.5.5%200%200%201%200-.707M9%206.5a.5.5%200%200%201%201%200v4a.5.5%200%200%201-1%200zM9.5%2018q.774-.002%201.5-.161V16.81a6%206%200%201%201%204.442-6.648c.312-.1.644-.155.987-.162A7.002%207.002%200%200%200%202.5%2011a7%207%200%200%200%207%207m4.5-4.5a2.5%202.5%200%200%201%205%200v3a2.5%202.5%200%200%201-5%200zm2.5-1.5a1.5%201.5%200%200%200-1.5%201.5v3a1.5%201.5%200%200%200%203%200v-3a1.5%201.5%200%200%200-1.5-1.5m-3.5-.5a.5.5%200%200%200-.658-.474l-1.5.5a.5.5%200%201%200%20.316.948l.842-.28V18.5a.5.5%200%200%200%201%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/timer-10-20-regular.svg?color=%231a73e8&size=48