Diskette icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDiskette } from "@devigner-ui/icons";
<IconDiskette className="size-6" />
<script setup>
import { IconDiskette } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDiskette class="size-6" />
</template>
<script>
import { IconDiskette } from "@devigner-ui/icons-svelte";
</script>
<IconDiskette class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.46 20.54C4.93 22 7.3 22 12 22s7.07 0 8.54-1.46C22 19.07 22 16.7 22 12c0-.34 0-.51-.02-.69a4 4 0 0 0-1.4-2.72l-5.17-5.17a4 4 0 0 0-2.73-1.4C12.52 2 12.35 2 12 2 7.29 2 4.93 2 3.46 3.46 2 4.93 2 7.3 2 12s0 7.07 1.46 8.54" stroke="currentColor" stroke-width="1.5"></path><path d="M17 22v-1c0-1.89 0-2.83-.59-3.41C15.83 17 14.9 17 13 17h-2c-1.89 0-2.83 0-3.41.59C7 18.17 7 19.1 7 21v1" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M7 8h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>