watch-off-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
watch-off-outline
Set
Material Symbols
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
watch-off-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the 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="m19.8 22.6l-3.825-3.825l-.975 3.25H9l-1.35-4.55q-1.2-.95-1.925-2.375T5 12q0-.9.225-1.737t.65-1.588L1.4 4.2l1.425-1.425l18.4 18.4zM12 17q.5 0 .95-.088t.875-.262L7.35 10.175q-.175.425-.262.875T7 12q0 2.075 1.463 3.538T12 17m6.175-1.7l-1.5-1.5q.175-.425.25-.862T17 12q0-2.075-1.463-3.537T12 7q-.5 0-.937.075t-.863.25l-2.15-2.15l.95-3.2h6l1.35 4.55q1.2.95 1.925 2.375T19 12q0 .9-.2 1.725t-.625 1.575M10.5 4h3zm0 16h3zm-.4-14.75q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWatchOffOutline(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.8 22.6l-3.825-3.825l-.975 3.25H9l-1.35-4.55q-1.2-.95-1.925-2.375T5 12q0-.9.225-1.737t.65-1.588L1.4 4.2l1.425-1.425l18.4 18.4zM12 17q.5 0 .95-.088t.875-.262L7.35 10.175q-.175.425-.262.875T7 12q0 2.075 1.463 3.538T12 17m6.175-1.7l-1.5-1.5q.175-.425.25-.862T17 12q0-2.075-1.463-3.537T12 7q-.5 0-.937.075t-.863.25l-2.15-2.15l.95-3.2h6l1.35 4.55q1.2.95 1.925 2.375T19 12q0 .9-.2 1.725t-.625 1.575M10.5 4h3zm0 16h3zm-.4-14.75q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188z"/></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.8 22.6l-3.825-3.825l-.975 3.25H9l-1.35-4.55q-1.2-.95-1.925-2.375T5 12q0-.9.225-1.737t.65-1.588L1.4 4.2l1.425-1.425l18.4 18.4zM12 17q.5 0 .95-.088t.875-.262L7.35 10.175q-.175.425-.262.875T7 12q0 2.075 1.463 3.538T12 17m6.175-1.7l-1.5-1.5q.175-.425.25-.862T17 12q0-2.075-1.463-3.537T12 7q-.5 0-.937.075t-.863.25l-2.15-2.15l.95-3.2h6l1.35 4.55q1.2.95 1.925 2.375T19 12q0 .9-.2 1.725t-.625 1.575M10.5 4h3zm0 16h3zm-.4-14.75q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188z"/></svg>
</template>

CSS

.icon-watch-off-outline {
  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.8%2022.6l-3.825-3.825l-.975%203.25H9l-1.35-4.55q-1.2-.95-1.925-2.375T5%2012q0-.9.225-1.737t.65-1.588L1.4%204.2l1.425-1.425l18.4%2018.4zM12%2017q.5%200%20.95-.088t.875-.262L7.35%2010.175q-.175.425-.262.875T7%2012q0%202.075%201.463%203.538T12%2017m6.175-1.7l-1.5-1.5q.175-.425.25-.862T17%2012q0-2.075-1.463-3.537T12%207q-.5%200-.937.075t-.863.25l-2.15-2.15l.95-3.2h6l1.35%204.55q1.2.95%201.925%202.375T19%2012q0%20.9-.2%201.725t-.625%201.575M10.5%204h3zm0%2016h3zm-.4-14.75q.5-.125.963-.2T12%204.975t.938.075t.962.2L13.5%204h-3zM10.5%2020h3l.4-1.25q-.5.125-.962.188T12%2019t-.937-.062t-.963-.188z%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.8%2022.6l-3.825-3.825l-.975%203.25H9l-1.35-4.55q-1.2-.95-1.925-2.375T5%2012q0-.9.225-1.737t.65-1.588L1.4%204.2l1.425-1.425l18.4%2018.4zM12%2017q.5%200%20.95-.088t.875-.262L7.35%2010.175q-.175.425-.262.875T7%2012q0%202.075%201.463%203.538T12%2017m6.175-1.7l-1.5-1.5q.175-.425.25-.862T17%2012q0-2.075-1.463-3.537T12%207q-.5%200-.937.075t-.863.25l-2.15-2.15l.95-3.2h6l1.35%204.55q1.2.95%201.925%202.375T19%2012q0%20.9-.2%201.725t-.625%201.575M10.5%204h3zm0%2016h3zm-.4-14.75q.5-.125.963-.2T12%204.975t.938.075t.962.2L13.5%204h-3zM10.5%2020h3l.4-1.25q-.5.125-.962.188T12%2019t-.937-.062t-.963-.188z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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