watch off icon
watch-off from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- watch-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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.575"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWatchOff(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.575"/></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.575"/></svg> </template>
CSS
.icon-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%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.575%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.575%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.svg?color=%231a73e8&size=48