watch lock icon
watch-lock-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-lock-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.885 14.462v-3.808h.846v-.846q0-.53.37-.9t.899-.37t.899.37t.37.9v.846h.847v3.808zm1.586-3.808h1.058v-.846q0-.217-.156-.373T12 9.279t-.373.156t-.156.373zM10.731 4h2.538zm0 16h2.538zm-.77 1l-1.119-3.934q-1.258-.739-2.05-2.087T6 12t.792-2.979t2.05-2.087L9.962 3h4.077l1.119 3.935q1.258.738 2.05 2.086T18 12t-.792 2.979t-2.05 2.087L14.038 21zm5.577-5.462Q17 14.075 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12 5.994t.947.085t.991.248L13.27 4h-2.538zM10.73 20h2.538l.67-2.327q-.52.164-.992.236T12 17.98t-.947-.072t-.991-.236z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWatchLockOutlineSharp(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="M9.885 14.462v-3.808h.846v-.846q0-.53.37-.9t.899-.37t.899.37t.37.9v.846h.847v3.808zm1.586-3.808h1.058v-.846q0-.217-.156-.373T12 9.279t-.373.156t-.156.373zM10.731 4h2.538zm0 16h2.538zm-.77 1l-1.119-3.934q-1.258-.739-2.05-2.087T6 12t.792-2.979t2.05-2.087L9.962 3h4.077l1.119 3.935q1.258.738 2.05 2.086T18 12t-.792 2.979t-2.05 2.087L14.038 21zm5.577-5.462Q17 14.075 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12 5.994t.947.085t.991.248L13.27 4h-2.538zM10.73 20h2.538l.67-2.327q-.52.164-.992.236T12 17.98t-.947-.072t-.991-.236z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.885 14.462v-3.808h.846v-.846q0-.53.37-.9t.899-.37t.899.37t.37.9v.846h.847v3.808zm1.586-3.808h1.058v-.846q0-.217-.156-.373T12 9.279t-.373.156t-.156.373zM10.731 4h2.538zm0 16h2.538zm-.77 1l-1.119-3.934q-1.258-.739-2.05-2.087T6 12t.792-2.979t2.05-2.087L9.962 3h4.077l1.119 3.935q1.258.738 2.05 2.086T18 12t-.792 2.979t-2.05 2.087L14.038 21zm5.577-5.462Q17 14.075 17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12 5.994t.947.085t.991.248L13.27 4h-2.538zM10.73 20h2.538l.67-2.327q-.52.164-.992.236T12 17.98t-.947-.072t-.991-.236z"/></svg> </template>
CSS
.icon-watch-lock-outline-sharp {
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%22M9.885%2014.462v-3.808h.846v-.846q0-.53.37-.9t.899-.37t.899.37t.37.9v.846h.847v3.808zm1.586-3.808h1.058v-.846q0-.217-.156-.373T12%209.279t-.373.156t-.156.373zM10.731%204h2.538zm0%2016h2.538zm-.77%201l-1.119-3.934q-1.258-.739-2.05-2.087T6%2012t.792-2.979t2.05-2.087L9.962%203h4.077l1.119%203.935q1.258.738%202.05%202.086T18%2012t-.792%202.979t-2.05%202.087L14.038%2021zm5.577-5.462Q17%2014.075%2017%2012t-1.463-3.537T12%207T8.463%208.463T7%2012t1.463%203.538T12%2017t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12%205.994t.947.085t.991.248L13.27%204h-2.538zM10.73%2020h2.538l.67-2.327q-.52.164-.992.236T12%2017.98t-.947-.072t-.991-.236z%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%22M9.885%2014.462v-3.808h.846v-.846q0-.53.37-.9t.899-.37t.899.37t.37.9v.846h.847v3.808zm1.586-3.808h1.058v-.846q0-.217-.156-.373T12%209.279t-.373.156t-.156.373zM10.731%204h2.538zm0%2016h2.538zm-.77%201l-1.119-3.934q-1.258-.739-2.05-2.087T6%2012t.792-2.979t2.05-2.087L9.962%203h4.077l1.119%203.935q1.258.738%202.05%202.086T18%2012t-.792%202.979t-2.05%202.087L14.038%2021zm5.577-5.462Q17%2014.075%2017%2012t-1.463-3.537T12%207T8.463%208.463T7%2012t1.463%203.538T12%2017t3.538-1.463m-5.476-9.21q.519-.163.991-.248T12%205.994t.947.085t.991.248L13.27%204h-2.538zM10.73%2020h2.538l.67-2.327q-.52.164-.992.236T12%2017.98t-.947-.072t-.991-.236z%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-lock-outline-sharp.svg?color=%231a73e8&size=48