Alarm Add 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 { IconAlarmAdd } from "@devigner-ui/icons";
<IconAlarmAdd className="size-6" />
<script setup>
import { IconAlarmAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlarmAdd class="size-6" />
</template>
<script>
import { IconAlarmAdd } from "@devigner-ui/icons-svelte";
</script>
<IconAlarmAdd 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="M15 13h-3m0 0H9m3 0v-3m0 3v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></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>