timer off icon
timer-off from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- timer-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="m19.8 22.6l-2.4-2.4q-1.2.875-2.588 1.338T12 22q-1.85 0-3.488-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L1.4 4.2l1.4-1.4l18.4 18.4zM9 3V1h6v2zm10.95 14.15L13 10.2V8h-2v.2L7.825 5.025q.95-.5 2.013-.763T12 4q1.5 0 2.938.5t2.712 1.45l1.4-1.4l1.4 1.4l-1.4 1.4q.95 1.275 1.45 2.713T21 13q0 1.05-.262 2.088t-.788 2.062"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimerOff(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="m19.8 22.6l-2.4-2.4q-1.2.875-2.588 1.338T12 22q-1.85 0-3.488-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L1.4 4.2l1.4-1.4l18.4 18.4zM9 3V1h6v2zm10.95 14.15L13 10.2V8h-2v.2L7.825 5.025q.95-.5 2.013-.763T12 4q1.5 0 2.938.5t2.712 1.45l1.4-1.4l1.4 1.4l-1.4 1.4q.95 1.275 1.45 2.713T21 13q0 1.05-.262 2.088t-.788 2.062"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-2.4-2.4q-1.2.875-2.588 1.338T12 22q-1.85 0-3.488-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L1.4 4.2l1.4-1.4l18.4 18.4zM9 3V1h6v2zm10.95 14.15L13 10.2V8h-2v.2L7.825 5.025q.95-.5 2.013-.763T12 4q1.5 0 2.938.5t2.712 1.45l1.4-1.4l1.4 1.4l-1.4 1.4q.95 1.275 1.45 2.713T21 13q0 1.05-.262 2.088t-.788 2.062"/></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%22m19.8%2022.6l-2.4-2.4q-1.2.875-2.588%201.338T12%2022q-1.85%200-3.488-.712T5.65%2019.35t-1.937-2.863T3%2013q0-1.5.463-2.887T4.8%207.6L1.4%204.2l1.4-1.4l18.4%2018.4zM9%203V1h6v2zm10.95%2014.15L13%2010.2V8h-2v.2L7.825%205.025q.95-.5%202.013-.763T12%204q1.5%200%202.938.5t2.712%201.45l1.4-1.4l1.4%201.4l-1.4%201.4q.95%201.275%201.45%202.713T21%2013q0%201.05-.262%202.088t-.788%202.062%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%22m19.8%2022.6l-2.4-2.4q-1.2.875-2.588%201.338T12%2022q-1.85%200-3.488-.712T5.65%2019.35t-1.937-2.863T3%2013q0-1.5.463-2.887T4.8%207.6L1.4%204.2l1.4-1.4l18.4%2018.4zM9%203V1h6v2zm10.95%2014.15L13%2010.2V8h-2v.2L7.825%205.025q.95-.5%202.013-.763T12%204q1.5%200%202.938.5t2.712%201.45l1.4-1.4l1.4%201.4l-1.4%201.4q.95%201.275%201.45%202.713T21%2013q0%201.05-.262%202.088t-.788%202.062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/timer-off.svg?color=%231a73e8&size=48