Save2 icon in outline, twotone, bold and bulk. Free in all four styles, for documents, attachments, clipboard, archive, editing. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSave2 } from "@devigner-ui/icons";
<IconSave2 className="size-6" />
<script setup>
import { IconSave2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSave2 class="size-6" />
</template>
<script>
import { IconSave2 } from "@devigner-ui/icons-svelte";
</script>
<IconSave2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.56 5.88H5.78a3.1 3.1 0 0 0-3.11 3.11v11.36c0 1.45 1.04 2.07 2.31 1.36l3.93-2.19c.42-.23 1.1-.23 1.51 0l3.93 2.19c1.27.71 2.31.09 2.31-1.36V8.99a3.1 3.1 0 0 0-3.1-3.11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.67 8.99v11.36c0 1.45-1.04 2.06-2.31 1.36l-3.93-2.19a1.8 1.8 0 0 0-1.52 0l-3.93 2.19c-1.27.7-2.31.09-2.31-1.36V8.99c0-1.71 1.4-3.11 3.11-3.11h7.78c1.71 0 3.11 1.4 3.11 3.11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 5.11v11.36c0 1.45-1.04 2.06-2.31 1.36l-3.69-2.06V8.99c0-1.71-1.4-3.11-3.11-3.11H8.67v-.77C8.67 3.4 10.07 2 11.78 2h7.78c1.71 0 3.11 1.4 3.11 3.11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>