dropbox from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
dropbox
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the dropbox logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.004 3.5L2 6.689l5.004 3.186l5.002-3.186zm10.005 0l-5.003 3.189l5.003 3.186l5.003-3.186zM2 13.062l5.004 3.187l5.002-3.187l-5.002-3.187zm15.009-3.187l-5.003 3.187l5.003 3.187l5.003-3.187zM7.004 17.311l5.002 3.189l5.003-3.189l-5.003-3.186z"/></svg>

React

import type { SVGProps } from "react";

export function BxlDropbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.004 3.5L2 6.689l5.004 3.186l5.002-3.186zm10.005 0l-5.003 3.189l5.003 3.186l5.003-3.186zM2 13.062l5.004 3.187l5.002-3.187l-5.002-3.187zm15.009-3.187l-5.003 3.187l5.003 3.187l5.003-3.187zM7.004 17.311l5.002 3.189l5.003-3.189l-5.003-3.186z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.004 3.5L2 6.689l5.004 3.186l5.002-3.186zm10.005 0l-5.003 3.189l5.003 3.186l5.003-3.186zM2 13.062l5.004 3.187l5.002-3.187l-5.002-3.187zm15.009-3.187l-5.003 3.187l5.003 3.187l5.003-3.187zM7.004 17.311l5.002 3.189l5.003-3.189l-5.003-3.186z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.004%203.5L2%206.689l5.004%203.186l5.002-3.186zm10.005%200l-5.003%203.189l5.003%203.186l5.003-3.186zM2%2013.062l5.004%203.187l5.002-3.187l-5.002-3.187zm15.009-3.187l-5.003%203.187l5.003%203.187l5.003-3.187zM7.004%2017.311l5.002%203.189l5.003-3.189l-5.003-3.186z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.004%203.5L2%206.689l5.004%203.186l5.002-3.186zm10.005%200l-5.003%203.189l5.003%203.186l5.003-3.186zM2%2013.062l5.004%203.187l5.002-3.187l-5.002-3.187zm15.009-3.187l-5.003%203.187l5.003%203.187l5.003-3.187zM7.004%2017.311l5.002%203.189l5.003-3.189l-5.003-3.186z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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