watch off icon
watch-off-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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.062 21.164l-3.881-3.876l-.115.077l-.82 2.902q-.104.343-.369.538T13.25 21h-2.525q-.361 0-.627-.195q-.265-.196-.37-.538l-.612-2.213q-.131-.423-.396-.808q-.264-.385-.707-.762q-.965-.828-1.489-1.987Q6 13.339 6 12q0-.823.216-1.603q.215-.78.62-1.453L2.831 4.938q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165l16.231 16.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.357-.166M12 17q.577 0 1.19-.145q.614-.146 1.097-.436L7.58 9.714q-.31.54-.445 1.134T7 12q0 2.075 1.463 3.538T12 17m2.86-11.029q.13.423.395.808q.264.384.707.761q.965.83 1.502 1.988Q18 10.687 18 12q0 .614-.13 1.195t-.37 1.155q-.067.189-.266.267q-.2.08-.394-.013q-.182-.087-.251-.279t-.002-.386q.21-.437.311-.918Q17 12.541 17 12q0-1.05-.4-1.95t-1.075-1.575q-1.104-1.104-2.559-1.377q-1.454-.273-2.902.302q-.16.056-.336.032t-.3-.148l-.3-.3q-.141-.142-.156-.298q-.014-.157.042-.336l.715-2.592q.104-.342.369-.55q.266-.208.627-.208h2.525q.362 0 .627.208q.265.207.37.55z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWatchOffRounded(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.062 21.164l-3.881-3.876l-.115.077l-.82 2.902q-.104.343-.369.538T13.25 21h-2.525q-.361 0-.627-.195q-.265-.196-.37-.538l-.612-2.213q-.131-.423-.396-.808q-.264-.385-.707-.762q-.965-.828-1.489-1.987Q6 13.339 6 12q0-.823.216-1.603q.215-.78.62-1.453L2.831 4.938q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165l16.231 16.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.357-.166M12 17q.577 0 1.19-.145q.614-.146 1.097-.436L7.58 9.714q-.31.54-.445 1.134T7 12q0 2.075 1.463 3.538T12 17m2.86-11.029q.13.423.395.808q.264.384.707.761q.965.83 1.502 1.988Q18 10.687 18 12q0 .614-.13 1.195t-.37 1.155q-.067.189-.266.267q-.2.08-.394-.013q-.182-.087-.251-.279t-.002-.386q.21-.437.311-.918Q17 12.541 17 12q0-1.05-.4-1.95t-1.075-1.575q-1.104-1.104-2.559-1.377q-1.454-.273-2.902.302q-.16.056-.336.032t-.3-.148l-.3-.3q-.141-.142-.156-.298q-.014-.157.042-.336l.715-2.592q.104-.342.369-.55q.266-.208.627-.208h2.525q.362 0 .627.208q.265.207.37.55z"/></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.062 21.164l-3.881-3.876l-.115.077l-.82 2.902q-.104.343-.369.538T13.25 21h-2.525q-.361 0-.627-.195q-.265-.196-.37-.538l-.612-2.213q-.131-.423-.396-.808q-.264-.385-.707-.762q-.965-.828-1.489-1.987Q6 13.339 6 12q0-.823.216-1.603q.215-.78.62-1.453L2.831 4.938q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165l16.231 16.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.357-.166M12 17q.577 0 1.19-.145q.614-.146 1.097-.436L7.58 9.714q-.31.54-.445 1.134T7 12q0 2.075 1.463 3.538T12 17m2.86-11.029q.13.423.395.808q.264.384.707.761q.965.83 1.502 1.988Q18 10.687 18 12q0 .614-.13 1.195t-.37 1.155q-.067.189-.266.267q-.2.08-.394-.013q-.182-.087-.251-.279t-.002-.386q.21-.437.311-.918Q17 12.541 17 12q0-1.05-.4-1.95t-1.075-1.575q-1.104-1.104-2.559-1.377q-1.454-.273-2.902.302q-.16.056-.336.032t-.3-.148l-.3-.3q-.141-.142-.156-.298q-.014-.157.042-.336l.715-2.592q.104-.342.369-.55q.266-.208.627-.208h2.525q.362 0 .627.208q.265.207.37.55z"/></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.062%2021.164l-3.881-3.876l-.115.077l-.82%202.902q-.104.343-.369.538T13.25%2021h-2.525q-.361%200-.627-.195q-.265-.196-.37-.538l-.612-2.213q-.131-.423-.396-.808q-.264-.385-.707-.762q-.965-.828-1.489-1.987Q6%2013.339%206%2012q0-.823.216-1.603q.215-.78.62-1.453L2.831%204.938q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165l16.231%2016.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.357-.166M12%2017q.577%200%201.19-.145q.614-.146%201.097-.436L7.58%209.714q-.31.54-.445%201.134T7%2012q0%202.075%201.463%203.538T12%2017m2.86-11.029q.13.423.395.808q.264.384.707.761q.965.83%201.502%201.988Q18%2010.687%2018%2012q0%20.614-.13%201.195t-.37%201.155q-.067.189-.266.267q-.2.08-.394-.013q-.182-.087-.251-.279t-.002-.386q.21-.437.311-.918Q17%2012.541%2017%2012q0-1.05-.4-1.95t-1.075-1.575q-1.104-1.104-2.559-1.377q-1.454-.273-2.902.302q-.16.056-.336.032t-.3-.148l-.3-.3q-.141-.142-.156-.298q-.014-.157.042-.336l.715-2.592q.104-.342.369-.55q.266-.208.627-.208h2.525q.362%200%20.627.208q.265.207.37.55z%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.062%2021.164l-3.881-3.876l-.115.077l-.82%202.902q-.104.343-.369.538T13.25%2021h-2.525q-.361%200-.627-.195q-.265-.196-.37-.538l-.612-2.213q-.131-.423-.396-.808q-.264-.385-.707-.762q-.965-.828-1.489-1.987Q6%2013.339%206%2012q0-.823.216-1.603q.215-.78.62-1.453L2.831%204.938q-.146-.146-.156-.347t.156-.366t.357-.165t.356.165l16.231%2016.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.357-.166M12%2017q.577%200%201.19-.145q.614-.146%201.097-.436L7.58%209.714q-.31.54-.445%201.134T7%2012q0%202.075%201.463%203.538T12%2017m2.86-11.029q.13.423.395.808q.264.384.707.761q.965.83%201.502%201.988Q18%2010.687%2018%2012q0%20.614-.13%201.195t-.37%201.155q-.067.189-.266.267q-.2.08-.394-.013q-.182-.087-.251-.279t-.002-.386q.21-.437.311-.918Q17%2012.541%2017%2012q0-1.05-.4-1.95t-1.075-1.575q-1.104-1.104-2.559-1.377q-1.454-.273-2.902.302q-.16.056-.336.032t-.3-.148l-.3-.3q-.141-.142-.156-.298q-.014-.157.042-.336l.715-2.592q.104-.342.369-.55q.266-.208.627-.208h2.525q.362%200%20.627.208q.265.207.37.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/watch-off-rounded.svg?color=%231a73e8&size=48