Watch Square Minimalistic Charge 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 { IconWatchSquareMinimalisticCharge } from "@devigner-ui/icons";
<IconWatchSquareMinimalisticCharge className="size-6" />
<script setup>
import { IconWatchSquareMinimalisticCharge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWatchSquareMinimalisticCharge class="size-6" />
</template>
<script>
import { IconWatchSquareMinimalisticCharge } from "@devigner-ui/icons-svelte";
</script>
<IconWatchSquareMinimalisticCharge 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.86 9 10 12h4l-2.86 3" 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>