watch button icon
watch-button-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- watch-button-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 button icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.183 19.006q-.164.586-.359 1.154q-.195.567-.499 1.148q-.073.183-.278.24q-.205.058-.381-.046t-.241-.296t.029-.375q1.062-2.14 1.214-4.306q.153-2.165.153-4.525q0-2.315-.15-4.484T4.46 3.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.284.562.486 1.12q.202.557.366 1.138H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01zM16.402 12.5l1.63 1.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402 11.5H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWatchButtonRounded(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="M6.183 19.006q-.164.586-.359 1.154q-.195.567-.499 1.148q-.073.183-.278.24q-.205.058-.381-.046t-.241-.296t.029-.375q1.062-2.14 1.214-4.306q.153-2.165.153-4.525q0-2.315-.15-4.484T4.46 3.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.284.562.486 1.12q.202.557.366 1.138H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01zM16.402 12.5l1.63 1.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402 11.5H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.183 19.006q-.164.586-.359 1.154q-.195.567-.499 1.148q-.073.183-.278.24q-.205.058-.381-.046t-.241-.296t.029-.375q1.062-2.14 1.214-4.306q.153-2.165.153-4.525q0-2.315-.15-4.484T4.46 3.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.284.562.486 1.12q.202.557.366 1.138H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01zM16.402 12.5l1.63 1.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402 11.5H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143z"/></svg> </template>
CSS
.icon-watch-button-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%22M6.183%2019.006q-.164.586-.359%201.154q-.195.567-.499%201.148q-.073.183-.278.24q-.205.058-.381-.046t-.241-.296t.029-.375q1.062-2.14%201.214-4.306q.153-2.165.153-4.525q0-2.315-.15-4.484T4.46%203.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.284.562.486%201.12q.202.557.366%201.138H8.23q1.4.006%202.373%201.024t.973%202.482v7.019q0%201.458-.973%202.47q-.973%201.01-2.373%201.01zM16.402%2012.5l1.63%201.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402%2011.5H20.5q.214%200%20.357.143T21%2012t-.143.357t-.357.143z%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%22M6.183%2019.006q-.164.586-.359%201.154q-.195.567-.499%201.148q-.073.183-.278.24q-.205.058-.381-.046t-.241-.296t.029-.375q1.062-2.14%201.214-4.306q.153-2.165.153-4.525q0-2.315-.15-4.484T4.46%203.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.284.562.486%201.12q.202.557.366%201.138H8.23q1.4.006%202.373%201.024t.973%202.482v7.019q0%201.458-.973%202.47q-.973%201.01-2.373%201.01zM16.402%2012.5l1.63%201.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402%2011.5H20.5q.214%200%20.357.143T21%2012t-.143.357t-.357.143z%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-rounded.svg?color=%231a73e8&size=48