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

Name
watch-button-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
watch-button-outline-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 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.08zM6.425 18h1.806q.979 0 1.662-.732t.684-1.768V8.48q0-1.016-.684-1.748T8.231 6H6.419q.287 1.437.347 2.91q.061 1.475.061 3.09q0 1.621-.058 3.102T6.425 18m.402-6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWatchButtonOutline(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.08zM6.425 18h1.806q.979 0 1.662-.732t.684-1.768V8.48q0-1.016-.684-1.748T8.231 6H6.419q.287 1.437.347 2.91q.061 1.475.061 3.09q0 1.621-.058 3.102T6.425 18m.402-6"/></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.08zM6.425 18h1.806q.979 0 1.662-.732t.684-1.768V8.48q0-1.016-.684-1.748T8.231 6H6.419q.287 1.437.347 2.91q.061 1.475.061 3.09q0 1.621-.058 3.102T6.425 18m.402-6"/></svg>
</template>

CSS

.icon-watch-button-outline {
  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.08zM6.425%2018h1.806q.979%200%201.662-.732t.684-1.768V8.48q0-1.016-.684-1.748T8.231%206H6.419q.287%201.437.347%202.91q.061%201.475.061%203.09q0%201.621-.058%203.102T6.425%2018m.402-6%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.08zM6.425%2018h1.806q.979%200%201.662-.732t.684-1.768V8.48q0-1.016-.684-1.748T8.231%206H6.419q.287%201.437.347%202.91q.061%201.475.061%203.09q0%201.621-.058%203.102T6.425%2018m.402-6%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-outline.svg?color=%231a73e8&size=48