History 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 { IconHistory } from "@devigner-ui/icons";
<IconHistory className="size-6" />
<script setup>
import { IconHistory } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHistory class="size-6" />
</template>
<script>
import { IconHistory } from "@devigner-ui/icons-svelte";
</script>
<IconHistory class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12 8v4l2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m5.6 5.6-.53-.53zM4.34 6.87h-.75c0 .42.33.75.74.75zm2.54.76a.75.75 0 1 0 0-1.5zm-1.8-3.3a.75.75 0 1 0-1.5 0zm-1.25 6.46a.75.75 0 1 0-1.49-.2zm15.03-5.65a9.75 9.75 0 0 0-13.79-.07l1.06 1.06a8.25 8.25 0 0 1 11.67.07zM5.14 18.86a9.75 9.75 0 0 0 13.79.07l-1.06-1.06A8.25 8.25 0 0 1 6.2 17.8zm13.79.07a9.75 9.75 0 0 0-.07-13.8L17.8 6.2a8.25 8.25 0 0 1 .07 11.67zM5.07 5.07 3.81 6.34 4.87 7.4l1.26-1.27zm-.74 2.55 2.55.01v-1.5H4.35zm.76-.75-.01-2.55h-1.5v2.55zm-2.75 3.71a9.8 9.8 0 0 0 2.8 8.28L6.2 17.8a8.3 8.3 0 0 1-2.37-7.01z" fill="currentColor"></path></svg>