dropbox icon
dropbox from IconPark by ByteDance · Color · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- dropbox
- Set
- IconPark
- Style
- Color
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
dropbox-fillAkar Iconsdropbox-outlinedAnt Design IconsdropboxBootstrap IconsdropboxBoxicons BrandsdropboxCoreUI BrandsdropboxFont Awesome 6 BrandsdropboxFont Awesome Brandsdropbox-solidFlowbite IconsdropboxHuge IconsdropboxIconPark OutlinedropboxIconPark SoliddropboxIconPark TwoTonedropboxLine AwesomedropboxSVG LogosdropboxMaterial Design Iconsdropbox-fillMingCute Icondropbox-fillRemix IcondropboxSimple IconsdropboxUniconsdropboxUnicons Monochrome
More brand icons from IconPark
Use the dropbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24 10L12 18L24 26L36 18L24 10Z"/><path d="M24 10L36 18L41 11L30 4L24 10Z"/><path d="M24 10L12 18L7 11L18 4L24 10Z"/><path d="M43 22L36 18L24 26L31 31L43 22Z"/><path d="M5 22L12 18L24 26L17 31L5 22Z"/><path stroke-linecap="round" d="M36 28V37L24 44L12 37V28"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkDropbox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M24 10L12 18L24 26L36 18L24 10Z"/><path d="M24 10L36 18L41 11L30 4L24 10Z"/><path d="M24 10L12 18L7 11L18 4L24 10Z"/><path d="M43 22L36 18L24 26L31 31L43 22Z"/><path d="M5 22L12 18L24 26L17 31L5 22Z"/><path strokeLinecap="round" d="M36 28V37L24 44L12 37V28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24 10L12 18L24 26L36 18L24 10Z"/><path d="M24 10L36 18L41 11L30 4L24 10Z"/><path d="M24 10L12 18L7 11L18 4L24 10Z"/><path d="M43 22L36 18L24 26L31 31L43 22Z"/><path d="M5 22L12 18L24 26L17 31L5 22Z"/><path stroke-linecap="round" d="M36 28V37L24 44L12 37V28"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2010L12%2018L24%2026L36%2018L24%2010Z%22%2F%3E%3Cpath%20d%3D%22M24%2010L36%2018L41%2011L30%204L24%2010Z%22%2F%3E%3Cpath%20d%3D%22M24%2010L12%2018L7%2011L18%204L24%2010Z%22%2F%3E%3Cpath%20d%3D%22M43%2022L36%2018L24%2026L31%2031L43%2022Z%22%2F%3E%3Cpath%20d%3D%22M5%2022L12%2018L24%2026L17%2031L5%2022Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2028V37L24%2044L12%2037V28%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2010L12%2018L24%2026L36%2018L24%2010Z%22%2F%3E%3Cpath%20d%3D%22M24%2010L36%2018L41%2011L30%204L24%2010Z%22%2F%3E%3Cpath%20d%3D%22M24%2010L12%2018L7%2011L18%204L24%2010Z%22%2F%3E%3Cpath%20d%3D%22M43%2022L36%2018L24%2026L31%2031L43%2022Z%22%2F%3E%3Cpath%20d%3D%22M5%2022L12%2018L24%2026L17%2031L5%2022Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2028V37L24%2044L12%2037V28%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/dropbox.svg?color=%231a73e8&size=48