Watch Square Minimalistic 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 { IconWatchSquareMinimalistic } from "@devigner-ui/icons";
<IconWatchSquareMinimalistic className="size-6" />
<script setup>
import { IconWatchSquareMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWatchSquareMinimalistic class="size-6" />
</template>
<script>
import { IconWatchSquareMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconWatchSquareMinimalistic 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="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 d="M12 9v3.08L14 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 2h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7 22h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>