Watch Round icon in outline, twotone, bold and bulk. Free in all four styles, for calendar, scheduling, alarms, timers, history. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconWatchRound } from "@devigner-ui/icons";
<IconWatchRound className="size-6" />
<script setup>
import { IconWatchRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWatchRound class="size-6" />
</template>
<script>
import { IconWatchRound } from "@devigner-ui/icons-svelte";
</script>
<IconWatchRound class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m17 6.5-.3-1.37c-.34-1.5-.5-2.25-1.05-2.69S14.33 2 12.79 2h-1.58c-1.54 0-2.3 0-2.86.44-.55.44-.71 1.2-1.05 2.7L7 6.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m17 17.5-.3 1.37c-.34 1.5-.5 2.25-1.05 2.7-.55.43-1.32.43-2.86.43h-1.58c-1.54 0-2.3 0-2.86-.44-.55-.44-.71-1.19-1.05-2.7L7 17.5" stroke="currentColor" stroke-width="1.5"></path><path d="M19.5 12a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 8.92V12l2 1.92" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>