Dropbox icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDropbox } from "@devigner-ui/icons";
<IconDropbox className="size-6" />
<script setup>
import { IconDropbox } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDropbox class="size-6" />
</template>
<script>
import { IconDropbox } from "@devigner-ui/icons-svelte";
</script>
<IconDropbox class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.67 5 8.23 2 2.67 6l4.44 3z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 5 4.44-3 5.56 4-4.44 3z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 14-4.44 3-5.56-4 4.44-3z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 14 4.44 3 5.56-4-4.44-3z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.67 15.5v3.27l-6.58 3.04q-.42.18-.84 0l-6.58-3.04V15.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>