timer off icon
timer-off-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stopwatch-off-outline
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="M12 20a7 7 0 0 1-7-7c0-1.28.35-2.5.95-3.5l9.55 9.54c-1 .61-2.22.96-3.5.96M3 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 14zm8 5.44l2 2V8h-2m4-7H9v2h6m4.04 1.55l-1.42 1.42A9 9 0 0 0 12 4c-1.83 0-3.53.55-4.95 1.5L8.5 6.94C9.53 6.35 10.73 6 12 6a7 7 0 0 1 7 7c0 1.27-.35 2.47-.94 3.5l1.44 1.44c.95-1.41 1.5-3.11 1.5-4.94c0-2.12-.74-4.07-1.97-5.61l1.42-1.42z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTimerOffOutline(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="M12 20a7 7 0 0 1-7-7c0-1.28.35-2.5.95-3.5l9.55 9.54c-1 .61-2.22.96-3.5.96M3 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 14zm8 5.44l2 2V8h-2m4-7H9v2h6m4.04 1.55l-1.42 1.42A9 9 0 0 0 12 4c-1.83 0-3.53.55-4.95 1.5L8.5 6.94C9.53 6.35 10.73 6 12 6a7 7 0 0 1 7 7c0 1.27-.35 2.47-.94 3.5l1.44 1.44c.95-1.41 1.5-3.11 1.5-4.94c0-2.12-.74-4.07-1.97-5.61l1.42-1.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20a7 7 0 0 1-7-7c0-1.28.35-2.5.95-3.5l9.55 9.54c-1 .61-2.22.96-3.5.96M3 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 14zm8 5.44l2 2V8h-2m4-7H9v2h6m4.04 1.55l-1.42 1.42A9 9 0 0 0 12 4c-1.83 0-3.53.55-4.95 1.5L8.5 6.94C9.53 6.35 10.73 6 12 6a7 7 0 0 1 7 7c0 1.27-.35 2.47-.94 3.5l1.44 1.44c.95-1.41 1.5-3.11 1.5-4.94c0-2.12-.74-4.07-1.97-5.61l1.42-1.42z"/></svg> </template>
CSS
.icon-timer-off-outline {
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%22M12%2020a7%207%200%200%201-7-7c0-1.28.35-2.5.95-3.5l9.55%209.54c-1%20.61-2.22.96-3.5.96M3%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%2014zm8%205.44l2%202V8h-2m4-7H9v2h6m4.04%201.55l-1.42%201.42A9%209%200%200%200%2012%204c-1.83%200-3.53.55-4.95%201.5L8.5%206.94C9.53%206.35%2010.73%206%2012%206a7%207%200%200%201%207%207c0%201.27-.35%202.47-.94%203.5l1.44%201.44c.95-1.41%201.5-3.11%201.5-4.94c0-2.12-.74-4.07-1.97-5.61l1.42-1.42z%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%22M12%2020a7%207%200%200%201-7-7c0-1.28.35-2.5.95-3.5l9.55%209.54c-1%20.61-2.22.96-3.5.96M3%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%2014zm8%205.44l2%202V8h-2m4-7H9v2h6m4.04%201.55l-1.42%201.42A9%209%200%200%200%2012%204c-1.83%200-3.53.55-4.95%201.5L8.5%206.94C9.53%206.35%2010.73%206%2012%206a7%207%200%200%201%207%207c0%201.27-.35%202.47-.94%203.5l1.44%201.44c.95-1.41%201.5-3.11%201.5-4.94c0-2.12-.74-4.07-1.97-5.61l1.42-1.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/timer-off-outline.svg?color=%231a73e8&size=48