Calendar Tick 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 { IconCalendarTick } from "@devigner-ui/icons";
<IconCalendarTick className="size-6" />
<script setup>
import { IconCalendarTick } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCalendarTick class="size-6" />
</template>
<script>
import { IconCalendarTick } from "@devigner-ui/icons-svelte";
</script>
<IconCalendarTick 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="M22 19q-.01 1.14-.58 2.06A4 4 0 0 1 18 23a4 4 0 0 1-2.63-1 4 4 0 0 1-.79-.94A4 4 0 0 1 14 19a4 4 0 0 1 7-2.64A4 4 0 0 1 22 19"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m16.44 19 .99.99 2.13-1.97"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 8.5v7.86A3.98 3.98 0 0 0 14 19a4 4 0 0 0 1.37 3H8c-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>