dropbox from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dropbox
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the dropbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m12 6.5l5.5 3l-5.5 3l-5.5-3zM6 15v1.8c0 1.032.184 1.354 1.106 1.824l4 2.04c.877.448.91.448 1.788 0l4-2.04c.922-.47 1.106-.792 1.106-1.825V15"/><path d="M14.337 4.16L12 6.273L9.663 4.16c-.823-.744-1.235-1.117-1.74-1.157c-.503-.04-.965.264-1.888.872l-1.673 1.1c-.897.59-1.345.884-1.362 1.322c-.016.439.41.768 1.26 1.427L6.435 9.41L4.26 11.095c-.85.66-1.276.99-1.26 1.427s.465.733 1.362 1.323l2.568 1.688c.492.324.739.486 1.007.465c.269-.021.489-.22.928-.617L12 12.547l2.337 2.112c.823.745 1.235 1.117 1.74 1.157c.503.04.965-.264 1.888-.871h0l1.673-1.1c.897-.59 1.345-.885 1.362-1.323c.016-.438-.41-.768-1.26-1.427L17.565 9.41l2.175-1.686c.85-.659 1.276-.988 1.26-1.427c-.017-.438-.465-.733-1.362-1.322l-1.673-1.1c-.923-.608-1.385-.911-1.889-.872s-.916.413-1.74 1.157"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDropbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m12 6.5l5.5 3l-5.5 3l-5.5-3zM6 15v1.8c0 1.032.184 1.354 1.106 1.824l4 2.04c.877.448.91.448 1.788 0l4-2.04c.922-.47 1.106-.792 1.106-1.825V15"/><path d="M14.337 4.16L12 6.273L9.663 4.16c-.823-.744-1.235-1.117-1.74-1.157c-.503-.04-.965.264-1.888.872l-1.673 1.1c-.897.59-1.345.884-1.362 1.322c-.016.439.41.768 1.26 1.427L6.435 9.41L4.26 11.095c-.85.66-1.276.99-1.26 1.427s.465.733 1.362 1.323l2.568 1.688c.492.324.739.486 1.007.465c.269-.021.489-.22.928-.617L12 12.547l2.337 2.112c.823.745 1.235 1.117 1.74 1.157c.503.04.965-.264 1.888-.871h0l1.673-1.1c.897-.59 1.345-.885 1.362-1.323c.016-.438-.41-.768-1.26-1.427L17.565 9.41l2.175-1.686c.85-.659 1.276-.988 1.26-1.427c-.017-.438-.465-.733-1.362-1.322l-1.673-1.1c-.923-.608-1.385-.911-1.889-.872s-.916.413-1.74 1.157"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m12 6.5l5.5 3l-5.5 3l-5.5-3zM6 15v1.8c0 1.032.184 1.354 1.106 1.824l4 2.04c.877.448.91.448 1.788 0l4-2.04c.922-.47 1.106-.792 1.106-1.825V15"/><path d="M14.337 4.16L12 6.273L9.663 4.16c-.823-.744-1.235-1.117-1.74-1.157c-.503-.04-.965.264-1.888.872l-1.673 1.1c-.897.59-1.345.884-1.362 1.322c-.016.439.41.768 1.26 1.427L6.435 9.41L4.26 11.095c-.85.66-1.276.99-1.26 1.427s.465.733 1.362 1.323l2.568 1.688c.492.324.739.486 1.007.465c.269-.021.489-.22.928-.617L12 12.547l2.337 2.112c.823.745 1.235 1.117 1.74 1.157c.503.04.965-.264 1.888-.871h0l1.673-1.1c.897-.59 1.345-.885 1.362-1.323c.016-.438-.41-.768-1.26-1.427L17.565 9.41l2.175-1.686c.85-.659 1.276-.988 1.26-1.427c-.017-.438-.465-.733-1.362-1.322l-1.673-1.1c-.923-.608-1.385-.911-1.889-.872s-.916.413-1.74 1.157"/></g></svg>
</template>

CSS

.icon-dropbox {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12%206.5l5.5%203l-5.5%203l-5.5-3zM6%2015v1.8c0%201.032.184%201.354%201.106%201.824l4%202.04c.877.448.91.448%201.788%200l4-2.04c.922-.47%201.106-.792%201.106-1.825V15%22%2F%3E%3Cpath%20d%3D%22M14.337%204.16L12%206.273L9.663%204.16c-.823-.744-1.235-1.117-1.74-1.157c-.503-.04-.965.264-1.888.872l-1.673%201.1c-.897.59-1.345.884-1.362%201.322c-.016.439.41.768%201.26%201.427L6.435%209.41L4.26%2011.095c-.85.66-1.276.99-1.26%201.427s.465.733%201.362%201.323l2.568%201.688c.492.324.739.486%201.007.465c.269-.021.489-.22.928-.617L12%2012.547l2.337%202.112c.823.745%201.235%201.117%201.74%201.157c.503.04.965-.264%201.888-.871h0l1.673-1.1c.897-.59%201.345-.885%201.362-1.323c.016-.438-.41-.768-1.26-1.427L17.565%209.41l2.175-1.686c.85-.659%201.276-.988%201.26-1.427c-.017-.438-.465-.733-1.362-1.322l-1.673-1.1c-.923-.608-1.385-.911-1.889-.872s-.916.413-1.74%201.157%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12%206.5l5.5%203l-5.5%203l-5.5-3zM6%2015v1.8c0%201.032.184%201.354%201.106%201.824l4%202.04c.877.448.91.448%201.788%200l4-2.04c.922-.47%201.106-.792%201.106-1.825V15%22%2F%3E%3Cpath%20d%3D%22M14.337%204.16L12%206.273L9.663%204.16c-.823-.744-1.235-1.117-1.74-1.157c-.503-.04-.965.264-1.888.872l-1.673%201.1c-.897.59-1.345.884-1.362%201.322c-.016.439.41.768%201.26%201.427L6.435%209.41L4.26%2011.095c-.85.66-1.276.99-1.26%201.427s.465.733%201.362%201.323l2.568%201.688c.492.324.739.486%201.007.465c.269-.021.489-.22.928-.617L12%2012.547l2.337%202.112c.823.745%201.235%201.117%201.74%201.157c.503.04.965-.264%201.888-.871h0l1.673-1.1c.897-.59%201.345-.885%201.362-1.323c.016-.438-.41-.768-1.26-1.427L17.565%209.41l2.175-1.686c.85-.659%201.276-.988%201.26-1.427c-.017-.438-.465-.733-1.362-1.322l-1.673-1.1c-.923-.608-1.385-.911-1.889-.872s-.916.413-1.74%201.157%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dropbox.svg?color=%231a73e8&size=48