dropbox from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
dropbox
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
528×512
License
CC BY 4.0

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 528 512"><path fill="currentColor" d="m264.4 116.3l-132 84.3l132 84.3l-132 84.3L0 284.1l132.3-84.3L0 116.3L132.3 32zM131.6 395.7l132-84.3l132 84.3l-132 84.3zm132.8-111.6l132-84.3l-132-83.6L395.7 32L528 116.3l-132.3 84.3L528 284.8l-132.3 84.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsDropbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 528 512"><path fill="currentColor" d="m264.4 116.3l-132 84.3l132 84.3l-132 84.3L0 284.1l132.3-84.3L0 116.3L132.3 32zM131.6 395.7l132-84.3l132 84.3l-132 84.3zm132.8-111.6l132-84.3l-132-83.6L395.7 32L528 116.3l-132.3 84.3L528 284.8l-132.3 84.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 528 512"><path fill="currentColor" d="m264.4 116.3l-132 84.3l132 84.3l-132 84.3L0 284.1l132.3-84.3L0 116.3L132.3 32zM131.6 395.7l132-84.3l132 84.3l-132 84.3zm132.8-111.6l132-84.3l-132-83.6L395.7 32L528 116.3l-132.3 84.3L528 284.8l-132.3 84.3z"/></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%20528%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m264.4%20116.3l-132%2084.3l132%2084.3l-132%2084.3L0%20284.1l132.3-84.3L0%20116.3L132.3%2032zM131.6%20395.7l132-84.3l132%2084.3l-132%2084.3zm132.8-111.6l132-84.3l-132-83.6L395.7%2032L528%20116.3l-132.3%2084.3L528%20284.8l-132.3%2084.3z%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%20528%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m264.4%20116.3l-132%2084.3l132%2084.3l-132%2084.3L0%20284.1l132.3-84.3L0%20116.3L132.3%2032zM131.6%20395.7l132-84.3l132%2084.3l-132%2084.3zm132.8-111.6l132-84.3l-132-83.6L395.7%2032L528%20116.3l-132.3%2084.3L528%20284.8l-132.3%2084.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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