gswift from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
gswift
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the gswift logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGtaW3geJD)" d="M3 16.948L8.625 10.9l1.125.55l-1.688 1.925l3.097-1.377l1.403.824z"/><path fill="#fff" d="m21 16.95l-5.063-5.225L18.75 10.2l-3.375-3.15h-6.75L5.25 10.2zm-11.813-9h5.625l1.972 1.85l-1.972.823L13.8 9.75H9.75l2.475.9h1.125l2.587 2.727l-8.72-3.578z"/><path fill="#e9e9e9" fill-opacity=".6" d="m16.361 11.517l-1.026-1.111l-.522.216l-.315-.302l1.44 1.404z"/><defs><linearGradient id="SVGtaW3geJD" x1="16.24" x2="6.136" y1="7.947" y2="17.665" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa902"/><stop offset="1" stop-color="#fff000"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedGswift(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"><path fill="url(#SVGtaW3geJD)" d="M3 16.948L8.625 10.9l1.125.55l-1.688 1.925l3.097-1.377l1.403.824z"/><path fill="#fff" d="m21 16.95l-5.063-5.225L18.75 10.2l-3.375-3.15h-6.75L5.25 10.2zm-11.813-9h5.625l1.972 1.85l-1.972.823L13.8 9.75H9.75l2.475.9h1.125l2.587 2.727l-8.72-3.578z"/><path fill="#e9e9e9" fillOpacity=".6" d="m16.361 11.517l-1.026-1.111l-.522.216l-.315-.302l1.44 1.404z"/><defs><linearGradient id="SVGtaW3geJD" x1="16.24" x2="6.136" y1="7.947" y2="17.665" gradientUnits="userSpaceOnUse"><stop stopColor="#ffa902"/><stop offset="1" stopColor="#fff000"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGtaW3geJD)" d="M3 16.948L8.625 10.9l1.125.55l-1.688 1.925l3.097-1.377l1.403.824z"/><path fill="#fff" d="m21 16.95l-5.063-5.225L18.75 10.2l-3.375-3.15h-6.75L5.25 10.2zm-11.813-9h5.625l1.972 1.85l-1.972.823L13.8 9.75H9.75l2.475.9h1.125l2.587 2.727l-8.72-3.578z"/><path fill="#e9e9e9" fill-opacity=".6" d="m16.361 11.517l-1.026-1.111l-.522.216l-.315-.302l1.44 1.404z"/><defs><linearGradient id="SVGtaW3geJD" x1="16.24" x2="6.136" y1="7.947" y2="17.665" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa902"/><stop offset="1" stop-color="#fff000"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-gswift {
  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%3E%3Cpath%20fill%3D%22url(%23SVGtaW3geJD)%22%20d%3D%22M3%2016.948L8.625%2010.9l1.125.55l-1.688%201.925l3.097-1.377l1.403.824z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m21%2016.95l-5.063-5.225L18.75%2010.2l-3.375-3.15h-6.75L5.25%2010.2zm-11.813-9h5.625l1.972%201.85l-1.972.823L13.8%209.75H9.75l2.475.9h1.125l2.587%202.727l-8.72-3.578z%22%2F%3E%3Cpath%20fill%3D%22%23e9e9e9%22%20fill-opacity%3D%22.6%22%20d%3D%22m16.361%2011.517l-1.026-1.111l-.522.216l-.315-.302l1.44%201.404z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtaW3geJD%22%20x1%3D%2216.24%22%20x2%3D%226.136%22%20y1%3D%227.947%22%20y2%3D%2217.665%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa902%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff000%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%3E%3Cpath%20fill%3D%22url(%23SVGtaW3geJD)%22%20d%3D%22M3%2016.948L8.625%2010.9l1.125.55l-1.688%201.925l3.097-1.377l1.403.824z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m21%2016.95l-5.063-5.225L18.75%2010.2l-3.375-3.15h-6.75L5.25%2010.2zm-11.813-9h5.625l1.972%201.85l-1.972.823L13.8%209.75H9.75l2.475.9h1.125l2.587%202.727l-8.72-3.578z%22%2F%3E%3Cpath%20fill%3D%22%23e9e9e9%22%20fill-opacity%3D%22.6%22%20d%3D%22m16.361%2011.517l-1.026-1.111l-.522.216l-.315-.302l1.44%201.404z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtaW3geJD%22%20x1%3D%2216.24%22%20x2%3D%226.136%22%20y1%3D%227.947%22%20y2%3D%2217.665%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa902%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff000%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Gswift logo — Web3 Icons Branded · IconsDB