timer off icon
timer-off-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- timer-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- timer-off-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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.22 16.4l-.75-.75q.274-.656.402-1.318Q19 13.669 19 13q0-2.9-2.05-4.95T12 6q-.6 0-1.313.125t-1.343.4l-.75-.75q.777-.385 1.657-.58T12 5q1.423 0 2.774.51t2.51 1.479l1.093-1.093l.708.708l-1.093 1.092q.97 1.16 1.489 2.52T20 13q0 .858-.195 1.732t-.586 1.668M12.5 9.68V8.386h-1v.296zm7.454 11.69l-2.515-2.516q-1.066 1.01-2.492 1.578T12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.631 4.046l.708-.708l17.323 17.324zM12 20q1.28 0 2.502-.488q1.221-.489 2.212-1.377l-9.86-9.86q-.889.952-1.371 2.164T5 13q0 2.9 2.05 4.95T12 20M9.385 2.5v-1h5.23v1zm4.534 8.575"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTimerOffOutline(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.22 16.4l-.75-.75q.274-.656.402-1.318Q19 13.669 19 13q0-2.9-2.05-4.95T12 6q-.6 0-1.313.125t-1.343.4l-.75-.75q.777-.385 1.657-.58T12 5q1.423 0 2.774.51t2.51 1.479l1.093-1.093l.708.708l-1.093 1.092q.97 1.16 1.489 2.52T20 13q0 .858-.195 1.732t-.586 1.668M12.5 9.68V8.386h-1v.296zm7.454 11.69l-2.515-2.516q-1.066 1.01-2.492 1.578T12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.631 4.046l.708-.708l17.323 17.324zM12 20q1.28 0 2.502-.488q1.221-.489 2.212-1.377l-9.86-9.86q-.889.952-1.371 2.164T5 13q0 2.9 2.05 4.95T12 20M9.385 2.5v-1h5.23v1zm4.534 8.575"/></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.22 16.4l-.75-.75q.274-.656.402-1.318Q19 13.669 19 13q0-2.9-2.05-4.95T12 6q-.6 0-1.313.125t-1.343.4l-.75-.75q.777-.385 1.657-.58T12 5q1.423 0 2.774.51t2.51 1.479l1.093-1.093l.708.708l-1.093 1.092q.97 1.16 1.489 2.52T20 13q0 .858-.195 1.732t-.586 1.668M12.5 9.68V8.386h-1v.296zm7.454 11.69l-2.515-2.516q-1.066 1.01-2.492 1.578T12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.631 4.046l.708-.708l17.323 17.324zM12 20q1.28 0 2.502-.488q1.221-.489 2.212-1.377l-9.86-9.86q-.889.952-1.371 2.164T5 13q0 2.9 2.05 4.95T12 20M9.385 2.5v-1h5.23v1zm4.534 8.575"/></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.22%2016.4l-.75-.75q.274-.656.402-1.318Q19%2013.669%2019%2013q0-2.9-2.05-4.95T12%206q-.6%200-1.313.125t-1.343.4l-.75-.75q.777-.385%201.657-.58T12%205q1.423%200%202.774.51t2.51%201.479l1.093-1.093l.708.708l-1.093%201.092q.97%201.16%201.489%202.52T20%2013q0%20.858-.195%201.732t-.586%201.668M12.5%209.68V8.386h-1v.296zm7.454%2011.69l-2.515-2.516q-1.066%201.01-2.492%201.578T12%2021q-1.658%200-3.113-.626t-2.545-1.716t-1.716-2.546T4%2013q0-1.538.549-2.935T6.146%207.56L2.631%204.046l.708-.708l17.323%2017.324zM12%2020q1.28%200%202.502-.488q1.221-.489%202.212-1.377l-9.86-9.86q-.889.952-1.371%202.164T5%2013q0%202.9%202.05%204.95T12%2020M9.385%202.5v-1h5.23v1zm4.534%208.575%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.22%2016.4l-.75-.75q.274-.656.402-1.318Q19%2013.669%2019%2013q0-2.9-2.05-4.95T12%206q-.6%200-1.313.125t-1.343.4l-.75-.75q.777-.385%201.657-.58T12%205q1.423%200%202.774.51t2.51%201.479l1.093-1.093l.708.708l-1.093%201.092q.97%201.16%201.489%202.52T20%2013q0%20.858-.195%201.732t-.586%201.668M12.5%209.68V8.386h-1v.296zm7.454%2011.69l-2.515-2.516q-1.066%201.01-2.492%201.578T12%2021q-1.658%200-3.113-.626t-2.545-1.716t-1.716-2.546T4%2013q0-1.538.549-2.935T6.146%207.56L2.631%204.046l.708-.708l17.323%2017.324zM12%2020q1.28%200%202.502-.488q1.221-.489%202.212-1.377l-9.86-9.86q-.889.952-1.371%202.164T5%2013q0%202.9%202.05%204.95T12%2020M9.385%202.5v-1h5.23v1zm4.534%208.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/timer-off-outline.svg?color=%231a73e8&size=48