watch-button-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
watch-button-rounded
Set
Material Symbols
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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.875 20.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.5-.575t0-.75q.85-2.025 1.138-4.2t.287-4.4q0-2.2-.275-4.35T3.575 3.475q-.175-.4-.038-.788T4.05 2.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025zM17.825 13l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425 0 .713.288T22 12t-.288.713T21 13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWatchButtonRounded(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.875 20.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.5-.575t0-.75q.85-2.025 1.138-4.2t.287-4.4q0-2.2-.275-4.35T3.575 3.475q-.175-.4-.038-.788T4.05 2.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025zM17.825 13l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425 0 .713.288T22 12t-.288.713T21 13z"/></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.875 20.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.5-.575t0-.75q.85-2.025 1.138-4.2t.287-4.4q0-2.2-.275-4.35T3.575 3.475q-.175-.4-.038-.788T4.05 2.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025 2.825 1.188T12 8.025v8q0 1.65-1.175 2.825T8 20.025zM17.825 13l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425 0 .713.288T22 12t-.288.713T21 13z"/></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%22M5.875%2020.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.5-.575t0-.75q.85-2.025%201.138-4.2t.287-4.4q0-2.2-.275-4.35T3.575%203.475q-.175-.4-.038-.788T4.05%202.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025%202.825%201.188T12%208.025v8q0%201.65-1.175%202.825T8%2020.025zM17.825%2013l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425%200%20.713.288T22%2012t-.288.713T21%2013z%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.875%2020.025q-.125.375-.262.75t-.288.725q-.15.375-.537.5t-.738-.075t-.5-.575t0-.75q.85-2.025%201.138-4.2t.287-4.4q0-2.2-.275-4.35T3.575%203.475q-.175-.4-.038-.788T4.05%202.1t.763-.062t.537.512q.15.35.275.725t.25.725H8q1.65.025%202.825%201.188T12%208.025v8q0%201.65-1.175%202.825T8%2020.025zM17.825%2013l.9.9q.275.275.275.688t-.3.712q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.875.875H21q.425%200%20.713.288T22%2012t-.288.713T21%2013z%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-rounded.svg?color=%231a73e8&size=48