dropbox from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
dropbox
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8.01 4.555L4.005 7.11L8.01 9.665L4.005 12.22L0 9.651l4.005-2.555L0 4.555L4.005 2zm-4.026 8.487l4.006-2.555l4.005 2.555l-4.005 2.555zm4.026-3.39l4.005-2.556L8.01 4.555L11.995 2L16 4.555L11.995 7.11L16 9.665l-4.005 2.555z"/></svg>

React

import type { SVGProps } from "react";

export function BiDropbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.01 4.555L4.005 7.11L8.01 9.665L4.005 12.22L0 9.651l4.005-2.555L0 4.555L4.005 2zm-4.026 8.487l4.006-2.555l4.005 2.555l-4.005 2.555zm4.026-3.39l4.005-2.556L8.01 4.555L11.995 2L16 4.555L11.995 7.11L16 9.665l-4.005 2.555z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.01 4.555L4.005 7.11L8.01 9.665L4.005 12.22L0 9.651l4.005-2.555L0 4.555L4.005 2zm-4.026 8.487l4.006-2.555l4.005 2.555l-4.005 2.555zm4.026-3.39l4.005-2.556L8.01 4.555L11.995 2L16 4.555L11.995 7.11L16 9.665l-4.005 2.555z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.01%204.555L4.005%207.11L8.01%209.665L4.005%2012.22L0%209.651l4.005-2.555L0%204.555L4.005%202zm-4.026%208.487l4.006-2.555l4.005%202.555l-4.005%202.555zm4.026-3.39l4.005-2.556L8.01%204.555L11.995%202L16%204.555L11.995%207.11L16%209.665l-4.005%202.555z%22%2F%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.01%204.555L4.005%207.11L8.01%209.665L4.005%2012.22L0%209.651l4.005-2.555L0%204.555L4.005%202zm-4.026%208.487l4.006-2.555l4.005%202.555l-4.005%202.555zm4.026-3.39l4.005-2.556L8.01%204.555L11.995%202L16%204.555L11.995%207.11L16%209.665l-4.005%202.555z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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