Security Time icon in outline, twotone, bold and bulk. Free in all four styles, for auth, passwords, permissions, privacy, scanning. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSecurityTime } from "@devigner-ui/icons";
<IconSecurityTime className="size-6" />
<script setup>
import { IconSecurityTime } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSecurityTime class="size-6" />
</template>
<script>
import { IconSecurityTime } from "@devigner-ui/icons-svelte";
</script>
<IconSecurityTime class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.16 2.23 6.17 4.1a3.5 3.5 0 0 0-2.09 3.02v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21a4.55 4.55 0 0 0 5.14 0l4.3-3.21a5 5 0 0 0 1.73-3.44V7.12c0-1.23-.94-2.59-2.09-3.02L14.2 2.23a5 5 0 0 0-3.04 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 15.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.92 10.25v.93c0 .35-.18.68-.49.86l-.76.46" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>