dropbox-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
dropbox-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
dropbox, dropbox-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the dropbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m64 556.9l264.2 173.5L512.5 577L246.8 412.7zm896-290.3L696.8 95L512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8L777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6l265.7-164.2zM64 556.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDropboxOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m64 556.9l264.2 173.5L512.5 577L246.8 412.7zm896-290.3L696.8 95L512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8L777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6l265.7-164.2zM64 556.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m64 556.9l264.2 173.5L512.5 577L246.8 412.7zm896-290.3L696.8 95L512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8L777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6l265.7-164.2zM64 556.9"/></svg>
</template>

CSS

.icon-dropbox-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m64%20556.9l264.2%20173.5L512.5%20577L246.8%20412.7zm896-290.3L696.8%2095L512.5%20248.5l265.2%20164.2L512.5%20577l184.3%20153.4L960%20558.8L777.7%20412.7zM513%20609.8L328.2%20763.3l-79.4-51.5v57.8L513%20928l263.7-158.4v-57.8l-78.9%2051.5zM328.2%2095L64%20265.1l182.8%20147.6l265.7-164.2zM64%20556.9%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m64%20556.9l264.2%20173.5L512.5%20577L246.8%20412.7zm896-290.3L696.8%2095L512.5%20248.5l265.2%20164.2L512.5%20577l184.3%20153.4L960%20558.8L777.7%20412.7zM513%20609.8L328.2%20763.3l-79.4-51.5v57.8L513%20928l263.7-158.4v-57.8l-78.9%2051.5zM328.2%2095L64%20265.1l182.8%20147.6l265.7-164.2zM64%20556.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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