timer off icon
timer-off from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stopwatch-off
1 other variant in Material Design Icons
The same icon in other sets
More date / time icons from Material Design Icons
airplane-clockalarmalarm-checkalarm-multiplealarm-offalarm-plusalarm-snoozearchive-clockav-timerbed-clockbook-clockbriefcase-clockbus-clockcalendarcalendar-arrow-leftcalendar-arrow-rightcalendar-badgecalendar-blankcalendar-blank-multiplecalendar-checkcalendar-clockcalendar-collapse-horizontalcalendar-cursorcalendar-edit
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 4L1.75 5.27L4.5 8.03A8.9 8.9 0 0 0 3 13a9 9 0 0 0 9 9c1.84 0 3.55-.55 5-1.5l2.5 2.5l1.25-1.27L13.04 14zm12-3H9v2h6m6 10c0 1.83-.55 3.53-1.5 4.94L13 11.45V7h-2v2.45L7.05 5.5C8.47 4.55 10.17 4 12 4c2.12 0 4.07.74 5.62 1.97l1.42-1.42l1.41 1.42l-1.42 1.42A8.96 8.96 0 0 1 21 13"/></svg>
React
import type { SVGProps } from "react";
export function MdiTimerOff(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 4L1.75 5.27L4.5 8.03A8.9 8.9 0 0 0 3 13a9 9 0 0 0 9 9c1.84 0 3.55-.55 5-1.5l2.5 2.5l1.25-1.27L13.04 14zm12-3H9v2h6m6 10c0 1.83-.55 3.53-1.5 4.94L13 11.45V7h-2v2.45L7.05 5.5C8.47 4.55 10.17 4 12 4c2.12 0 4.07.74 5.62 1.97l1.42-1.42l1.41 1.42l-1.42 1.42A8.96 8.96 0 0 1 21 13"/></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 4L1.75 5.27L4.5 8.03A8.9 8.9 0 0 0 3 13a9 9 0 0 0 9 9c1.84 0 3.55-.55 5-1.5l2.5 2.5l1.25-1.27L13.04 14zm12-3H9v2h6m6 10c0 1.83-.55 3.53-1.5 4.94L13 11.45V7h-2v2.45L7.05 5.5C8.47 4.55 10.17 4 12 4c2.12 0 4.07.74 5.62 1.97l1.42-1.42l1.41 1.42l-1.42 1.42A8.96 8.96 0 0 1 21 13"/></svg> </template>
CSS
.icon-timer-off {
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%204L1.75%205.27L4.5%208.03A8.9%208.9%200%200%200%203%2013a9%209%200%200%200%209%209c1.84%200%203.55-.55%205-1.5l2.5%202.5l1.25-1.27L13.04%2014zm12-3H9v2h6m6%2010c0%201.83-.55%203.53-1.5%204.94L13%2011.45V7h-2v2.45L7.05%205.5C8.47%204.55%2010.17%204%2012%204c2.12%200%204.07.74%205.62%201.97l1.42-1.42l1.41%201.42l-1.42%201.42A8.96%208.96%200%200%201%2021%2013%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%204L1.75%205.27L4.5%208.03A8.9%208.9%200%200%200%203%2013a9%209%200%200%200%209%209c1.84%200%203.55-.55%205-1.5l2.5%202.5l1.25-1.27L13.04%2014zm12-3H9v2h6m6%2010c0%201.83-.55%203.53-1.5%204.94L13%2011.45V7h-2v2.45L7.05%205.5C8.47%204.55%2010.17%204%2012%204c2.12%200%204.07.74%205.62%201.97l1.42-1.42l1.41%201.42l-1.42%201.42A8.96%208.96%200%200%201%2021%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/timer-off.svg?color=%231a73e8&size=48