timer 2 icon
timer-2-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- timer-2-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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-.206c0-.557.107-1.089.302-1.576a7 7 0 1 1 3.541-7.655a4.3 4.3 0 0 1 1.551.137m-7.65-3.508a.75.75 0 0 0-1.494.102v4.5l.007.102a.75.75 0 0 0 1.493-.102v-4.5zm6.486-3.474l-.083-.06a.75.75 0 0 0-.877 1.212l1.159.965l.082.06a.75.75 0 0 0 .877-1.213zM15 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 FluentTimer224Regular(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-.206c0-.557.107-1.089.302-1.576a7 7 0 1 1 3.541-7.655a4.3 4.3 0 0 1 1.551.137m-7.65-3.508a.75.75 0 0 0-1.494.102v4.5l.007.102a.75.75 0 0 0 1.493-.102v-4.5zm6.486-3.474l-.083-.06a.75.75 0 0 0-.877 1.212l1.159.965l.082.06a.75.75 0 0 0 .877-1.213zM15 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-.206c0-.557.107-1.089.302-1.576a7 7 0 1 1 3.541-7.655a4.3 4.3 0 0 1 1.551.137m-7.65-3.508a.75.75 0 0 0-1.494.102v4.5l.007.102a.75.75 0 0 0 1.493-.102v-4.5zm6.486-3.474l-.083-.06a.75.75 0 0 0-.877 1.212l1.159.965l.082.06a.75.75 0 0 0 .877-1.213zM15 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-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%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-.206c0-.557.107-1.089.302-1.576a7%207%200%201%201%203.541-7.655a4.3%204.3%200%200%201%201.551.137m-7.65-3.508a.75.75%200%200%200-1.494.102v4.5l.007.102a.75.75%200%200%200%201.493-.102v-4.5zm6.486-3.474l-.083-.06a.75.75%200%200%200-.877%201.212l1.159.965l.082.06a.75.75%200%200%200%20.877-1.213zM15%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-.206c0-.557.107-1.089.302-1.576a7%207%200%201%201%203.541-7.655a4.3%204.3%200%200%201%201.551.137m-7.65-3.508a.75.75%200%200%200-1.494.102v4.5l.007.102a.75.75%200%200%200%201.493-.102v-4.5zm6.486-3.474l-.083-.06a.75.75%200%200%200-.877%201.212l1.159.965l.082.06a.75.75%200%200%200%20.877-1.213zM15%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-regular.svg?color=%231a73e8&size=48