swap-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.

Name
swap-background
Set
Web3 Icons Branded
Style
Background
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the swap logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd59)"><path fill="url(#SVGh7UOEbiz)" d="M24 0H0v24h24z"/><path fill="#fff" d="M8 9.881v.92L10.8 8.8L8 7v.818a4.4 4.4 0 0 0 .4 8.782c1.008 0 2.4-.355 3.2-1.2c1-1.154 2.192-4.062 2.192-4.062l-3.57 2.315a2.302 2.302 0 0 1-3.703-.36A2.3 2.3 0 0 1 8 9.882"/><path fill="#fff" d="M16 14.119v-.92l-2.8 2L16 17v-.817a4.4 4.4 0 0 0-.4-8.782c-1.008 0-2.4.354-3.2 1.2c-1 1.154-2.192 4.062-2.192 4.062l3.57-2.315A2.3 2.3 0 1 1 16 14.12"/></g><defs><linearGradient id="SVGh7UOEbiz" x1="5.961" x2="10.582" y1="8.667" y2="19.021" gradientUnits="userSpaceOnUse"><stop stop-color="#0076ef"/><stop offset=".13" stop-color="#007ff6"/><stop offset=".258" stop-color="#0084f6"/><stop offset=".376" stop-color="#008bf9"/><stop offset=".492" stop-color="#009df9"/><stop offset=".612" stop-color="#00aef9"/><stop offset=".731" stop-color="#00b9fa"/><stop offset=".829" stop-color="#00c5fb"/><stop offset="1" stop-color="#00ccfc"/></linearGradient><clipPath id="SVGHcSWxdhd59"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSwapBackground(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"><g clipPath="url(#SVGHcSWxdhd59)"><path fill="url(#SVGh7UOEbiz)" d="M24 0H0v24h24z"/><path fill="#fff" d="M8 9.881v.92L10.8 8.8L8 7v.818a4.4 4.4 0 0 0 .4 8.782c1.008 0 2.4-.355 3.2-1.2c1-1.154 2.192-4.062 2.192-4.062l-3.57 2.315a2.302 2.302 0 0 1-3.703-.36A2.3 2.3 0 0 1 8 9.882"/><path fill="#fff" d="M16 14.119v-.92l-2.8 2L16 17v-.817a4.4 4.4 0 0 0-.4-8.782c-1.008 0-2.4.354-3.2 1.2c-1 1.154-2.192 4.062-2.192 4.062l3.57-2.315A2.3 2.3 0 1 1 16 14.12"/></g><defs><linearGradient id="SVGh7UOEbiz" x1="5.961" x2="10.582" y1="8.667" y2="19.021" gradientUnits="userSpaceOnUse"><stop stopColor="#0076ef"/><stop offset=".13" stopColor="#007ff6"/><stop offset=".258" stopColor="#0084f6"/><stop offset=".376" stopColor="#008bf9"/><stop offset=".492" stopColor="#009df9"/><stop offset=".612" stopColor="#00aef9"/><stop offset=".731" stopColor="#00b9fa"/><stop offset=".829" stopColor="#00c5fb"/><stop offset="1" stopColor="#00ccfc"/></linearGradient><clipPath id="SVGHcSWxdhd59"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></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"><g clip-path="url(#SVGHcSWxdhd59)"><path fill="url(#SVGh7UOEbiz)" d="M24 0H0v24h24z"/><path fill="#fff" d="M8 9.881v.92L10.8 8.8L8 7v.818a4.4 4.4 0 0 0 .4 8.782c1.008 0 2.4-.355 3.2-1.2c1-1.154 2.192-4.062 2.192-4.062l-3.57 2.315a2.302 2.302 0 0 1-3.703-.36A2.3 2.3 0 0 1 8 9.882"/><path fill="#fff" d="M16 14.119v-.92l-2.8 2L16 17v-.817a4.4 4.4 0 0 0-.4-8.782c-1.008 0-2.4.354-3.2 1.2c-1 1.154-2.192 4.062-2.192 4.062l3.57-2.315A2.3 2.3 0 1 1 16 14.12"/></g><defs><linearGradient id="SVGh7UOEbiz" x1="5.961" x2="10.582" y1="8.667" y2="19.021" gradientUnits="userSpaceOnUse"><stop stop-color="#0076ef"/><stop offset=".13" stop-color="#007ff6"/><stop offset=".258" stop-color="#0084f6"/><stop offset=".376" stop-color="#008bf9"/><stop offset=".492" stop-color="#009df9"/><stop offset=".612" stop-color="#00aef9"/><stop offset=".731" stop-color="#00b9fa"/><stop offset=".829" stop-color="#00c5fb"/><stop offset="1" stop-color="#00ccfc"/></linearGradient><clipPath id="SVGHcSWxdhd59"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-swap-background {
  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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd59)%22%3E%3Cpath%20fill%3D%22url(%23SVGh7UOEbiz)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%209.881v.92L10.8%208.8L8%207v.818a4.4%204.4%200%200%200%20.4%208.782c1.008%200%202.4-.355%203.2-1.2c1-1.154%202.192-4.062%202.192-4.062l-3.57%202.315a2.302%202.302%200%200%201-3.703-.36A2.3%202.3%200%200%201%208%209.882%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2014.119v-.92l-2.8%202L16%2017v-.817a4.4%204.4%200%200%200-.4-8.782c-1.008%200-2.4.354-3.2%201.2c-1%201.154-2.192%204.062-2.192%204.062l3.57-2.315A2.3%202.3%200%201%201%2016%2014.12%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGh7UOEbiz%22%20x1%3D%225.961%22%20x2%3D%2210.582%22%20y1%3D%228.667%22%20y2%3D%2219.021%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230076ef%22%2F%3E%3Cstop%20offset%3D%22.13%22%20stop-color%3D%22%23007ff6%22%2F%3E%3Cstop%20offset%3D%22.258%22%20stop-color%3D%22%230084f6%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23008bf9%22%2F%3E%3Cstop%20offset%3D%22.492%22%20stop-color%3D%22%23009df9%22%2F%3E%3Cstop%20offset%3D%22.612%22%20stop-color%3D%22%2300aef9%22%2F%3E%3Cstop%20offset%3D%22.731%22%20stop-color%3D%22%2300b9fa%22%2F%3E%3Cstop%20offset%3D%22.829%22%20stop-color%3D%22%2300c5fb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300ccfc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd59%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd59)%22%3E%3Cpath%20fill%3D%22url(%23SVGh7UOEbiz)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%209.881v.92L10.8%208.8L8%207v.818a4.4%204.4%200%200%200%20.4%208.782c1.008%200%202.4-.355%203.2-1.2c1-1.154%202.192-4.062%202.192-4.062l-3.57%202.315a2.302%202.302%200%200%201-3.703-.36A2.3%202.3%200%200%201%208%209.882%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2014.119v-.92l-2.8%202L16%2017v-.817a4.4%204.4%200%200%200-.4-8.782c-1.008%200-2.4.354-3.2%201.2c-1%201.154-2.192%204.062-2.192%204.062l3.57-2.315A2.3%202.3%200%201%201%2016%2014.12%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGh7UOEbiz%22%20x1%3D%225.961%22%20x2%3D%2210.582%22%20y1%3D%228.667%22%20y2%3D%2219.021%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230076ef%22%2F%3E%3Cstop%20offset%3D%22.13%22%20stop-color%3D%22%23007ff6%22%2F%3E%3Cstop%20offset%3D%22.258%22%20stop-color%3D%22%230084f6%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23008bf9%22%2F%3E%3Cstop%20offset%3D%22.492%22%20stop-color%3D%22%23009df9%22%2F%3E%3Cstop%20offset%3D%22.612%22%20stop-color%3D%22%2300aef9%22%2F%3E%3Cstop%20offset%3D%22.731%22%20stop-color%3D%22%2300b9fa%22%2F%3E%3Cstop%20offset%3D%22.829%22%20stop-color%3D%22%2300c5fb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300ccfc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd59%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%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/swap-background.svg?color=%231a73e8&size=48