dropbox-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
dropbox-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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"><path fill="currentColor" fill-rule="evenodd" d="M2.644 5.95c-.478.275-.478.723 0 1L6.022 8.9l-3.378 1.95c-.478.276-.478.723 0 1l4.243 2.449c.478.276 1.253.276 1.732 0l3.379-1.951l3.379 1.95c.478.277 1.253.277 1.732 0l4.242-2.449c.479-.276.479-.723 0-1L17.973 8.9l3.378-1.95c.479-.276.479-.724 0-1L17.11 3.5c-.479-.276-1.254-.276-1.733 0l-3.378 1.95l-3.38-1.95c-.478-.276-1.253-.276-1.731 0zm4.68 3.2c-.239-.137-.239-.361 0-.5l4.243-2.448a.96.96 0 0 1 .866 0l4.243 2.449c.239.138.239.362 0 .5L12.433 11.6a.96.96 0 0 1-.866 0z" clip-rule="evenodd"/><path fill="currentColor" d="M5.804 17v-2.172l.583.337c.426.246.923.34 1.366.34c.442 0 .939-.094 1.366-.34l2.879-1.662l2.879 1.662c.426.246.923.34 1.365.34c.443 0 .94-.094 1.367-.34l.587-.34V17a1 1 0 0 1-.5.866l-5.196 3a1 1 0 0 1-1 0l-5.196-3a1 1 0 0 1-.5-.866"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDropboxFill(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" fillRule="evenodd" d="M2.644 5.95c-.478.275-.478.723 0 1L6.022 8.9l-3.378 1.95c-.478.276-.478.723 0 1l4.243 2.449c.478.276 1.253.276 1.732 0l3.379-1.951l3.379 1.95c.478.277 1.253.277 1.732 0l4.242-2.449c.479-.276.479-.723 0-1L17.973 8.9l3.378-1.95c.479-.276.479-.724 0-1L17.11 3.5c-.479-.276-1.254-.276-1.733 0l-3.378 1.95l-3.38-1.95c-.478-.276-1.253-.276-1.731 0zm4.68 3.2c-.239-.137-.239-.361 0-.5l4.243-2.448a.96.96 0 0 1 .866 0l4.243 2.449c.239.138.239.362 0 .5L12.433 11.6a.96.96 0 0 1-.866 0z" clipRule="evenodd"/><path fill="currentColor" d="M5.804 17v-2.172l.583.337c.426.246.923.34 1.366.34c.442 0 .939-.094 1.366-.34l2.879-1.662l2.879 1.662c.426.246.923.34 1.365.34c.443 0 .94-.094 1.367-.34l.587-.34V17a1 1 0 0 1-.5.866l-5.196 3a1 1 0 0 1-1 0l-5.196-3a1 1 0 0 1-.5-.866"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.644 5.95c-.478.275-.478.723 0 1L6.022 8.9l-3.378 1.95c-.478.276-.478.723 0 1l4.243 2.449c.478.276 1.253.276 1.732 0l3.379-1.951l3.379 1.95c.478.277 1.253.277 1.732 0l4.242-2.449c.479-.276.479-.723 0-1L17.973 8.9l3.378-1.95c.479-.276.479-.724 0-1L17.11 3.5c-.479-.276-1.254-.276-1.733 0l-3.378 1.95l-3.38-1.95c-.478-.276-1.253-.276-1.731 0zm4.68 3.2c-.239-.137-.239-.361 0-.5l4.243-2.448a.96.96 0 0 1 .866 0l4.243 2.449c.239.138.239.362 0 .5L12.433 11.6a.96.96 0 0 1-.866 0z" clip-rule="evenodd"/><path fill="currentColor" d="M5.804 17v-2.172l.583.337c.426.246.923.34 1.366.34c.442 0 .939-.094 1.366-.34l2.879-1.662l2.879 1.662c.426.246.923.34 1.365.34c.443 0 .94-.094 1.367-.34l.587-.34V17a1 1 0 0 1-.5.866l-5.196 3a1 1 0 0 1-1 0l-5.196-3a1 1 0 0 1-.5-.866"/></svg>
</template>

CSS

.icon-dropbox-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.644%205.95c-.478.275-.478.723%200%201L6.022%208.9l-3.378%201.95c-.478.276-.478.723%200%201l4.243%202.449c.478.276%201.253.276%201.732%200l3.379-1.951l3.379%201.95c.478.277%201.253.277%201.732%200l4.242-2.449c.479-.276.479-.723%200-1L17.973%208.9l3.378-1.95c.479-.276.479-.724%200-1L17.11%203.5c-.479-.276-1.254-.276-1.733%200l-3.378%201.95l-3.38-1.95c-.478-.276-1.253-.276-1.731%200zm4.68%203.2c-.239-.137-.239-.361%200-.5l4.243-2.448a.96.96%200%200%201%20.866%200l4.243%202.449c.239.138.239.362%200%20.5L12.433%2011.6a.96.96%200%200%201-.866%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.804%2017v-2.172l.583.337c.426.246.923.34%201.366.34c.442%200%20.939-.094%201.366-.34l2.879-1.662l2.879%201.662c.426.246.923.34%201.365.34c.443%200%20.94-.094%201.367-.34l.587-.34V17a1%201%200%200%201-.5.866l-5.196%203a1%201%200%200%201-1%200l-5.196-3a1%201%200%200%201-.5-.866%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.644%205.95c-.478.275-.478.723%200%201L6.022%208.9l-3.378%201.95c-.478.276-.478.723%200%201l4.243%202.449c.478.276%201.253.276%201.732%200l3.379-1.951l3.379%201.95c.478.277%201.253.277%201.732%200l4.242-2.449c.479-.276.479-.723%200-1L17.973%208.9l3.378-1.95c.479-.276.479-.724%200-1L17.11%203.5c-.479-.276-1.254-.276-1.733%200l-3.378%201.95l-3.38-1.95c-.478-.276-1.253-.276-1.731%200zm4.68%203.2c-.239-.137-.239-.361%200-.5l4.243-2.448a.96.96%200%200%201%20.866%200l4.243%202.449c.239.138.239.362%200%20.5L12.433%2011.6a.96.96%200%200%201-.866%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.804%2017v-2.172l.583.337c.426.246.923.34%201.366.34c.442%200%20.939-.094%201.366-.34l2.879-1.662l2.879%201.662c.426.246.923.34%201.365.34c.443%200%20.94-.094%201.367-.34l.587-.34V17a1%201%200%200%201-.5.866l-5.196%203a1%201%200%200%201-1%200l-5.196-3a1%201%200%200%201-.5-.866%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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