timer-off from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
timer-off
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
timer-off-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.954 21.37l-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.324zM9.384 2.5v-1h5.232v1zm9.835 13.9L12.5 9.68V8.386h-1v.296L8.594 5.775q.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.668"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTimerOff(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.954 21.37l-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.324zM9.384 2.5v-1h5.232v1zm9.835 13.9L12.5 9.68V8.386h-1v.296L8.594 5.775q.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.668"/></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.954 21.37l-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.324zM9.384 2.5v-1h5.232v1zm9.835 13.9L12.5 9.68V8.386h-1v.296L8.594 5.775q.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.668"/></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.954%2021.37l-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.324zM9.384%202.5v-1h5.232v1zm9.835%2013.9L12.5%209.68V8.386h-1v.296L8.594%205.775q.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.668%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.954%2021.37l-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.324zM9.384%202.5v-1h5.232v1zm9.835%2013.9L12.5%209.68V8.386h-1v.296L8.594%205.775q.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.668%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.svg?color=%231a73e8&size=48