device watch icon
device-watch-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- device-watch-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
device-3d-cameradevice-3d-lensdevice-airpodsdevice-airpods-casedevice-airtagdevice-analyticsdevice-audio-tapedevice-camera-phonedevice-cctvdevice-cctv-offdevice-computer-cameradevice-computer-camera-2device-computer-camera-offdevice-desktopdevice-desktop-analyticsdevice-desktop-boltdevice-desktop-canceldevice-desktop-checkdevice-desktop-codedevice-desktop-cogdevice-desktop-dollardevice-desktop-downdevice-desktop-exclamationdevice-desktop-heart
Use the device watch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a1 1 0 0 1 1 1v2.126c1.726.445 3 2.01 3 3.874v6a4 4 0 0 1-3 3.874V21a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.126A4 4 0 0 1 5 15V9a4 4 0 0 1 3-3.874V3a1 1 0 0 1 1-1zm-1 17h-4v1h4zm0-15h-4v1h4z"/></svg>
React
import type { SVGProps } from "react";
export function TablerDeviceWatchFilled(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="M15 2a1 1 0 0 1 1 1v2.126c1.726.445 3 2.01 3 3.874v6a4 4 0 0 1-3 3.874V21a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.126A4 4 0 0 1 5 15V9a4 4 0 0 1 3-3.874V3a1 1 0 0 1 1-1zm-1 17h-4v1h4zm0-15h-4v1h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a1 1 0 0 1 1 1v2.126c1.726.445 3 2.01 3 3.874v6a4 4 0 0 1-3 3.874V21a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.126A4 4 0 0 1 5 15V9a4 4 0 0 1 3-3.874V3a1 1 0 0 1 1-1zm-1 17h-4v1h4zm0-15h-4v1h4z"/></svg> </template>
CSS
.icon-device-watch-filled {
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%22M15%202a1%201%200%200%201%201%201v2.126c1.726.445%203%202.01%203%203.874v6a4%204%200%200%201-3%203.874V21a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1v-2.126A4%204%200%200%201%205%2015V9a4%204%200%200%201%203-3.874V3a1%201%200%200%201%201-1zm-1%2017h-4v1h4zm0-15h-4v1h4z%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%22M15%202a1%201%200%200%201%201%201v2.126c1.726.445%203%202.01%203%203.874v6a4%204%200%200%201-3%203.874V21a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1v-2.126A4%204%200%200%201%205%2015V9a4%204%200%200%201%203-3.874V3a1%201%200%200%201%201-1zm-1%2017h-4v1h4zm0-15h-4v1h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/device-watch-filled.svg?color=%231a73e8&size=48