timer 2 icon
timer-2-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- timer-2-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.394 12.156a8.5 8.5 0 1 0-5.394 9.3v-.206a4.24 4.24 0 0 1 1.528-3.264A1.75 1.75 0 0 1 15 16.25a4.25 4.25 0 0 1 5.394-4.094m-9.137-3.508a.75.75 0 0 1 1.486 0l.007.102v4.5l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102v-4.5zm7.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.25M19.25 13A3.25 3.25 0 0 0 16 16.25a.75.75 0 0 0 1.5 0A1.75 1.75 0 1 1 19.25 18A3.25 3.25 0 0 0 16 21.25v1c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5H17.5v-.25c0-.966.784-1.75 1.75-1.75a3.25 3.25 0 0 0 0-6.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentTimer224Filled(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="M20.394 12.156a8.5 8.5 0 1 0-5.394 9.3v-.206a4.24 4.24 0 0 1 1.528-3.264A1.75 1.75 0 0 1 15 16.25a4.25 4.25 0 0 1 5.394-4.094m-9.137-3.508a.75.75 0 0 1 1.486 0l.007.102v4.5l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102v-4.5zm7.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.25M19.25 13A3.25 3.25 0 0 0 16 16.25a.75.75 0 0 0 1.5 0A1.75 1.75 0 1 1 19.25 18A3.25 3.25 0 0 0 16 21.25v1c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5H17.5v-.25c0-.966.784-1.75 1.75-1.75a3.25 3.25 0 0 0 0-6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.394 12.156a8.5 8.5 0 1 0-5.394 9.3v-.206a4.24 4.24 0 0 1 1.528-3.264A1.75 1.75 0 0 1 15 16.25a4.25 4.25 0 0 1 5.394-4.094m-9.137-3.508a.75.75 0 0 1 1.486 0l.007.102v4.5l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102v-4.5zm7.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.25M19.25 13A3.25 3.25 0 0 0 16 16.25a.75.75 0 0 0 1.5 0A1.75 1.75 0 1 1 19.25 18A3.25 3.25 0 0 0 16 21.25v1c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5H17.5v-.25c0-.966.784-1.75 1.75-1.75a3.25 3.25 0 0 0 0-6.5"/></svg> </template>
CSS
.icon-timer-2-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%22M20.394%2012.156a8.5%208.5%200%201%200-5.394%209.3v-.206a4.24%204.24%200%200%201%201.528-3.264A1.75%201.75%200%200%201%2015%2016.25a4.25%204.25%200%200%201%205.394-4.094m-9.137-3.508a.75.75%200%200%201%201.486%200l.007.102v4.5l-.007.102a.75.75%200%200%201-1.486%200l-.007-.102v-4.5zm7.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.25M19.25%2013A3.25%203.25%200%200%200%2016%2016.25a.75.75%200%200%200%201.5%200A1.75%201.75%200%201%201%2019.25%2018A3.25%203.25%200%200%200%2016%2021.25v1c0%20.414.336.75.75.75h5a.75.75%200%200%200%200-1.5H17.5v-.25c0-.966.784-1.75%201.75-1.75a3.25%203.25%200%200%200%200-6.5%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%22M20.394%2012.156a8.5%208.5%200%201%200-5.394%209.3v-.206a4.24%204.24%200%200%201%201.528-3.264A1.75%201.75%200%200%201%2015%2016.25a4.25%204.25%200%200%201%205.394-4.094m-9.137-3.508a.75.75%200%200%201%201.486%200l.007.102v4.5l-.007.102a.75.75%200%200%201-1.486%200l-.007-.102v-4.5zm7.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.25M19.25%2013A3.25%203.25%200%200%200%2016%2016.25a.75.75%200%200%200%201.5%200A1.75%201.75%200%201%201%2019.25%2018A3.25%203.25%200%200%200%2016%2021.25v1c0%20.414.336.75.75.75h5a.75.75%200%200%200%200-1.5H17.5v-.25c0-.966.784-1.75%201.75-1.75a3.25%203.25%200%200%200%200-6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/timer-2-24-filled.svg?color=%231a73e8&size=48