watch button icon
watch-button from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-button
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- watch-button-sharp
3 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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="m4.825 22.575l-1.675-1.1q1.125-2.2 1.475-4.6T4.975 12q0-2.45-.35-4.85T3.15 2.55l1.675-1.1q.325.625.588 1.262T5.875 4H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025H5.875q-.2.65-.463 1.288t-.587 1.262M18 16l-4-4l4-4l1.4 1.425L17.825 11H22v2h-4.175l1.575 1.6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWatchButton(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="m4.825 22.575l-1.675-1.1q1.125-2.2 1.475-4.6T4.975 12q0-2.45-.35-4.85T3.15 2.55l1.675-1.1q.325.625.588 1.262T5.875 4H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025H5.875q-.2.65-.463 1.288t-.587 1.262M18 16l-4-4l4-4l1.4 1.425L17.825 11H22v2h-4.175l1.575 1.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.825 22.575l-1.675-1.1q1.125-2.2 1.475-4.6T4.975 12q0-2.45-.35-4.85T3.15 2.55l1.675-1.1q.325.625.588 1.262T5.875 4H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025H5.875q-.2.65-.463 1.288t-.587 1.262M18 16l-4-4l4-4l1.4 1.425L17.825 11H22v2h-4.175l1.575 1.6z"/></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%22m4.825%2022.575l-1.675-1.1q1.125-2.2%201.475-4.6T4.975%2012q0-2.45-.35-4.85T3.15%202.55l1.675-1.1q.325.625.588%201.262T5.875%204H8q1.65.025%202.825%201.188T12%208.025v8q0%201.65-1.175%202.825T8%2020.025H5.875q-.2.65-.463%201.288t-.587%201.262M18%2016l-4-4l4-4l1.4%201.425L17.825%2011H22v2h-4.175l1.575%201.6z%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%22m4.825%2022.575l-1.675-1.1q1.125-2.2%201.475-4.6T4.975%2012q0-2.45-.35-4.85T3.15%202.55l1.675-1.1q.325.625.588%201.262T5.875%204H8q1.65.025%202.825%201.188T12%208.025v8q0%201.65-1.175%202.825T8%2020.025H5.875q-.2.65-.463%201.288t-.587%201.262M18%2016l-4-4l4-4l1.4%201.425L17.825%2011H22v2h-4.175l1.575%201.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/watch-button.svg?color=%231a73e8&size=48