watch button icon
watch-button from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-button
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- watch-button-sharp
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 button icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.056 21.825l-.829-.561q1.24-2.239 1.417-4.514T5.821 12q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654 1.397q.273.695.473 1.403H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01H6.183q-.2.709-.463 1.413t-.664 1.407m12.598-6.536L14.48 12l3.173-3.27l.708.714l-1.96 2.056H21v1h-4.598l1.96 2.08z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWatchButton(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="m5.056 21.825l-.829-.561q1.24-2.239 1.417-4.514T5.821 12q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654 1.397q.273.695.473 1.403H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01H6.183q-.2.709-.463 1.413t-.664 1.407m12.598-6.536L14.48 12l3.173-3.27l.708.714l-1.96 2.056H21v1h-4.598l1.96 2.08z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.056 21.825l-.829-.561q1.24-2.239 1.417-4.514T5.821 12q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654 1.397q.273.695.473 1.403H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01H6.183q-.2.709-.463 1.413t-.664 1.407m12.598-6.536L14.48 12l3.173-3.27l.708.714l-1.96 2.056H21v1h-4.598l1.96 2.08z"/></svg> </template>
CSS
.icon-watch-button {
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%22m5.056%2021.825l-.829-.561q1.24-2.239%201.417-4.514T5.821%2012q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654%201.397q.273.695.473%201.403H8.23q1.4.006%202.373%201.024t.973%202.482v7.019q0%201.458-.973%202.47q-.973%201.01-2.373%201.01H6.183q-.2.709-.463%201.413t-.664%201.407m12.598-6.536L14.48%2012l3.173-3.27l.708.714l-1.96%202.056H21v1h-4.598l1.96%202.08z%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%22m5.056%2021.825l-.829-.561q1.24-2.239%201.417-4.514T5.821%2012q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654%201.397q.273.695.473%201.403H8.23q1.4.006%202.373%201.024t.973%202.482v7.019q0%201.458-.973%202.47q-.973%201.01-2.373%201.01H6.183q-.2.709-.463%201.413t-.664%201.407m12.598-6.536L14.48%2012l3.173-3.27l.708.714l-1.96%202.056H21v1h-4.598l1.96%202.08z%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-button.svg?color=%231a73e8&size=48