watch off icon
watch-off-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
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.1 21.875l-3.15-3.125l-.55 1.825q-.2.65-.725 1.038T13.5 22h-3.025q-.65 0-1.175-.387t-.725-1.038L8 18.65q-.15-.5-.462-1t-.813-1.05q-.85-.925-1.287-2.113T5 12q0-.9.225-1.737t.65-1.588L2.1 4.9q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12 17q.5 0 .95-.088t.875-.262L7.35 10.175q-.175.425-.262.875T7 12q0 2.075 1.463 3.538T12 17m3.975-11.625q.15.5.463 1t.812 1.05q.85.925 1.3 2.113T19 12q0 .575-.062 1.013t-.188.837t-.488.575t-.787.025q-.375-.125-.55-.5t-.05-.8q.075-.225.1-.475T17 12q0-1.05-.4-1.95t-1.075-1.575q-.95-.95-2.213-1.3t-2.537-.025q-.275.075-.537.013T9.775 6.9l-1.3-1.3q-.2-.2-.262-.462t.012-.538l.35-1.15q.2-.65.725-1.05t1.175-.4H13.5q.65 0 1.175.4t.725 1.05z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWatchOffRounded(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.1 21.875l-3.15-3.125l-.55 1.825q-.2.65-.725 1.038T13.5 22h-3.025q-.65 0-1.175-.387t-.725-1.038L8 18.65q-.15-.5-.462-1t-.813-1.05q-.85-.925-1.287-2.113T5 12q0-.9.225-1.737t.65-1.588L2.1 4.9q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12 17q.5 0 .95-.088t.875-.262L7.35 10.175q-.175.425-.262.875T7 12q0 2.075 1.463 3.538T12 17m3.975-11.625q.15.5.463 1t.812 1.05q.85.925 1.3 2.113T19 12q0 .575-.062 1.013t-.188.837t-.488.575t-.787.025q-.375-.125-.55-.5t-.05-.8q.075-.225.1-.475T17 12q0-1.05-.4-1.95t-1.075-1.575q-.95-.95-2.213-1.3t-2.537-.025q-.275.075-.537.013T9.775 6.9l-1.3-1.3q-.2-.2-.262-.462t.012-.538l.35-1.15q.2-.65.725-1.05t1.175-.4H13.5q.65 0 1.175.4t.725 1.05z"/></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.1 21.875l-3.15-3.125l-.55 1.825q-.2.65-.725 1.038T13.5 22h-3.025q-.65 0-1.175-.387t-.725-1.038L8 18.65q-.15-.5-.462-1t-.813-1.05q-.85-.925-1.287-2.113T5 12q0-.9.225-1.737t.65-1.588L2.1 4.9q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12 17q.5 0 .95-.088t.875-.262L7.35 10.175q-.175.425-.262.875T7 12q0 2.075 1.463 3.538T12 17m3.975-11.625q.15.5.463 1t.812 1.05q.85.925 1.3 2.113T19 12q0 .575-.062 1.013t-.188.837t-.488.575t-.787.025q-.375-.125-.55-.5t-.05-.8q.075-.225.1-.475T17 12q0-1.05-.4-1.95t-1.075-1.575q-.95-.95-2.213-1.3t-2.537-.025q-.275.075-.537.013T9.775 6.9l-1.3-1.3q-.2-.2-.262-.462t.012-.538l.35-1.15q.2-.65.725-1.05t1.175-.4H13.5q.65 0 1.175.4t.725 1.05z"/></svg> </template>
CSS
.icon-watch-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%22m19.1%2021.875l-3.15-3.125l-.55%201.825q-.2.65-.725%201.038T13.5%2022h-3.025q-.65%200-1.175-.387t-.725-1.038L8%2018.65q-.15-.5-.462-1t-.813-1.05q-.85-.925-1.287-2.113T5%2012q0-.9.225-1.737t.65-1.588L2.1%204.9q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12%2017q.5%200%20.95-.088t.875-.262L7.35%2010.175q-.175.425-.262.875T7%2012q0%202.075%201.463%203.538T12%2017m3.975-11.625q.15.5.463%201t.812%201.05q.85.925%201.3%202.113T19%2012q0%20.575-.062%201.013t-.188.837t-.488.575t-.787.025q-.375-.125-.55-.5t-.05-.8q.075-.225.1-.475T17%2012q0-1.05-.4-1.95t-1.075-1.575q-.95-.95-2.213-1.3t-2.537-.025q-.275.075-.537.013T9.775%206.9l-1.3-1.3q-.2-.2-.262-.462t.012-.538l.35-1.15q.2-.65.725-1.05t1.175-.4H13.5q.65%200%201.175.4t.725%201.05z%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.1%2021.875l-3.15-3.125l-.55%201.825q-.2.65-.725%201.038T13.5%2022h-3.025q-.65%200-1.175-.387t-.725-1.038L8%2018.65q-.15-.5-.462-1t-.813-1.05q-.85-.925-1.287-2.113T5%2012q0-.9.225-1.737t.65-1.588L2.1%204.9q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M12%2017q.5%200%20.95-.088t.875-.262L7.35%2010.175q-.175.425-.262.875T7%2012q0%202.075%201.463%203.538T12%2017m3.975-11.625q.15.5.463%201t.812%201.05q.85.925%201.3%202.113T19%2012q0%20.575-.062%201.013t-.188.837t-.488.575t-.787.025q-.375-.125-.55-.5t-.05-.8q.075-.225.1-.475T17%2012q0-1.05-.4-1.95t-1.075-1.575q-.95-.95-2.213-1.3t-2.537-.025q-.275.075-.537.013T9.775%206.9l-1.3-1.3q-.2-.2-.262-.462t.012-.538l.35-1.15q.2-.65.725-1.05t1.175-.4H13.5q.65%200%201.175.4t.725%201.05z%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-rounded.svg?color=%231a73e8&size=48