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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.993 3.994a8.5 8.5 0 1 0 12.013 12.013l2.493 2.494a.75.75 0 0 0 1.061-1.061zm13.884 16.005a7 7 0 1 1-9.89-9.89l3.976 3.976v.939l.007.102a.75.75 0 0 0 1.36.325zm-5.727-9.97l1.313 1.313V8.75l-.007-.102a.75.75 0 0 0-1.306-.393M19 13.5a7 7 0 0 1-.296 2.022l1.174 1.175A8.5 8.5 0 0 0 8.803 5.622l1.175 1.174A7 7 0 0 1 19 13.5m.147-8.386l.083.06l1.158.964a.75.75 0 0 1-.877 1.212l-.082-.06l-1.159-.964a.75.75 0 0 1 .877-1.212M14.25 2.5a.75.75 0 0 1 .102 1.493L14.25 4h-4.5a.75.75 0 0 1-.102-1.493L9.75 2.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTimerOff24Regular(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.993 3.994a8.5 8.5 0 1 0 12.013 12.013l2.493 2.494a.75.75 0 0 0 1.061-1.061zm13.884 16.005a7 7 0 1 1-9.89-9.89l3.976 3.976v.939l.007.102a.75.75 0 0 0 1.36.325zm-5.727-9.97l1.313 1.313V8.75l-.007-.102a.75.75 0 0 0-1.306-.393M19 13.5a7 7 0 0 1-.296 2.022l1.174 1.175A8.5 8.5 0 0 0 8.803 5.622l1.175 1.174A7 7 0 0 1 19 13.5m.147-8.386l.083.06l1.158.964a.75.75 0 0 1-.877 1.212l-.082-.06l-1.159-.964a.75.75 0 0 1 .877-1.212M14.25 2.5a.75.75 0 0 1 .102 1.493L14.25 4h-4.5a.75.75 0 0 1-.102-1.493L9.75 2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.993 3.994a8.5 8.5 0 1 0 12.013 12.013l2.493 2.494a.75.75 0 0 0 1.061-1.061zm13.884 16.005a7 7 0 1 1-9.89-9.89l3.976 3.976v.939l.007.102a.75.75 0 0 0 1.36.325zm-5.727-9.97l1.313 1.313V8.75l-.007-.102a.75.75 0 0 0-1.306-.393M19 13.5a7 7 0 0 1-.296 2.022l1.174 1.175A8.5 8.5 0 0 0 8.803 5.622l1.175 1.174A7 7 0 0 1 19 13.5m.147-8.386l.083.06l1.158.964a.75.75 0 0 1-.877 1.212l-.082-.06l-1.159-.964a.75.75 0 0 1 .877-1.212M14.25 2.5a.75.75 0 0 1 .102 1.493L14.25 4h-4.5a.75.75 0 0 1-.102-1.493L9.75 2.5z"/></svg>
</template>

CSS

.icon-timer-off-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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l3.993%203.994a8.5%208.5%200%201%200%2012.013%2012.013l2.493%202.494a.75.75%200%200%200%201.061-1.061zm13.884%2016.005a7%207%200%201%201-9.89-9.89l3.976%203.976v.939l.007.102a.75.75%200%200%200%201.36.325zm-5.727-9.97l1.313%201.313V8.75l-.007-.102a.75.75%200%200%200-1.306-.393M19%2013.5a7%207%200%200%201-.296%202.022l1.174%201.175A8.5%208.5%200%200%200%208.803%205.622l1.175%201.174A7%207%200%200%201%2019%2013.5m.147-8.386l.083.06l1.158.964a.75.75%200%200%201-.877%201.212l-.082-.06l-1.159-.964a.75.75%200%200%201%20.877-1.212M14.25%202.5a.75.75%200%200%201%20.102%201.493L14.25%204h-4.5a.75.75%200%200%201-.102-1.493L9.75%202.5z%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l3.993%203.994a8.5%208.5%200%201%200%2012.013%2012.013l2.493%202.494a.75.75%200%200%200%201.061-1.061zm13.884%2016.005a7%207%200%201%201-9.89-9.89l3.976%203.976v.939l.007.102a.75.75%200%200%200%201.36.325zm-5.727-9.97l1.313%201.313V8.75l-.007-.102a.75.75%200%200%200-1.306-.393M19%2013.5a7%207%200%200%201-.296%202.022l1.174%201.175A8.5%208.5%200%200%200%208.803%205.622l1.175%201.174A7%207%200%200%201%2019%2013.5m.147-8.386l.083.06l1.158.964a.75.75%200%200%201-.877%201.212l-.082-.06l-1.159-.964a.75.75%200%200%201%20.877-1.212M14.25%202.5a.75.75%200%200%201%20.102%201.493L14.25%204h-4.5a.75.75%200%200%201-.102-1.493L9.75%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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