timer off icon
timer-off-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- timer-off-outline-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.95 17.15l-1.5-1.5q.275-.675.413-1.337T19 13q0-2.9-2.05-4.95T12 6q-.6 0-1.275.125t-1.4.4l-1.5-1.5q.95-.5 2.012-.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.062M13 10.2V8h-2v.2zm6.8 12.4l-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.4zM12 20q1.05 0 2.05-.325t1.875-.925L6.2 9.025q-.6.875-.9 1.875T5 13q0 2.9 2.05 4.95T12 20M9 3V1h6v2zm4.9 8.075"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimerOffOutline(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.95 17.15l-1.5-1.5q.275-.675.413-1.337T19 13q0-2.9-2.05-4.95T12 6q-.6 0-1.275.125t-1.4.4l-1.5-1.5q.95-.5 2.012-.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.062M13 10.2V8h-2v.2zm6.8 12.4l-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.4zM12 20q1.05 0 2.05-.325t1.875-.925L6.2 9.025q-.6.875-.9 1.875T5 13q0 2.9 2.05 4.95T12 20M9 3V1h6v2zm4.9 8.075"/></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.95 17.15l-1.5-1.5q.275-.675.413-1.337T19 13q0-2.9-2.05-4.95T12 6q-.6 0-1.275.125t-1.4.4l-1.5-1.5q.95-.5 2.012-.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.062M13 10.2V8h-2v.2zm6.8 12.4l-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.4zM12 20q1.05 0 2.05-.325t1.875-.925L6.2 9.025q-.6.875-.9 1.875T5 13q0 2.9 2.05 4.95T12 20M9 3V1h6v2zm4.9 8.075"/></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%22m19.95%2017.15l-1.5-1.5q.275-.675.413-1.337T19%2013q0-2.9-2.05-4.95T12%206q-.6%200-1.275.125t-1.4.4l-1.5-1.5q.95-.5%202.012-.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.062M13%2010.2V8h-2v.2zm6.8%2012.4l-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.4zM12%2020q1.05%200%202.05-.325t1.875-.925L6.2%209.025q-.6.875-.9%201.875T5%2013q0%202.9%202.05%204.95T12%2020M9%203V1h6v2zm4.9%208.075%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.95%2017.15l-1.5-1.5q.275-.675.413-1.337T19%2013q0-2.9-2.05-4.95T12%206q-.6%200-1.275.125t-1.4.4l-1.5-1.5q.95-.5%202.012-.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.062M13%2010.2V8h-2v.2zm6.8%2012.4l-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.4zM12%2020q1.05%200%202.05-.325t1.875-.925L6.2%209.025q-.6.875-.9%201.875T5%2013q0%202.9%202.05%204.95T12%2020M9%203V1h6v2zm4.9%208.075%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-outline.svg?color=%231a73e8&size=48