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

Name
timer-3-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M15.445 15.916a1.75 1.75 0 0 0 2.064.411A3 3 0 0 0 17 18c0 .62.188 1.195.51 1.673a1.75 1.75 0 0 0-2.498 1.778a8.5 8.5 0 1 1 5.381-9.303A4.6 4.6 0 0 0 19.25 12c-1.098 0-2.022.39-2.614.718a6.6 6.6 0 0 0-1.013.693l-.023.02l-.009.008l-.004.003l-.003.003a1.75 1.75 0 0 0-.139 2.47m-4.188-7.268l-.007.102v4.5l.007.102a.75.75 0 0 0 1.486 0l.007-.102v-4.5l-.007-.102a.75.75 0 0 0-1.486 0m7.995-3.464l-.082-.061a.75.75 0 0 0-.903 1.193l1.149 1l.081.061a.75.75 0 0 0 .904-1.193zM15 3.25a.75.75 0 0 0-.75-.75h-4.5l-.102.007A.75.75 0 0 0 9.75 4h4.5l.102-.007A.75.75 0 0 0 15 3.25M18.25 18a.75.75 0 0 1 .75-.75c.527 0 1.058-.185 1.444-.473c.39-.292.556-.623.556-.902c0-.65-.665-1.375-1.75-1.375c-.516 0-1.013.19-1.405.406a4 4 0 0 0-.594.402l-.003.003a.75.75 0 0 1-.997-1.12v-.002l.003-.001l.005-.005l.015-.013a3 3 0 0 1 .226-.179c.148-.11.359-.253.62-.397c.512-.284 1.265-.594 2.13-.594c1.676 0 3.25 1.178 3.25 2.875c0 .895-.52 1.626-1.158 2.104l-.03.021l.03.021c.639.478 1.158 1.21 1.158 2.104c0 1.698-1.574 2.875-3.25 2.875c-.865 0-1.618-.31-2.13-.594a5.6 5.6 0 0 1-.846-.576l-.015-.013l-.005-.005l-.002-.001l-.002-.002a.75.75 0 0 1 .998-1.12l.003.003l.02.016q.002.003.006.005q.037.031.116.09c.105.079.26.185.452.29c.392.217.89.407 1.405.407c1.085 0 1.75-.725 1.75-1.375c0-.28-.165-.61-.556-.902A2.48 2.48 0 0 0 19 18.75a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTimer324Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.445 15.916a1.75 1.75 0 0 0 2.064.411A3 3 0 0 0 17 18c0 .62.188 1.195.51 1.673a1.75 1.75 0 0 0-2.498 1.778a8.5 8.5 0 1 1 5.381-9.303A4.6 4.6 0 0 0 19.25 12c-1.098 0-2.022.39-2.614.718a6.6 6.6 0 0 0-1.013.693l-.023.02l-.009.008l-.004.003l-.003.003a1.75 1.75 0 0 0-.139 2.47m-4.188-7.268l-.007.102v4.5l.007.102a.75.75 0 0 0 1.486 0l.007-.102v-4.5l-.007-.102a.75.75 0 0 0-1.486 0m7.995-3.464l-.082-.061a.75.75 0 0 0-.903 1.193l1.149 1l.081.061a.75.75 0 0 0 .904-1.193zM15 3.25a.75.75 0 0 0-.75-.75h-4.5l-.102.007A.75.75 0 0 0 9.75 4h4.5l.102-.007A.75.75 0 0 0 15 3.25M18.25 18a.75.75 0 0 1 .75-.75c.527 0 1.058-.185 1.444-.473c.39-.292.556-.623.556-.902c0-.65-.665-1.375-1.75-1.375c-.516 0-1.013.19-1.405.406a4 4 0 0 0-.594.402l-.003.003a.75.75 0 0 1-.997-1.12v-.002l.003-.001l.005-.005l.015-.013a3 3 0 0 1 .226-.179c.148-.11.359-.253.62-.397c.512-.284 1.265-.594 2.13-.594c1.676 0 3.25 1.178 3.25 2.875c0 .895-.52 1.626-1.158 2.104l-.03.021l.03.021c.639.478 1.158 1.21 1.158 2.104c0 1.698-1.574 2.875-3.25 2.875c-.865 0-1.618-.31-2.13-.594a5.6 5.6 0 0 1-.846-.576l-.015-.013l-.005-.005l-.002-.001l-.002-.002a.75.75 0 0 1 .998-1.12l.003.003l.02.016q.002.003.006.005q.037.031.116.09c.105.079.26.185.452.29c.392.217.89.407 1.405.407c1.085 0 1.75-.725 1.75-1.375c0-.28-.165-.61-.556-.902A2.48 2.48 0 0 0 19 18.75a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.445 15.916a1.75 1.75 0 0 0 2.064.411A3 3 0 0 0 17 18c0 .62.188 1.195.51 1.673a1.75 1.75 0 0 0-2.498 1.778a8.5 8.5 0 1 1 5.381-9.303A4.6 4.6 0 0 0 19.25 12c-1.098 0-2.022.39-2.614.718a6.6 6.6 0 0 0-1.013.693l-.023.02l-.009.008l-.004.003l-.003.003a1.75 1.75 0 0 0-.139 2.47m-4.188-7.268l-.007.102v4.5l.007.102a.75.75 0 0 0 1.486 0l.007-.102v-4.5l-.007-.102a.75.75 0 0 0-1.486 0m7.995-3.464l-.082-.061a.75.75 0 0 0-.903 1.193l1.149 1l.081.061a.75.75 0 0 0 .904-1.193zM15 3.25a.75.75 0 0 0-.75-.75h-4.5l-.102.007A.75.75 0 0 0 9.75 4h4.5l.102-.007A.75.75 0 0 0 15 3.25M18.25 18a.75.75 0 0 1 .75-.75c.527 0 1.058-.185 1.444-.473c.39-.292.556-.623.556-.902c0-.65-.665-1.375-1.75-1.375c-.516 0-1.013.19-1.405.406a4 4 0 0 0-.594.402l-.003.003a.75.75 0 0 1-.997-1.12v-.002l.003-.001l.005-.005l.015-.013a3 3 0 0 1 .226-.179c.148-.11.359-.253.62-.397c.512-.284 1.265-.594 2.13-.594c1.676 0 3.25 1.178 3.25 2.875c0 .895-.52 1.626-1.158 2.104l-.03.021l.03.021c.639.478 1.158 1.21 1.158 2.104c0 1.698-1.574 2.875-3.25 2.875c-.865 0-1.618-.31-2.13-.594a5.6 5.6 0 0 1-.846-.576l-.015-.013l-.005-.005l-.002-.001l-.002-.002a.75.75 0 0 1 .998-1.12l.003.003l.02.016q.002.003.006.005q.037.031.116.09c.105.079.26.185.452.29c.392.217.89.407 1.405.407c1.085 0 1.75-.725 1.75-1.375c0-.28-.165-.61-.556-.902A2.48 2.48 0 0 0 19 18.75a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-timer-3-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.445%2015.916a1.75%201.75%200%200%200%202.064.411A3%203%200%200%200%2017%2018c0%20.62.188%201.195.51%201.673a1.75%201.75%200%200%200-2.498%201.778a8.5%208.5%200%201%201%205.381-9.303A4.6%204.6%200%200%200%2019.25%2012c-1.098%200-2.022.39-2.614.718a6.6%206.6%200%200%200-1.013.693l-.023.02l-.009.008l-.004.003l-.003.003a1.75%201.75%200%200%200-.139%202.47m-4.188-7.268l-.007.102v4.5l.007.102a.75.75%200%200%200%201.486%200l.007-.102v-4.5l-.007-.102a.75.75%200%200%200-1.486%200m7.995-3.464l-.082-.061a.75.75%200%200%200-.903%201.193l1.149%201l.081.061a.75.75%200%200%200%20.904-1.193zM15%203.25a.75.75%200%200%200-.75-.75h-4.5l-.102.007A.75.75%200%200%200%209.75%204h4.5l.102-.007A.75.75%200%200%200%2015%203.25M18.25%2018a.75.75%200%200%201%20.75-.75c.527%200%201.058-.185%201.444-.473c.39-.292.556-.623.556-.902c0-.65-.665-1.375-1.75-1.375c-.516%200-1.013.19-1.405.406a4%204%200%200%200-.594.402l-.003.003a.75.75%200%200%201-.997-1.12v-.002l.003-.001l.005-.005l.015-.013a3%203%200%200%201%20.226-.179c.148-.11.359-.253.62-.397c.512-.284%201.265-.594%202.13-.594c1.676%200%203.25%201.178%203.25%202.875c0%20.895-.52%201.626-1.158%202.104l-.03.021l.03.021c.639.478%201.158%201.21%201.158%202.104c0%201.698-1.574%202.875-3.25%202.875c-.865%200-1.618-.31-2.13-.594a5.6%205.6%200%200%201-.846-.576l-.015-.013l-.005-.005l-.002-.001l-.002-.002a.75.75%200%200%201%20.998-1.12l.003.003l.02.016q.002.003.006.005q.037.031.116.09c.105.079.26.185.452.29c.392.217.89.407%201.405.407c1.085%200%201.75-.725%201.75-1.375c0-.28-.165-.61-.556-.902A2.48%202.48%200%200%200%2019%2018.75a.75.75%200%200%201-.75-.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.445%2015.916a1.75%201.75%200%200%200%202.064.411A3%203%200%200%200%2017%2018c0%20.62.188%201.195.51%201.673a1.75%201.75%200%200%200-2.498%201.778a8.5%208.5%200%201%201%205.381-9.303A4.6%204.6%200%200%200%2019.25%2012c-1.098%200-2.022.39-2.614.718a6.6%206.6%200%200%200-1.013.693l-.023.02l-.009.008l-.004.003l-.003.003a1.75%201.75%200%200%200-.139%202.47m-4.188-7.268l-.007.102v4.5l.007.102a.75.75%200%200%200%201.486%200l.007-.102v-4.5l-.007-.102a.75.75%200%200%200-1.486%200m7.995-3.464l-.082-.061a.75.75%200%200%200-.903%201.193l1.149%201l.081.061a.75.75%200%200%200%20.904-1.193zM15%203.25a.75.75%200%200%200-.75-.75h-4.5l-.102.007A.75.75%200%200%200%209.75%204h4.5l.102-.007A.75.75%200%200%200%2015%203.25M18.25%2018a.75.75%200%200%201%20.75-.75c.527%200%201.058-.185%201.444-.473c.39-.292.556-.623.556-.902c0-.65-.665-1.375-1.75-1.375c-.516%200-1.013.19-1.405.406a4%204%200%200%200-.594.402l-.003.003a.75.75%200%200%201-.997-1.12v-.002l.003-.001l.005-.005l.015-.013a3%203%200%200%201%20.226-.179c.148-.11.359-.253.62-.397c.512-.284%201.265-.594%202.13-.594c1.676%200%203.25%201.178%203.25%202.875c0%20.895-.52%201.626-1.158%202.104l-.03.021l.03.021c.639.478%201.158%201.21%201.158%202.104c0%201.698-1.574%202.875-3.25%202.875c-.865%200-1.618-.31-2.13-.594a5.6%205.6%200%200%201-.846-.576l-.015-.013l-.005-.005l-.002-.001l-.002-.002a.75.75%200%200%201%20.998-1.12l.003.003l.02.016q.002.003.006.005q.037.031.116.09c.105.079.26.185.452.29c.392.217.89.407%201.405.407c1.085%200%201.75-.725%201.75-1.375c0-.28-.165-.61-.556-.902A2.48%202.48%200%200%200%2019%2018.75a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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