Watch Square 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 { IconWatchSquare } from "@devigner-ui/icons";
<IconWatchSquare className="size-6" />
<script setup>
import { IconWatchSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWatchSquare class="size-6" />
</template>
<script>
import { IconWatchSquare } from "@devigner-ui/icons-svelte";
</script>
<IconWatchSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12c0-2.8 0-4.21.67-5.22a4 4 0 0 1 1.1-1.1C7.8 5 9.2 5 12 5s4.21 0 5.22.67a4 4 0 0 1 1.1 1.1C19 7.8 19 9.2 19 12s0 4.21-.67 5.22a4 4 0 0 1-1.1 1.1C16.2 19 14.8 19 12 19s-4.21 0-5.22-.67a4 4 0 0 1-1.1-1.1C5 16.2 5 14.8 5 12" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 9v3.08L14 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m16.78 5.5-.08-.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.7l-.08.36" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m16.78 18.5-.08.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.7l-.08-.36" stroke="currentColor" stroke-width="1.5"></path></svg>