watch3 icon

watch3-duotone from Reicon by REICON · Duotone · Time · MIT Free for personal and commercial use.

Name
watch3-duotone
Set
Reicon
Style
Duotone
Category
Time
Viewbox
24×24
License
MIT

2 other variants in Reicon

More time icons from Reicon

Use the watch3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.778 18.326C7.787 19 9.19 19 12 19s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C19 16.213 19 14.81 19 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C16.213 5 14.81 5 12 5s-4.213 0-5.222.674a4 4 0 0 0-1.104 1.104C5 7.787 5 9.19 5 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104" opacity=".5"/><path d="M12 8.25a.75.75 0 0 1 .75.75v2.758l1.77 1.701a.75.75 0 1 1-1.04 1.082l-2-1.924a.75.75 0 0 1-.23-.54V9a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M6.25 2A.75.75 0 0 1 7 1.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 2m0 20a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWatch3Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.778 18.326C7.787 19 9.19 19 12 19s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C19 16.213 19 14.81 19 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C16.213 5 14.81 5 12 5s-4.213 0-5.222.674a4 4 0 0 0-1.104 1.104C5 7.787 5 9.19 5 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104" opacity=".5"/><path d="M12 8.25a.75.75 0 0 1 .75.75v2.758l1.77 1.701a.75.75 0 1 1-1.04 1.082l-2-1.924a.75.75 0 0 1-.23-.54V9a.75.75 0 0 1 .75-.75"/><path fillRule="evenodd" d="M6.25 2A.75.75 0 0 1 7 1.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 2m0 20a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.778 18.326C7.787 19 9.19 19 12 19s4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C19 16.213 19 14.81 19 12s0-4.213-.674-5.222a4 4 0 0 0-1.104-1.104C16.213 5 14.81 5 12 5s-4.213 0-5.222.674a4 4 0 0 0-1.104 1.104C5 7.787 5 9.19 5 12s0 4.213.674 5.222a4 4 0 0 0 1.104 1.104" opacity=".5"/><path d="M12 8.25a.75.75 0 0 1 .75.75v2.758l1.77 1.701a.75.75 0 1 1-1.04 1.082l-2-1.924a.75.75 0 0 1-.23-.54V9a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M6.25 2A.75.75 0 0 1 7 1.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 2m0 20a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-watch3-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.778%2018.326C7.787%2019%209.19%2019%2012%2019s4.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C19%2016.213%2019%2014.81%2019%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104C16.213%205%2014.81%205%2012%205s-4.213%200-5.222.674a4%204%200%200%200-1.104%201.104C5%207.787%205%209.19%205%2012s0%204.213.674%205.222a4%204%200%200%200%201.104%201.104%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%208.25a.75.75%200%200%201%20.75.75v2.758l1.77%201.701a.75.75%200%201%201-1.04%201.082l-2-1.924a.75.75%200%200%201-.23-.54V9a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%202A.75.75%200%200%201%207%201.25h10a.75.75%200%200%201%200%201.5H7A.75.75%200%200%201%206.25%202m0%2020a.75.75%200%200%201%20.75-.75h10a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.778%2018.326C7.787%2019%209.19%2019%2012%2019s4.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C19%2016.213%2019%2014.81%2019%2012s0-4.213-.674-5.222a4%204%200%200%200-1.104-1.104C16.213%205%2014.81%205%2012%205s-4.213%200-5.222.674a4%204%200%200%200-1.104%201.104C5%207.787%205%209.19%205%2012s0%204.213.674%205.222a4%204%200%200%200%201.104%201.104%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%208.25a.75.75%200%200%201%20.75.75v2.758l1.77%201.701a.75.75%200%201%201-1.04%201.082l-2-1.924a.75.75%200%200%201-.23-.54V9a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%202A.75.75%200%200%201%207%201.25h10a.75.75%200%200%201%200%201.5H7A.75.75%200%200%201%206.25%202m0%2020a.75.75%200%200%201%20.75-.75h10a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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