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

Name
timer-3-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 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm7.656 1.929a.5.5 0 1 0-.707.707l1.414 1.414a.5.5 0 1 0 .707-.707zM9.5 6a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5m0 12c.882 0 1.727-.163 2.504-.461l.006-.064a1.5 1.5 0 0 1 .447-1.253a6 6 0 1 1 2.96-6.221L15.5 10a3.7 3.7 0 0 1 .946.124A7.001 7.001 0 0 0 2.5 11a7 7 0 0 0 7 7m4.344-5.287l.003-.003l.022-.02q.032-.028.098-.08c.087-.069.214-.161.372-.254c.322-.189.732-.356 1.161-.356c.893 0 1.5.62 1.5 1.25c0 .276-.166.58-.51.837c-.34.254-.799.413-1.24.413a.5.5 0 0 0 0 1c.441 0 .9.16 1.24.413c.344.257.51.561.51.837c0 .63-.607 1.25-1.5 1.25c-.429 0-.84-.167-1.161-.356a3.4 3.4 0 0 1-.47-.334l-.022-.02l-.003-.003a.5.5 0 0 0-.688.726l.002.002l.004.003l.011.011l.039.034q.049.044.136.113c.115.09.28.21.485.33c.402.236.991.494 1.667.494c1.316 0 2.5-.947 2.5-2.25c0-.69-.407-1.262-.912-1.638a3 3 0 0 0-.16-.112a3 3 0 0 0 .16-.112c.505-.376.912-.947.912-1.638c0-1.303-1.184-2.25-2.5-2.25c-.676 0-1.265.258-1.667.494a4.4 4.4 0 0 0-.621.443l-.039.034l-.011.01l-.004.004l-.001.001l-.001.001a.5.5 0 0 0 .688.726"/></svg>

React

import type { SVGProps } from "react";

export function FluentTimer320Regular(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.5 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm7.656 1.929a.5.5 0 1 0-.707.707l1.414 1.414a.5.5 0 1 0 .707-.707zM9.5 6a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5m0 12c.882 0 1.727-.163 2.504-.461l.006-.064a1.5 1.5 0 0 1 .447-1.253a6 6 0 1 1 2.96-6.221L15.5 10a3.7 3.7 0 0 1 .946.124A7.001 7.001 0 0 0 2.5 11a7 7 0 0 0 7 7m4.344-5.287l.003-.003l.022-.02q.032-.028.098-.08c.087-.069.214-.161.372-.254c.322-.189.732-.356 1.161-.356c.893 0 1.5.62 1.5 1.25c0 .276-.166.58-.51.837c-.34.254-.799.413-1.24.413a.5.5 0 0 0 0 1c.441 0 .9.16 1.24.413c.344.257.51.561.51.837c0 .63-.607 1.25-1.5 1.25c-.429 0-.84-.167-1.161-.356a3.4 3.4 0 0 1-.47-.334l-.022-.02l-.003-.003a.5.5 0 0 0-.688.726l.002.002l.004.003l.011.011l.039.034q.049.044.136.113c.115.09.28.21.485.33c.402.236.991.494 1.667.494c1.316 0 2.5-.947 2.5-2.25c0-.69-.407-1.262-.912-1.638a3 3 0 0 0-.16-.112a3 3 0 0 0 .16-.112c.505-.376.912-.947.912-1.638c0-1.303-1.184-2.25-2.5-2.25c-.676 0-1.265.258-1.667.494a4.4 4.4 0 0 0-.621.443l-.039.034l-.011.01l-.004.004l-.001.001l-.001.001a.5.5 0 0 0 .688.726"/></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.5 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm7.656 1.929a.5.5 0 1 0-.707.707l1.414 1.414a.5.5 0 1 0 .707-.707zM9.5 6a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5m0 12c.882 0 1.727-.163 2.504-.461l.006-.064a1.5 1.5 0 0 1 .447-1.253a6 6 0 1 1 2.96-6.221L15.5 10a3.7 3.7 0 0 1 .946.124A7.001 7.001 0 0 0 2.5 11a7 7 0 0 0 7 7m4.344-5.287l.003-.003l.022-.02q.032-.028.098-.08c.087-.069.214-.161.372-.254c.322-.189.732-.356 1.161-.356c.893 0 1.5.62 1.5 1.25c0 .276-.166.58-.51.837c-.34.254-.799.413-1.24.413a.5.5 0 0 0 0 1c.441 0 .9.16 1.24.413c.344.257.51.561.51.837c0 .63-.607 1.25-1.5 1.25c-.429 0-.84-.167-1.161-.356a3.4 3.4 0 0 1-.47-.334l-.022-.02l-.003-.003a.5.5 0 0 0-.688.726l.002.002l.004.003l.011.011l.039.034q.049.044.136.113c.115.09.28.21.485.33c.402.236.991.494 1.667.494c1.316 0 2.5-.947 2.5-2.25c0-.69-.407-1.262-.912-1.638a3 3 0 0 0-.16-.112a3 3 0 0 0 .16-.112c.505-.376.912-.947.912-1.638c0-1.303-1.184-2.25-2.5-2.25c-.676 0-1.265.258-1.667.494a4.4 4.4 0 0 0-.621.443l-.039.034l-.011.01l-.004.004l-.001.001l-.001.001a.5.5 0 0 0 .688.726"/></svg>
</template>

CSS

.icon-timer-3-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.5%202a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm7.656%201.929a.5.5%200%201%200-.707.707l1.414%201.414a.5.5%200%201%200%20.707-.707zM9.5%206a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5m0%2012c.882%200%201.727-.163%202.504-.461l.006-.064a1.5%201.5%200%200%201%20.447-1.253a6%206%200%201%201%202.96-6.221L15.5%2010a3.7%203.7%200%200%201%20.946.124A7.001%207.001%200%200%200%202.5%2011a7%207%200%200%200%207%207m4.344-5.287l.003-.003l.022-.02q.032-.028.098-.08c.087-.069.214-.161.372-.254c.322-.189.732-.356%201.161-.356c.893%200%201.5.62%201.5%201.25c0%20.276-.166.58-.51.837c-.34.254-.799.413-1.24.413a.5.5%200%200%200%200%201c.441%200%20.9.16%201.24.413c.344.257.51.561.51.837c0%20.63-.607%201.25-1.5%201.25c-.429%200-.84-.167-1.161-.356a3.4%203.4%200%200%201-.47-.334l-.022-.02l-.003-.003a.5.5%200%200%200-.688.726l.002.002l.004.003l.011.011l.039.034q.049.044.136.113c.115.09.28.21.485.33c.402.236.991.494%201.667.494c1.316%200%202.5-.947%202.5-2.25c0-.69-.407-1.262-.912-1.638a3%203%200%200%200-.16-.112a3%203%200%200%200%20.16-.112c.505-.376.912-.947.912-1.638c0-1.303-1.184-2.25-2.5-2.25c-.676%200-1.265.258-1.667.494a4.4%204.4%200%200%200-.621.443l-.039.034l-.011.01l-.004.004l-.001.001l-.001.001a.5.5%200%200%200%20.688.726%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.5%202a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm7.656%201.929a.5.5%200%201%200-.707.707l1.414%201.414a.5.5%200%201%200%20.707-.707zM9.5%206a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5m0%2012c.882%200%201.727-.163%202.504-.461l.006-.064a1.5%201.5%200%200%201%20.447-1.253a6%206%200%201%201%202.96-6.221L15.5%2010a3.7%203.7%200%200%201%20.946.124A7.001%207.001%200%200%200%202.5%2011a7%207%200%200%200%207%207m4.344-5.287l.003-.003l.022-.02q.032-.028.098-.08c.087-.069.214-.161.372-.254c.322-.189.732-.356%201.161-.356c.893%200%201.5.62%201.5%201.25c0%20.276-.166.58-.51.837c-.34.254-.799.413-1.24.413a.5.5%200%200%200%200%201c.441%200%20.9.16%201.24.413c.344.257.51.561.51.837c0%20.63-.607%201.25-1.5%201.25c-.429%200-.84-.167-1.161-.356a3.4%203.4%200%200%201-.47-.334l-.022-.02l-.003-.003a.5.5%200%200%200-.688.726l.002.002l.004.003l.011.011l.039.034q.049.044.136.113c.115.09.28.21.485.33c.402.236.991.494%201.667.494c1.316%200%202.5-.947%202.5-2.25c0-.69-.407-1.262-.912-1.638a3%203%200%200%200-.16-.112a3%203%200%200%200%20.16-.112c.505-.376.912-.947.912-1.638c0-1.303-1.184-2.25-2.5-2.25c-.676%200-1.265.258-1.667.494a4.4%204.4%200%200%200-.621.443l-.039.034l-.011.01l-.004.004l-.001.001l-.001.001a.5.5%200%200%200%20.688.726%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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