Save Remove 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 { IconSaveRemove } from "@devigner-ui/icons";
<IconSaveRemove className="size-6" />
<script setup>
import { IconSaveRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSaveRemove class="size-6" />
</template>
<script>
import { IconSaveRemove } from "@devigner-ui/icons-svelte";
</script>
<IconSaveRemove class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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><g opacity="1"><path d="m8.26 13.41 2.82-2.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m11.08 13.41-2.82-2.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path 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>