Alarm Play 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 { IconAlarmPlay } from "@devigner-ui/icons";
<IconAlarmPlay className="size-6" />
<script setup>
import { IconAlarmPlay } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlarmPlay class="size-6" />
</template>
<script>
import { IconAlarmPlay } from "@devigner-ui/icons-svelte";
</script>
<IconAlarmPlay class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="13.0005" r="9" stroke="currentColor" stroke-width="1.5"></circle><path d="M13.89 10.94c1.07.87 1.61 1.31 1.61 2.06s-.54 1.19-1.61 2.07a15 15 0 0 1-1.65 1.16c-1.07.66-1.6.98-2.09.62s-.52-1.12-.61-2.63a22 22 0 0 1 0-2.44c.09-1.51.13-2.27.61-2.63s1.02-.03 2.1.62a15 15 0 0 1 1.64 1.17" stroke="currentColor" stroke-width="1.5"></path><path d="m3.5 4.5 4-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m20.5 4.5-4-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>