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

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

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="M12 22q-1.85 0-3.488-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587 1.338T12 22M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm8.7 12.9L13 10.2V9q0-.425-.288-.712T12 8q-.25 0-.462.1t-.338.3L9.075 6.275q-.45-.45-.325-1.075t.725-.825t1.238-.288T12 4q1.5 0 2.938.5t2.712 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95 1.275 1.45 2.713T21 13q0 .65-.088 1.275t-.287 1.25q-.2.6-.825.725t-1.1-.35"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTimerOffRounded(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 22q-1.85 0-3.488-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587 1.338T12 22M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm8.7 12.9L13 10.2V9q0-.425-.288-.712T12 8q-.25 0-.462.1t-.338.3L9.075 6.275q-.45-.45-.325-1.075t.725-.825t1.238-.288T12 4q1.5 0 2.938.5t2.712 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95 1.275 1.45 2.713T21 13q0 .65-.088 1.275t-.287 1.25q-.2.6-.825.725t-1.1-.35"/></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 22q-1.85 0-3.488-.712T5.65 19.35t-1.937-2.863T3 13q0-1.5.463-2.887T4.8 7.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587 1.338T12 22M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm8.7 12.9L13 10.2V9q0-.425-.288-.712T12 8q-.25 0-.462.1t-.338.3L9.075 6.275q-.45-.45-.325-1.075t.725-.825t1.238-.288T12 4q1.5 0 2.938.5t2.712 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95 1.275 1.45 2.713T21 13q0 .65-.088 1.275t-.287 1.25q-.2.6-.825.725t-1.1-.35"/></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%2022q-1.85%200-3.488-.712T5.65%2019.35t-1.937-2.863T3%2013q0-1.5.463-2.887T4.8%207.6L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587%201.338T12%2022M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm8.7%2012.9L13%2010.2V9q0-.425-.288-.712T12%208q-.25%200-.462.1t-.338.3L9.075%206.275q-.45-.45-.325-1.075t.725-.825t1.238-.288T12%204q1.5%200%202.938.5t2.712%201.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95%201.275%201.45%202.713T21%2013q0%20.65-.088%201.275t-.287%201.25q-.2.6-.825.725t-1.1-.35%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%2022q-1.85%200-3.488-.712T5.65%2019.35t-1.937-2.863T3%2013q0-1.5.463-2.887T4.8%207.6L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.7-1.7q-1.2.875-2.587%201.338T12%2022M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm8.7%2012.9L13%2010.2V9q0-.425-.288-.712T12%208q-.25%200-.462.1t-.338.3L9.075%206.275q-.45-.45-.325-1.075t.725-.825t1.238-.288T12%204q1.5%200%202.938.5t2.712%201.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7q.95%201.275%201.45%202.713T21%2013q0%20.65-.088%201.275t-.287%201.25q-.2.6-.825.725t-1.1-.35%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-rounded.svg?color=%231a73e8&size=48