Alarm Remove 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 { IconAlarmRemove } from "@devigner-ui/icons";
<IconAlarmRemove className="size-6" />
<script setup>
import { IconAlarmRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlarmRemove class="size-6" />
</template>
<script>
import { IconAlarmRemove } from "@devigner-ui/icons-svelte";
</script>
<IconAlarmRemove 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 13H9" 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>