dropbox circle icon

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

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

Related icons in Ant Design Icons

Use the dropbox circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m512.3 361.7l-151.8 93.8l151.8 93.9l151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m151.2 595.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 539z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDropboxCircleFilled(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="m512.3 361.7l-151.8 93.8l151.8 93.9l151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m151.2 595.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 539z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m512.3 361.7l-151.8 93.8l151.8 93.9l151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m151.2 595.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 539z"/></svg>
</template>

CSS

.icon-dropbox-circle-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%22m512.3%20361.7l-151.8%2093.8l151.8%2093.9l151.5-93.9zM512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m151.2%20595.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%20539z%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%22m512.3%20361.7l-151.8%2093.8l151.8%2093.9l151.5-93.9zM512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m151.2%20595.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%20539z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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