dropbox square icon

dropbox-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
dropbox-square-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
dropbox-square, dropbox-square-fill

Related icons in Ant Design Icons

Use the dropbox square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4l105.6-87.7l105.6 87.7l45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2l104.5-82.4L256 371.2L407 274l105.3 87.7L617.6 274L768 372.1l-104.2 83.5L768 539zM512.3 361.7l-151.8 93.8l151.8 93.9l151.5-93.9zm151.5 93.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDropboxSquareFilled(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="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4l105.6-87.7l105.6 87.7l45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2l104.5-82.4L256 371.2L407 274l105.3 87.7L617.6 274L768 372.1l-104.2 83.5L768 539zM512.3 361.7l-151.8 93.8l151.8 93.9l151.5-93.9zm151.5 93.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4l105.6-87.7l105.6 87.7l45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2l104.5-82.4L256 371.2L407 274l105.3 87.7L617.6 274L768 372.1l-104.2 83.5L768 539zM512.3 361.7l-151.8 93.8l151.8 93.9l151.5-93.9zm151.5 93.8"/></svg>
</template>

CSS

.icon-dropbox-square-filled {
  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%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M663.2%20659.5L512.6%20750l-151-90.5v-33.1l45.4%2029.4l105.6-87.7l105.6%2087.7l45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407%20637.1l-151-99.2l104.5-82.4L256%20371.2L407%20274l105.3%2087.7L617.6%20274L768%20372.1l-104.2%2083.5L768%20539zM512.3%20361.7l-151.8%2093.8l151.8%2093.9l151.5-93.9zm151.5%2093.8%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%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M663.2%20659.5L512.6%20750l-151-90.5v-33.1l45.4%2029.4l105.6-87.7l105.6%2087.7l45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407%20637.1l-151-99.2l104.5-82.4L256%20371.2L407%20274l105.3%2087.7L617.6%20274L768%20372.1l-104.2%2083.5L768%20539zM512.3%20361.7l-151.8%2093.8l151.8%2093.9l151.5-93.9zm151.5%2093.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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