airdrop icon

airdrop-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
airdrop-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the airdrop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.13 11.339a2.206 2.206 0 0 0-2.68-2.68c-.77.19-1.4.82-1.59 1.59a2.206 2.206 0 0 0 2.68 2.68c.78-.19 1.41-.82 1.59-1.59"/><path d="M6.02 17.97c-.18 0-.37-.07-.51-.2a9.55 9.55 0 0 1-3.05-6.98c0-5.26 4.28-9.54 9.54-9.54s9.54 4.28 9.54 9.54c0 2.66-1.07 5.12-3.01 6.95c-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94 7.94 0 0 0 2.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96 6.37 3.96 10.8c0 2.26.91 4.34 2.57 5.88c.3.28.32.76.04 1.06a.78.78 0 0 1-.55.23"/><path d="M16 15.299a.746.746 0 0 1-.54-1.26c.83-.88 1.29-2.04 1.29-3.24c0-2.62-2.13-4.74-4.74-4.74a4.75 4.75 0 0 0-4.74 4.74c0 1.21.46 2.36 1.29 3.24c.28.3.27.78-.03 1.06c-.3.29-.78.27-1.06-.03a6.23 6.23 0 0 1-1.7-4.27c0-3.44 2.8-6.24 6.24-6.24s6.24 2.8 6.24 6.24c0 1.59-.6 3.11-1.7 4.27a.78.78 0 0 1-.55.23m-5.7 1.361l-1.44 1.79C7.72 19.88 8.74 22 10.56 22h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79a2.16 2.16 0 0 0-3.39-.01"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAirdropFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.13 11.339a2.206 2.206 0 0 0-2.68-2.68c-.77.19-1.4.82-1.59 1.59a2.206 2.206 0 0 0 2.68 2.68c.78-.19 1.41-.82 1.59-1.59"/><path d="M6.02 17.97c-.18 0-.37-.07-.51-.2a9.55 9.55 0 0 1-3.05-6.98c0-5.26 4.28-9.54 9.54-9.54s9.54 4.28 9.54 9.54c0 2.66-1.07 5.12-3.01 6.95c-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94 7.94 0 0 0 2.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96 6.37 3.96 10.8c0 2.26.91 4.34 2.57 5.88c.3.28.32.76.04 1.06a.78.78 0 0 1-.55.23"/><path d="M16 15.299a.746.746 0 0 1-.54-1.26c.83-.88 1.29-2.04 1.29-3.24c0-2.62-2.13-4.74-4.74-4.74a4.75 4.75 0 0 0-4.74 4.74c0 1.21.46 2.36 1.29 3.24c.28.3.27.78-.03 1.06c-.3.29-.78.27-1.06-.03a6.23 6.23 0 0 1-1.7-4.27c0-3.44 2.8-6.24 6.24-6.24s6.24 2.8 6.24 6.24c0 1.59-.6 3.11-1.7 4.27a.78.78 0 0 1-.55.23m-5.7 1.361l-1.44 1.79C7.72 19.88 8.74 22 10.56 22h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79a2.16 2.16 0 0 0-3.39-.01"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.13 11.339a2.206 2.206 0 0 0-2.68-2.68c-.77.19-1.4.82-1.59 1.59a2.206 2.206 0 0 0 2.68 2.68c.78-.19 1.41-.82 1.59-1.59"/><path d="M6.02 17.97c-.18 0-.37-.07-.51-.2a9.55 9.55 0 0 1-3.05-6.98c0-5.26 4.28-9.54 9.54-9.54s9.54 4.28 9.54 9.54c0 2.66-1.07 5.12-3.01 6.95c-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94 7.94 0 0 0 2.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96 6.37 3.96 10.8c0 2.26.91 4.34 2.57 5.88c.3.28.32.76.04 1.06a.78.78 0 0 1-.55.23"/><path d="M16 15.299a.746.746 0 0 1-.54-1.26c.83-.88 1.29-2.04 1.29-3.24c0-2.62-2.13-4.74-4.74-4.74a4.75 4.75 0 0 0-4.74 4.74c0 1.21.46 2.36 1.29 3.24c.28.3.27.78-.03 1.06c-.3.29-.78.27-1.06-.03a6.23 6.23 0 0 1-1.7-4.27c0-3.44 2.8-6.24 6.24-6.24s6.24 2.8 6.24 6.24c0 1.59-.6 3.11-1.7 4.27a.78.78 0 0 1-.55.23m-5.7 1.361l-1.44 1.79C7.72 19.88 8.74 22 10.56 22h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79a2.16 2.16 0 0 0-3.39-.01"/></g></svg>
</template>

CSS

.icon-airdrop-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.13%2011.339a2.206%202.206%200%200%200-2.68-2.68c-.77.19-1.4.82-1.59%201.59a2.206%202.206%200%200%200%202.68%202.68c.78-.19%201.41-.82%201.59-1.59%22%2F%3E%3Cpath%20d%3D%22M6.02%2017.97c-.18%200-.37-.07-.51-.2a9.55%209.55%200%200%201-3.05-6.98c0-5.26%204.28-9.54%209.54-9.54s9.54%204.28%209.54%209.54c0%202.66-1.07%205.12-3.01%206.95c-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94%207.94%200%200%200%202.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96%206.37%203.96%2010.8c0%202.26.91%204.34%202.57%205.88c.3.28.32.76.04%201.06a.78.78%200%200%201-.55.23%22%2F%3E%3Cpath%20d%3D%22M16%2015.299a.746.746%200%200%201-.54-1.26c.83-.88%201.29-2.04%201.29-3.24c0-2.62-2.13-4.74-4.74-4.74a4.75%204.75%200%200%200-4.74%204.74c0%201.21.46%202.36%201.29%203.24c.28.3.27.78-.03%201.06c-.3.29-.78.27-1.06-.03a6.23%206.23%200%200%201-1.7-4.27c0-3.44%202.8-6.24%206.24-6.24s6.24%202.8%206.24%206.24c0%201.59-.6%203.11-1.7%204.27a.78.78%200%200%201-.55.23m-5.7%201.361l-1.44%201.79C7.72%2019.88%208.74%2022%2010.56%2022h2.87c1.83%200%202.85-2.12%201.7-3.54l-1.44-1.79a2.16%202.16%200%200%200-3.39-.01%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.13%2011.339a2.206%202.206%200%200%200-2.68-2.68c-.77.19-1.4.82-1.59%201.59a2.206%202.206%200%200%200%202.68%202.68c.78-.19%201.41-.82%201.59-1.59%22%2F%3E%3Cpath%20d%3D%22M6.02%2017.97c-.18%200-.37-.07-.51-.2a9.55%209.55%200%200%201-3.05-6.98c0-5.26%204.28-9.54%209.54-9.54s9.54%204.28%209.54%209.54c0%202.66-1.07%205.12-3.01%206.95c-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94%207.94%200%200%200%202.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96%206.37%203.96%2010.8c0%202.26.91%204.34%202.57%205.88c.3.28.32.76.04%201.06a.78.78%200%200%201-.55.23%22%2F%3E%3Cpath%20d%3D%22M16%2015.299a.746.746%200%200%201-.54-1.26c.83-.88%201.29-2.04%201.29-3.24c0-2.62-2.13-4.74-4.74-4.74a4.75%204.75%200%200%200-4.74%204.74c0%201.21.46%202.36%201.29%203.24c.28.3.27.78-.03%201.06c-.3.29-.78.27-1.06-.03a6.23%206.23%200%200%201-1.7-4.27c0-3.44%202.8-6.24%206.24-6.24s6.24%202.8%206.24%206.24c0%201.59-.6%203.11-1.7%204.27a.78.78%200%200%201-.55.23m-5.7%201.361l-1.44%201.79C7.72%2019.88%208.74%2022%2010.56%2022h2.87c1.83%200%202.85-2.12%201.7-3.54l-1.44-1.79a2.16%202.16%200%200%200-3.39-.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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