airdrop icon
airdrop from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- airdrop
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.13 11.34a2.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="M18.01 17.19a8.73 8.73 0 0 0 2.78-6.4a8.79 8.79 0 1 0-17.58 0c0 2.54 1.08 4.83 2.81 6.43"/><path d="M8 14.55c-.92-.98-1.49-2.3-1.49-3.76C6.51 7.76 8.97 5.3 12 5.3s5.49 2.46 5.49 5.49c0 1.46-.57 2.77-1.49 3.76m-5.7 2.11l-1.44 1.79c-1.14 1.43-.13 3.54 1.7 3.54h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79c-.86-1.09-2.52-1.09-3.39 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAirdrop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.13 11.34a2.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="M18.01 17.19a8.73 8.73 0 0 0 2.78-6.4a8.79 8.79 0 1 0-17.58 0c0 2.54 1.08 4.83 2.81 6.43"/><path d="M8 14.55c-.92-.98-1.49-2.3-1.49-3.76C6.51 7.76 8.97 5.3 12 5.3s5.49 2.46 5.49 5.49c0 1.46-.57 2.77-1.49 3.76m-5.7 2.11l-1.44 1.79c-1.14 1.43-.13 3.54 1.7 3.54h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79c-.86-1.09-2.52-1.09-3.39 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.13 11.34a2.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="M18.01 17.19a8.73 8.73 0 0 0 2.78-6.4a8.79 8.79 0 1 0-17.58 0c0 2.54 1.08 4.83 2.81 6.43"/><path d="M8 14.55c-.92-.98-1.49-2.3-1.49-3.76C6.51 7.76 8.97 5.3 12 5.3s5.49 2.46 5.49 5.49c0 1.46-.57 2.77-1.49 3.76m-5.7 2.11l-1.44 1.79c-1.14 1.43-.13 3.54 1.7 3.54h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79c-.86-1.09-2.52-1.09-3.39 0"/></g></svg> </template>
CSS
.icon-airdrop {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.13%2011.34a2.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%22M18.01%2017.19a8.73%208.73%200%200%200%202.78-6.4a8.79%208.79%200%201%200-17.58%200c0%202.54%201.08%204.83%202.81%206.43%22%2F%3E%3Cpath%20d%3D%22M8%2014.55c-.92-.98-1.49-2.3-1.49-3.76C6.51%207.76%208.97%205.3%2012%205.3s5.49%202.46%205.49%205.49c0%201.46-.57%202.77-1.49%203.76m-5.7%202.11l-1.44%201.79c-1.14%201.43-.13%203.54%201.7%203.54h2.87c1.83%200%202.85-2.12%201.7-3.54l-1.44-1.79c-.86-1.09-2.52-1.09-3.39%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.13%2011.34a2.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%22M18.01%2017.19a8.73%208.73%200%200%200%202.78-6.4a8.79%208.79%200%201%200-17.58%200c0%202.54%201.08%204.83%202.81%206.43%22%2F%3E%3Cpath%20d%3D%22M8%2014.55c-.92-.98-1.49-2.3-1.49-3.76C6.51%207.76%208.97%205.3%2012%205.3s5.49%202.46%205.49%205.49c0%201.46-.57%202.77-1.49%203.76m-5.7%202.11l-1.44%201.79c-1.14%201.43-.13%203.54%201.7%203.54h2.87c1.83%200%202.85-2.12%201.7-3.54l-1.44-1.79c-.86-1.09-2.52-1.09-3.39%200%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.svg?color=%231a73e8&size=48