sharp watch off icon
sharp-watch-off from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-watch-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware icons from Google Material Icons
baseline-adf-scannerbaseline-browser-not-supportedbaseline-browser-updatedbaseline-castbaseline-cast-connectedbaseline-cast-for-educationbaseline-computerbaseline-connected-tvbaseline-desktop-macbaseline-desktop-windowsbaseline-developer-boardbaseline-developer-board-offbaseline-device-hubbaseline-device-unknownbaseline-devices-otherbaseline-dockbaseline-earbudsbaseline-earbuds-batterybaseline-gamepadbaseline-headphonesbaseline-headphones-batterybaseline-headsetbaseline-headset-micbaseline-headset-off
Use the sharp 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.79L15 2H9l-.96 3.21l2.14 2.14C10.75 7.13 11.36 7 12 7M2.81 2.81L1.39 4.22l4.46 4.46a6.96 6.96 0 0 0 1.79 8.79L9 22h6l.96-3.21l3.82 3.82l1.41-1.41zM12 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 IcSharpWatchOff(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.79L15 2H9l-.96 3.21l2.14 2.14C10.75 7.13 11.36 7 12 7M2.81 2.81L1.39 4.22l4.46 4.46a6.96 6.96 0 0 0 1.79 8.79L9 22h6l.96-3.21l3.82 3.82l1.41-1.41zM12 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.79L15 2H9l-.96 3.21l2.14 2.14C10.75 7.13 11.36 7 12 7M2.81 2.81L1.39 4.22l4.46 4.46a6.96 6.96 0 0 0 1.79 8.79L9 22h6l.96-3.21l3.82 3.82l1.41-1.41zM12 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-sharp-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.79L15%202H9l-.96%203.21l2.14%202.14C10.75%207.13%2011.36%207%2012%207M2.81%202.81L1.39%204.22l4.46%204.46a6.96%206.96%200%200%200%201.79%208.79L9%2022h6l.96-3.21l3.82%203.82l1.41-1.41zM12%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.79L15%202H9l-.96%203.21l2.14%202.14C10.75%207.13%2011.36%207%2012%207M2.81%202.81L1.39%204.22l4.46%204.46a6.96%206.96%200%200%200%201.79%208.79L9%2022h6l.96-3.21l3.82%203.82l1.41-1.41zM12%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/sharp-watch-off.svg?color=%231a73e8&size=48