wing from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
wing
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the wing logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.773 9.917l-1.565 2.813l-1.565 2.815l-1.567 2.808L8.51 15.54l1.565-2.814l1.567-2.812l-2.377-4.268h3.13l.813 1.457zm-8.64-4.27H3l3.943 7.081L8.51 9.917zm13.302 1.457l-.812-1.457h-3.131l2.378 4.27l-1.568 2.813l-1.564 2.815l1.564 2.808l1.567-2.812l1.566-2.814L21 9.915z"/></svg>

React

import type { SVGProps } from "react";

export function TokenWing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.773 9.917l-1.565 2.813l-1.565 2.815l-1.567 2.808L8.51 15.54l1.565-2.814l1.567-2.812l-2.377-4.268h3.13l.813 1.457zm-8.64-4.27H3l3.943 7.081L8.51 9.917zm13.302 1.457l-.812-1.457h-3.131l2.378 4.27l-1.568 2.813l-1.564 2.815l1.564 2.808l1.567-2.812l1.566-2.814L21 9.915z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.773 9.917l-1.565 2.813l-1.565 2.815l-1.567 2.808L8.51 15.54l1.565-2.814l1.567-2.812l-2.377-4.268h3.13l.813 1.457zm-8.64-4.27H3l3.943 7.081L8.51 9.917zm13.302 1.457l-.812-1.457h-3.131l2.378 4.27l-1.568 2.813l-1.564 2.815l1.564 2.808l1.567-2.812l1.566-2.814L21 9.915z"/></svg>
</template>

CSS

.icon-wing {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.773%209.917l-1.565%202.813l-1.565%202.815l-1.567%202.808L8.51%2015.54l1.565-2.814l1.567-2.812l-2.377-4.268h3.13l.813%201.457zm-8.64-4.27H3l3.943%207.081L8.51%209.917zm13.302%201.457l-.812-1.457h-3.131l2.378%204.27l-1.568%202.813l-1.564%202.815l1.564%202.808l1.567-2.812l1.566-2.814L21%209.915z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.773%209.917l-1.565%202.813l-1.565%202.815l-1.567%202.808L8.51%2015.54l1.565-2.814l1.567-2.812l-2.377-4.268h3.13l.813%201.457zm-8.64-4.27H3l3.943%207.081L8.51%209.917zm13.302%201.457l-.812-1.457h-3.131l2.378%204.27l-1.568%202.813l-1.564%202.815l1.564%202.808l1.567-2.812l1.566-2.814L21%209.915z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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