watch button press icon

watch-button-press from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
watch-button-press
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
watch-button-press-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the watch button press icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 11.98V4h1v7.98zM7.962 21l-1.12-3.934q-1.257-.739-2.05-2.087T4 12t.792-2.979q.793-1.348 2.05-2.087L7.962 3h4.077l1.119 3.935q1.258.738 2.05 2.086T16 12t-.792 2.979t-2.05 2.087L12.038 21zm5.576-5.462Q15 14.075 15 12t-1.463-3.537T10 7T6.463 8.463T5 12t1.463 3.538T10 17t3.538-1.463"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWatchButtonPress(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="M19 11.98V4h1v7.98zM7.962 21l-1.12-3.934q-1.257-.739-2.05-2.087T4 12t.792-2.979q.793-1.348 2.05-2.087L7.962 3h4.077l1.119 3.935q1.258.738 2.05 2.086T16 12t-.792 2.979t-2.05 2.087L12.038 21zm5.576-5.462Q15 14.075 15 12t-1.463-3.537T10 7T6.463 8.463T5 12t1.463 3.538T10 17t3.538-1.463"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 11.98V4h1v7.98zM7.962 21l-1.12-3.934q-1.257-.739-2.05-2.087T4 12t.792-2.979q.793-1.348 2.05-2.087L7.962 3h4.077l1.119 3.935q1.258.738 2.05 2.086T16 12t-.792 2.979t-2.05 2.087L12.038 21zm5.576-5.462Q15 14.075 15 12t-1.463-3.537T10 7T6.463 8.463T5 12t1.463 3.538T10 17t3.538-1.463"/></svg>
</template>

CSS

.icon-watch-button-press {
  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%22M19%2011.98V4h1v7.98zM7.962%2021l-1.12-3.934q-1.257-.739-2.05-2.087T4%2012t.792-2.979q.793-1.348%202.05-2.087L7.962%203h4.077l1.119%203.935q1.258.738%202.05%202.086T16%2012t-.792%202.979t-2.05%202.087L12.038%2021zm5.576-5.462Q15%2014.075%2015%2012t-1.463-3.537T10%207T6.463%208.463T5%2012t1.463%203.538T10%2017t3.538-1.463%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%22M19%2011.98V4h1v7.98zM7.962%2021l-1.12-3.934q-1.257-.739-2.05-2.087T4%2012t.792-2.979q.793-1.348%202.05-2.087L7.962%203h4.077l1.119%203.935q1.258.738%202.05%202.086T16%2012t-.792%202.979t-2.05%202.087L12.038%2021zm5.576-5.462Q15%2014.075%2015%2012t-1.463-3.537T10%207T6.463%208.463T5%2012t1.463%203.538T10%2017t3.538-1.463%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-press.svg?color=%231a73e8&size=48