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

Name
timer-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

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="M12 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.985 4.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616 16.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066 1.01-2.492 1.578T12 21M9.884 2.5q-.213 0-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm8.297 12.862L12.5 9.68v-.796q0-.214-.143-.357q-.143-.144-.357-.144q-.154 0-.28.1t-.174.243L9.633 6.813q-.373-.372-.267-.892q.105-.519.609-.661t1.016-.201T12 5q1.423 0 2.774.51t2.51 1.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97 1.16 1.489 2.52T20 13q0 .496-.059 1.006t-.2 1.019q-.143.504-.662.61q-.52.105-.898-.274"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTimerOffRounded(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 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.985 4.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616 16.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066 1.01-2.492 1.578T12 21M9.884 2.5q-.213 0-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm8.297 12.862L12.5 9.68v-.796q0-.214-.143-.357q-.143-.144-.357-.144q-.154 0-.28.1t-.174.243L9.633 6.813q-.373-.372-.267-.892q.105-.519.609-.661t1.016-.201T12 5q1.423 0 2.774.51t2.51 1.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97 1.16 1.489 2.52T20 13q0 .496-.059 1.006t-.2 1.019q-.143.504-.662.61q-.52.105-.898-.274"/></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 21q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 13q0-1.538.549-2.935T6.146 7.56L2.985 4.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616 16.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066 1.01-2.492 1.578T12 21M9.884 2.5q-.213 0-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm8.297 12.862L12.5 9.68v-.796q0-.214-.143-.357q-.143-.144-.357-.144q-.154 0-.28.1t-.174.243L9.633 6.813q-.373-.372-.267-.892q.105-.519.609-.661t1.016-.201T12 5q1.423 0 2.774.51t2.51 1.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97 1.16 1.489 2.52T20 13q0 .496-.059 1.006t-.2 1.019q-.143.504-.662.61q-.52.105-.898-.274"/></svg>
</template>

CSS

.icon-timer-off-rounded {
  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%2021q-1.658%200-3.113-.626t-2.545-1.716t-1.716-2.546T4%2013q0-1.538.549-2.935T6.146%207.56L2.985%204.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616%2016.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066%201.01-2.492%201.578T12%2021M9.884%202.5q-.213%200-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214%200%20.357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm8.297%2012.862L12.5%209.68v-.796q0-.214-.143-.357q-.143-.144-.357-.144q-.154%200-.28.1t-.174.243L9.633%206.813q-.373-.372-.267-.892q.105-.519.609-.661t1.016-.201T12%205q1.423%200%202.774.51t2.51%201.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97%201.16%201.489%202.52T20%2013q0%20.496-.059%201.006t-.2%201.019q-.143.504-.662.61q-.52.105-.898-.274%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%2021q-1.658%200-3.113-.626t-2.545-1.716t-1.716-2.546T4%2013q0-1.538.549-2.935T6.146%207.56L2.985%204.4q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l16.616%2016.616q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-2.161-2.161q-1.066%201.01-2.492%201.578T12%2021M9.884%202.5q-.213%200-.356-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214%200%20.357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zm8.297%2012.862L12.5%209.68v-.796q0-.214-.143-.357q-.143-.144-.357-.144q-.154%200-.28.1t-.174.243L9.633%206.813q-.373-.372-.267-.892q.105-.519.609-.661t1.016-.201T12%205q1.423%200%202.774.51t2.51%201.479l.739-.739q.14-.14.344-.15t.364.15t.16.354t-.16.354l-.739.738q.97%201.16%201.489%202.52T20%2013q0%20.496-.059%201.006t-.2%201.019q-.143.504-.662.61q-.52.105-.898-.274%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-rounded.svg?color=%231a73e8&size=48