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

Name
timer-3-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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-.707zm1.29 6.195A3.7 3.7 0 0 0 15.5 10c-.902 0-1.658.32-2.14.587a5.4 5.4 0 0 0-.846.582l-.007.007l-.003.003l-.003.002a1.5 1.5 0 0 0 1.64 2.475a2.5 2.5 0 0 0-.041 2.62l-.037.033a1.5 1.5 0 0 0-2.054 1.228a7 7 0 1 1 4.437-7.413M9 11.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0zm4.844 1.213l.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 FluentTimer320Filled(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-.707zm1.29 6.195A3.7 3.7 0 0 0 15.5 10c-.902 0-1.658.32-2.14.587a5.4 5.4 0 0 0-.846.582l-.007.007l-.003.003l-.003.002a1.5 1.5 0 0 0 1.64 2.475a2.5 2.5 0 0 0-.041 2.62l-.037.033a1.5 1.5 0 0 0-2.054 1.228a7 7 0 1 1 4.437-7.413M9 11.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0zm4.844 1.213l.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-.707zm1.29 6.195A3.7 3.7 0 0 0 15.5 10c-.902 0-1.658.32-2.14.587a5.4 5.4 0 0 0-.846.582l-.007.007l-.003.003l-.003.002a1.5 1.5 0 0 0 1.64 2.475a2.5 2.5 0 0 0-.041 2.62l-.037.033a1.5 1.5 0 0 0-2.054 1.228a7 7 0 1 1 4.437-7.413M9 11.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0zm4.844 1.213l.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-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%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-.707zm1.29%206.195A3.7%203.7%200%200%200%2015.5%2010c-.902%200-1.658.32-2.14.587a5.4%205.4%200%200%200-.846.582l-.007.007l-.003.003l-.003.002a1.5%201.5%200%200%200%201.64%202.475a2.5%202.5%200%200%200-.041%202.62l-.037.033a1.5%201.5%200%200%200-2.054%201.228a7%207%200%201%201%204.437-7.413M9%2011.5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-1%200zm4.844%201.213l.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-.707zm1.29%206.195A3.7%203.7%200%200%200%2015.5%2010c-.902%200-1.658.32-2.14.587a5.4%205.4%200%200%200-.846.582l-.007.007l-.003.003l-.003.002a1.5%201.5%200%200%200%201.64%202.475a2.5%202.5%200%200%200-.041%202.62l-.037.033a1.5%201.5%200%200%200-2.054%201.228a7%207%200%201%201%204.437-7.413M9%2011.5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-1%200zm4.844%201.213l.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-filled.svg?color=%231a73e8&size=48