round-watch-off from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
round-watch-off
Set
Google Material Icons
Style
Baseline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

More hardware icons from Google Material Icons

Use the round watch 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 7c2.76 0 5 2.24 5 5c0 .64-.13 1.25-.35 1.82l1.5 1.5a6.96 6.96 0 0 0-1.79-8.79l-.93-3.1A2 2 0 0 0 13.51 2h-3.02c-.89 0-1.66.58-1.92 1.42l-.53 1.79l2.14 2.14C10.75 7.13 11.36 7 12 7M2.1 3.51a.996.996 0 0 0 0 1.41l3.75 3.75C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47l.93 3.1c.26.85 1.03 1.43 1.92 1.43h3.02c.88 0 1.66-.58 1.92-1.43l.53-1.78l3.11 3.11a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0M12 17c-2.76 0-5-2.24-5-5c0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWatchOff(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 7c2.76 0 5 2.24 5 5c0 .64-.13 1.25-.35 1.82l1.5 1.5a6.96 6.96 0 0 0-1.79-8.79l-.93-3.1A2 2 0 0 0 13.51 2h-3.02c-.89 0-1.66.58-1.92 1.42l-.53 1.79l2.14 2.14C10.75 7.13 11.36 7 12 7M2.1 3.51a.996.996 0 0 0 0 1.41l3.75 3.75C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47l.93 3.1c.26.85 1.03 1.43 1.92 1.43h3.02c.88 0 1.66-.58 1.92-1.43l.53-1.78l3.11 3.11a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0M12 17c-2.76 0-5-2.24-5-5c0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.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 7c2.76 0 5 2.24 5 5c0 .64-.13 1.25-.35 1.82l1.5 1.5a6.96 6.96 0 0 0-1.79-8.79l-.93-3.1A2 2 0 0 0 13.51 2h-3.02c-.89 0-1.66.58-1.92 1.42l-.53 1.79l2.14 2.14C10.75 7.13 11.36 7 12 7M2.1 3.51a.996.996 0 0 0 0 1.41l3.75 3.75C5.31 9.67 5 10.8 5 12c0 2.22 1.03 4.19 2.64 5.47l.93 3.1c.26.85 1.03 1.43 1.92 1.43h3.02c.88 0 1.66-.58 1.92-1.43l.53-1.78l3.11 3.11a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0M12 17c-2.76 0-5-2.24-5-5c0-.64.13-1.25.35-1.82l6.47 6.47c-.57.22-1.18.35-1.82.35"/></svg>
</template>

CSS

.icon-round-watch-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%207c2.76%200%205%202.24%205%205c0%20.64-.13%201.25-.35%201.82l1.5%201.5a6.96%206.96%200%200%200-1.79-8.79l-.93-3.1A2%202%200%200%200%2013.51%202h-3.02c-.89%200-1.66.58-1.92%201.42l-.53%201.79l2.14%202.14C10.75%207.13%2011.36%207%2012%207M2.1%203.51a.996.996%200%200%200%200%201.41l3.75%203.75C5.31%209.67%205%2010.8%205%2012c0%202.22%201.03%204.19%202.64%205.47l.93%203.1c.26.85%201.03%201.43%201.92%201.43h3.02c.88%200%201.66-.58%201.92-1.43l.53-1.78l3.11%203.11a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200M12%2017c-2.76%200-5-2.24-5-5c0-.64.13-1.25.35-1.82l6.47%206.47c-.57.22-1.18.35-1.82.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%207c2.76%200%205%202.24%205%205c0%20.64-.13%201.25-.35%201.82l1.5%201.5a6.96%206.96%200%200%200-1.79-8.79l-.93-3.1A2%202%200%200%200%2013.51%202h-3.02c-.89%200-1.66.58-1.92%201.42l-.53%201.79l2.14%202.14C10.75%207.13%2011.36%207%2012%207M2.1%203.51a.996.996%200%200%200%200%201.41l3.75%203.75C5.31%209.67%205%2010.8%205%2012c0%202.22%201.03%204.19%202.64%205.47l.93%203.1c.26.85%201.03%201.43%201.92%201.43h3.02c.88%200%201.66-.58%201.92-1.43l.53-1.78l3.11%203.11a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200M12%2017c-2.76%200-5-2.24-5-5c0-.64.13-1.25.35-1.82l6.47%206.47c-.57.22-1.18.35-1.82.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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