Calendar2 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 { IconCalendar2 } from "@devigner-ui/icons";
<IconCalendar2 className="size-6" />
<script setup>
import { IconCalendar2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCalendar2 class="size-6" />
</template>
<script>
import { IconCalendar2 } from "@devigner-ui/icons-svelte";
</script>
<IconCalendar2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 2v3m8-3v3"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3.5 9.09h17" opacity="1"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 8.5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5"></path><path stroke="currentColor" stroke-width="1.7999999999999998" stroke-linecap="round" stroke-linejoin="round" d="M8.3 16.7" opacity="1"></path></svg>