md watch icon

md-watch from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-watch
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-watch

Related icons in IonIcons

Use the md watch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 256c0-51.001-24.004-96.001-60.996-125L336 16H176l-19.004 115C120.004 159.999 96 204.999 96 256c0 50.996 24.004 95.996 60.996 125L176 496h160l19.004-115C391.996 351.996 416 306.996 416 256zm-280 0c0-66.001 54.004-120 120-120s120 53.999 120 120c0 65.996-54.004 120-120 120s-120-54.004-120-120z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdWatch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 256c0-51.001-24.004-96.001-60.996-125L336 16H176l-19.004 115C120.004 159.999 96 204.999 96 256c0 50.996 24.004 95.996 60.996 125L176 496h160l19.004-115C391.996 351.996 416 306.996 416 256zm-280 0c0-66.001 54.004-120 120-120s120 53.999 120 120c0 65.996-54.004 120-120 120s-120-54.004-120-120z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 256c0-51.001-24.004-96.001-60.996-125L336 16H176l-19.004 115C120.004 159.999 96 204.999 96 256c0 50.996 24.004 95.996 60.996 125L176 496h160l19.004-115C391.996 351.996 416 306.996 416 256zm-280 0c0-66.001 54.004-120 120-120s120 53.999 120 120c0 65.996-54.004 120-120 120s-120-54.004-120-120z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-watch {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M416%20256c0-51.001-24.004-96.001-60.996-125L336%2016H176l-19.004%20115C120.004%20159.999%2096%20204.999%2096%20256c0%2050.996%2024.004%2095.996%2060.996%20125L176%20496h160l19.004-115C391.996%20351.996%20416%20306.996%20416%20256zm-280%200c0-66.001%2054.004-120%20120-120s120%2053.999%20120%20120c0%2065.996-54.004%20120-120%20120s-120-54.004-120-120z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M416%20256c0-51.001-24.004-96.001-60.996-125L336%2016H176l-19.004%20115C120.004%20159.999%2096%20204.999%2096%20256c0%2050.996%2024.004%2095.996%2060.996%20125L176%20496h160l19.004-115C391.996%20351.996%20416%20306.996%20416%20256zm-280%200c0-66.001%2054.004-120%20120-120s120%2053.999%20120%20120c0%2065.996-54.004%20120-120%20120s-120-54.004-120-120z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-watch.svg?color=%231a73e8&size=48