watch2 icon

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

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

2 other variants in Reicon

More time icons from Reicon

Use the watch2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.792 2h-1.583C9.67 2 8.9 2 8.353 2.44s-.715 1.19-1.049 2.692l-.065.292C8.22 5 9.594 5 12 5s3.782 0 4.761.424l-.065-.292c-.334-1.501-.5-2.252-1.049-2.692S14.33 2 12.791 2M7.24 18.576C8.217 19 9.593 19 12 19s3.782 0 4.76-.424l-.064.292c-.334 1.501-.5 2.252-1.049 2.692s-1.317.44-2.856.44H11.21c-1.538 0-2.308 0-2.856-.44s-.715-1.19-1.049-2.692z"/><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 fill-rule="evenodd" 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" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWatch2Duotone(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="M12.792 2h-1.583C9.67 2 8.9 2 8.353 2.44s-.715 1.19-1.049 2.692l-.065.292C8.22 5 9.594 5 12 5s3.782 0 4.761.424l-.065-.292c-.334-1.501-.5-2.252-1.049-2.692S14.33 2 12.791 2M7.24 18.576C8.217 19 9.593 19 12 19s3.782 0 4.76-.424l-.064.292c-.334 1.501-.5 2.252-1.049 2.692s-1.317.44-2.856.44H11.21c-1.538 0-2.308 0-2.856-.44s-.715-1.19-1.049-2.692z"/><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 fillRule="evenodd" 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" 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="M12.792 2h-1.583C9.67 2 8.9 2 8.353 2.44s-.715 1.19-1.049 2.692l-.065.292C8.22 5 9.594 5 12 5s3.782 0 4.761.424l-.065-.292c-.334-1.501-.5-2.252-1.049-2.692S14.33 2 12.791 2M7.24 18.576C8.217 19 9.593 19 12 19s3.782 0 4.76-.424l-.064.292c-.334 1.501-.5 2.252-1.049 2.692s-1.317.44-2.856.44H11.21c-1.538 0-2.308 0-2.856-.44s-.715-1.19-1.049-2.692z"/><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 fill-rule="evenodd" 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" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-watch2-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%22M12.792%202h-1.583C9.67%202%208.9%202%208.353%202.44s-.715%201.19-1.049%202.692l-.065.292C8.22%205%209.594%205%2012%205s3.782%200%204.761.424l-.065-.292c-.334-1.501-.5-2.252-1.049-2.692S14.33%202%2012.791%202M7.24%2018.576C8.217%2019%209.593%2019%2012%2019s3.782%200%204.76-.424l-.064.292c-.334%201.501-.5%202.252-1.049%202.692s-1.317.44-2.856.44H11.21c-1.538%200-2.308%200-2.856-.44s-.715-1.19-1.049-2.692z%22%2F%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%20fill-rule%3D%22evenodd%22%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%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%22M12.792%202h-1.583C9.67%202%208.9%202%208.353%202.44s-.715%201.19-1.049%202.692l-.065.292C8.22%205%209.594%205%2012%205s3.782%200%204.761.424l-.065-.292c-.334-1.501-.5-2.252-1.049-2.692S14.33%202%2012.791%202M7.24%2018.576C8.217%2019%209.593%2019%2012%2019s3.782%200%204.76-.424l-.064.292c-.334%201.501-.5%202.252-1.049%202.692s-1.317.44-2.856.44H11.21c-1.538%200-2.308%200-2.856-.44s-.715-1.19-1.049-2.692z%22%2F%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%20fill-rule%3D%22evenodd%22%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%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/watch2-duotone.svg?color=%231a73e8&size=48