twotone timer off icon

twotone-timer-off from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
twotone-timer-off
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the twotone 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 20c1.47 0 2.83-.45 3.95-1.22L6.22 9.05A6.95 6.95 0 0 0 5 13c0 3.87 3.13 7 7 7m0-14c-.94 0-1.83.19-2.65.52L11 8.17V8h2v2.17l5.48 5.48c.33-.82.52-1.71.52-2.65c0-3.87-3.13-7-7-7" opacity=".3"/><path fill="currentColor" d="M9 1h6v2H9zm3 5c3.87 0 7 3.13 7 7c0 .94-.19 1.83-.52 2.65l1.5 1.5a8.96 8.96 0 0 0-.95-9.76l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42a8.96 8.96 0 0 0-9.77-.96l1.5 1.5A7.1 7.1 0 0 1 12 6"/><path fill="currentColor" d="M11 8v.17l2 2V8zM2.81 2.81L1.39 4.22l3.4 3.4a8.994 8.994 0 0 0 12.59 12.59l2.4 2.4l1.41-1.41zM12 20c-3.87 0-7-3.13-7-7c0-1.47.45-2.83 1.22-3.95l9.73 9.73A6.95 6.95 0 0 1 12 20"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneTimerOff(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 20c1.47 0 2.83-.45 3.95-1.22L6.22 9.05A6.95 6.95 0 0 0 5 13c0 3.87 3.13 7 7 7m0-14c-.94 0-1.83.19-2.65.52L11 8.17V8h2v2.17l5.48 5.48c.33-.82.52-1.71.52-2.65c0-3.87-3.13-7-7-7" opacity=".3"/><path fill="currentColor" d="M9 1h6v2H9zm3 5c3.87 0 7 3.13 7 7c0 .94-.19 1.83-.52 2.65l1.5 1.5a8.96 8.96 0 0 0-.95-9.76l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42a8.96 8.96 0 0 0-9.77-.96l1.5 1.5A7.1 7.1 0 0 1 12 6"/><path fill="currentColor" d="M11 8v.17l2 2V8zM2.81 2.81L1.39 4.22l3.4 3.4a8.994 8.994 0 0 0 12.59 12.59l2.4 2.4l1.41-1.41zM12 20c-3.87 0-7-3.13-7-7c0-1.47.45-2.83 1.22-3.95l9.73 9.73A6.95 6.95 0 0 1 12 20"/></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 20c1.47 0 2.83-.45 3.95-1.22L6.22 9.05A6.95 6.95 0 0 0 5 13c0 3.87 3.13 7 7 7m0-14c-.94 0-1.83.19-2.65.52L11 8.17V8h2v2.17l5.48 5.48c.33-.82.52-1.71.52-2.65c0-3.87-3.13-7-7-7" opacity=".3"/><path fill="currentColor" d="M9 1h6v2H9zm3 5c3.87 0 7 3.13 7 7c0 .94-.19 1.83-.52 2.65l1.5 1.5a8.96 8.96 0 0 0-.95-9.76l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42a8.96 8.96 0 0 0-9.77-.96l1.5 1.5A7.1 7.1 0 0 1 12 6"/><path fill="currentColor" d="M11 8v.17l2 2V8zM2.81 2.81L1.39 4.22l3.4 3.4a8.994 8.994 0 0 0 12.59 12.59l2.4 2.4l1.41-1.41zM12 20c-3.87 0-7-3.13-7-7c0-1.47.45-2.83 1.22-3.95l9.73 9.73A6.95 6.95 0 0 1 12 20"/></svg>
</template>

CSS

.icon-twotone-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%22M12%2020c1.47%200%202.83-.45%203.95-1.22L6.22%209.05A6.95%206.95%200%200%200%205%2013c0%203.87%203.13%207%207%207m0-14c-.94%200-1.83.19-2.65.52L11%208.17V8h2v2.17l5.48%205.48c.33-.82.52-1.71.52-2.65c0-3.87-3.13-7-7-7%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201h6v2H9zm3%205c3.87%200%207%203.13%207%207c0%20.94-.19%201.83-.52%202.65l1.5%201.5a8.96%208.96%200%200%200-.95-9.76l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42%201.42a8.96%208.96%200%200%200-9.77-.96l1.5%201.5A7.1%207.1%200%200%201%2012%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208v.17l2%202V8zM2.81%202.81L1.39%204.22l3.4%203.4a8.994%208.994%200%200%200%2012.59%2012.59l2.4%202.4l1.41-1.41zM12%2020c-3.87%200-7-3.13-7-7c0-1.47.45-2.83%201.22-3.95l9.73%209.73A6.95%206.95%200%200%201%2012%2020%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%2020c1.47%200%202.83-.45%203.95-1.22L6.22%209.05A6.95%206.95%200%200%200%205%2013c0%203.87%203.13%207%207%207m0-14c-.94%200-1.83.19-2.65.52L11%208.17V8h2v2.17l5.48%205.48c.33-.82.52-1.71.52-2.65c0-3.87-3.13-7-7-7%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201h6v2H9zm3%205c3.87%200%207%203.13%207%207c0%20.94-.19%201.83-.52%202.65l1.5%201.5a8.96%208.96%200%200%200-.95-9.76l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42%201.42a8.96%208.96%200%200%200-9.77-.96l1.5%201.5A7.1%207.1%200%200%201%2012%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208v.17l2%202V8zM2.81%202.81L1.39%204.22l3.4%203.4a8.994%208.994%200%200%200%2012.59%2012.59l2.4%202.4l1.41-1.41zM12%2020c-3.87%200-7-3.13-7-7c0-1.47.45-2.83%201.22-3.95l9.73%209.73A6.95%206.95%200%200%201%2012%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-timer-off.svg?color=%231a73e8&size=48