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

Name
swth
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 swth logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#0d4947" fill-opacity=".53" d="M5.245 13.688H3.557c.9 1.125 2.065 1.592 2.532 1.688z"/><path fill="url(#SVGs5is5dMx)" d="M5.864 15.433a5.3 5.3 0 0 0 2.758.506c3.376-.281 5.626-3.095 5.626-3.939c1.013.17 3.292.17 5.053-.973A7.316 7.316 0 1 0 5.87 15.433z"/><path fill="url(#SVGeT1Mvbxj)" d="M19.266 10.508c-1.778.732-4.513.929-5.852.929a11.1 11.1 0 0 1-4.828 4.501h.045c3.377-.281 5.627-3.095 5.627-3.939c1.013.17 3.292.17 5.053-.973a7 7 0 0 0-.045-.518"/><path fill="url(#SVGpMmEYdXD)" d="M11.811 19.876c5.076 0 9.189-3.922 9.189-8.755v-.248c-1.632 1.436-3.472 2.206-5.908 1.97c-.377 1.463-1.97 4.22-5.34 4.22c-2.886 0-5.402-1.924-6.752-3.46c1.12 3.629 4.636 6.273 8.806 6.273z"/><defs><linearGradient id="SVGs5is5dMx" x1="17.203" x2="3.51" y1="5.621" y2="16.918" gradientUnits="userSpaceOnUse"><stop stop-color="#d1fafe"/><stop offset=".12" stop-color="#e9fdfe"/><stop offset=".28" stop-color="#a6eaed"/><stop offset=".43" stop-color="#77d4d7"/><stop offset=".65" stop-color="#5dc8c8"/><stop offset=".84" stop-color="#439cba"/><stop offset="1" stop-color="#3b7db2"/></linearGradient><linearGradient id="SVGeT1Mvbxj" x1="20.527" x2="-.171" y1="4.367" y2="10.354" gradientUnits="userSpaceOnUse"><stop stop-color="#55a6ad"/><stop offset=".16" stop-color="#9cb6ba"/><stop offset=".57" stop-color="#4092a0"/><stop offset="1" stop-color="#35729f"/></linearGradient><linearGradient id="SVGpMmEYdXD" x1="20.522" x2="6.1" y1="11.42" y2="17.952" gradientUnits="userSpaceOnUse"><stop stop-color="#8cf2fc"/><stop offset=".39" stop-color="#a6f3fb"/><stop offset=".86" stop-color="#46a7ba"/><stop offset="1" stop-color="#3b7cb2"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSwth(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="#0d4947" fillOpacity=".53" d="M5.245 13.688H3.557c.9 1.125 2.065 1.592 2.532 1.688z"/><path fill="url(#SVGs5is5dMx)" d="M5.864 15.433a5.3 5.3 0 0 0 2.758.506c3.376-.281 5.626-3.095 5.626-3.939c1.013.17 3.292.17 5.053-.973A7.316 7.316 0 1 0 5.87 15.433z"/><path fill="url(#SVGeT1Mvbxj)" d="M19.266 10.508c-1.778.732-4.513.929-5.852.929a11.1 11.1 0 0 1-4.828 4.501h.045c3.377-.281 5.627-3.095 5.627-3.939c1.013.17 3.292.17 5.053-.973a7 7 0 0 0-.045-.518"/><path fill="url(#SVGpMmEYdXD)" d="M11.811 19.876c5.076 0 9.189-3.922 9.189-8.755v-.248c-1.632 1.436-3.472 2.206-5.908 1.97c-.377 1.463-1.97 4.22-5.34 4.22c-2.886 0-5.402-1.924-6.752-3.46c1.12 3.629 4.636 6.273 8.806 6.273z"/><defs><linearGradient id="SVGs5is5dMx" x1="17.203" x2="3.51" y1="5.621" y2="16.918" gradientUnits="userSpaceOnUse"><stop stopColor="#d1fafe"/><stop offset=".12" stopColor="#e9fdfe"/><stop offset=".28" stopColor="#a6eaed"/><stop offset=".43" stopColor="#77d4d7"/><stop offset=".65" stopColor="#5dc8c8"/><stop offset=".84" stopColor="#439cba"/><stop offset="1" stopColor="#3b7db2"/></linearGradient><linearGradient id="SVGeT1Mvbxj" x1="20.527" x2="-.171" y1="4.367" y2="10.354" gradientUnits="userSpaceOnUse"><stop stopColor="#55a6ad"/><stop offset=".16" stopColor="#9cb6ba"/><stop offset=".57" stopColor="#4092a0"/><stop offset="1" stopColor="#35729f"/></linearGradient><linearGradient id="SVGpMmEYdXD" x1="20.522" x2="6.1" y1="11.42" y2="17.952" gradientUnits="userSpaceOnUse"><stop stopColor="#8cf2fc"/><stop offset=".39" stopColor="#a6f3fb"/><stop offset=".86" stopColor="#46a7ba"/><stop offset="1" stopColor="#3b7cb2"/></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="#0d4947" fill-opacity=".53" d="M5.245 13.688H3.557c.9 1.125 2.065 1.592 2.532 1.688z"/><path fill="url(#SVGs5is5dMx)" d="M5.864 15.433a5.3 5.3 0 0 0 2.758.506c3.376-.281 5.626-3.095 5.626-3.939c1.013.17 3.292.17 5.053-.973A7.316 7.316 0 1 0 5.87 15.433z"/><path fill="url(#SVGeT1Mvbxj)" d="M19.266 10.508c-1.778.732-4.513.929-5.852.929a11.1 11.1 0 0 1-4.828 4.501h.045c3.377-.281 5.627-3.095 5.627-3.939c1.013.17 3.292.17 5.053-.973a7 7 0 0 0-.045-.518"/><path fill="url(#SVGpMmEYdXD)" d="M11.811 19.876c5.076 0 9.189-3.922 9.189-8.755v-.248c-1.632 1.436-3.472 2.206-5.908 1.97c-.377 1.463-1.97 4.22-5.34 4.22c-2.886 0-5.402-1.924-6.752-3.46c1.12 3.629 4.636 6.273 8.806 6.273z"/><defs><linearGradient id="SVGs5is5dMx" x1="17.203" x2="3.51" y1="5.621" y2="16.918" gradientUnits="userSpaceOnUse"><stop stop-color="#d1fafe"/><stop offset=".12" stop-color="#e9fdfe"/><stop offset=".28" stop-color="#a6eaed"/><stop offset=".43" stop-color="#77d4d7"/><stop offset=".65" stop-color="#5dc8c8"/><stop offset=".84" stop-color="#439cba"/><stop offset="1" stop-color="#3b7db2"/></linearGradient><linearGradient id="SVGeT1Mvbxj" x1="20.527" x2="-.171" y1="4.367" y2="10.354" gradientUnits="userSpaceOnUse"><stop stop-color="#55a6ad"/><stop offset=".16" stop-color="#9cb6ba"/><stop offset=".57" stop-color="#4092a0"/><stop offset="1" stop-color="#35729f"/></linearGradient><linearGradient id="SVGpMmEYdXD" x1="20.522" x2="6.1" y1="11.42" y2="17.952" gradientUnits="userSpaceOnUse"><stop stop-color="#8cf2fc"/><stop offset=".39" stop-color="#a6f3fb"/><stop offset=".86" stop-color="#46a7ba"/><stop offset="1" stop-color="#3b7cb2"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-swth {
  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%22%230d4947%22%20fill-opacity%3D%22.53%22%20d%3D%22M5.245%2013.688H3.557c.9%201.125%202.065%201.592%202.532%201.688z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGs5is5dMx)%22%20d%3D%22M5.864%2015.433a5.3%205.3%200%200%200%202.758.506c3.376-.281%205.626-3.095%205.626-3.939c1.013.17%203.292.17%205.053-.973A7.316%207.316%200%201%200%205.87%2015.433z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGeT1Mvbxj)%22%20d%3D%22M19.266%2010.508c-1.778.732-4.513.929-5.852.929a11.1%2011.1%200%200%201-4.828%204.501h.045c3.377-.281%205.627-3.095%205.627-3.939c1.013.17%203.292.17%205.053-.973a7%207%200%200%200-.045-.518%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpMmEYdXD)%22%20d%3D%22M11.811%2019.876c5.076%200%209.189-3.922%209.189-8.755v-.248c-1.632%201.436-3.472%202.206-5.908%201.97c-.377%201.463-1.97%204.22-5.34%204.22c-2.886%200-5.402-1.924-6.752-3.46c1.12%203.629%204.636%206.273%208.806%206.273z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGs5is5dMx%22%20x1%3D%2217.203%22%20x2%3D%223.51%22%20y1%3D%225.621%22%20y2%3D%2216.918%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d1fafe%22%2F%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%23e9fdfe%22%2F%3E%3Cstop%20offset%3D%22.28%22%20stop-color%3D%22%23a6eaed%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%2377d4d7%22%2F%3E%3Cstop%20offset%3D%22.65%22%20stop-color%3D%22%235dc8c8%22%2F%3E%3Cstop%20offset%3D%22.84%22%20stop-color%3D%22%23439cba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233b7db2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGeT1Mvbxj%22%20x1%3D%2220.527%22%20x2%3D%22-.171%22%20y1%3D%224.367%22%20y2%3D%2210.354%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2355a6ad%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%239cb6ba%22%2F%3E%3Cstop%20offset%3D%22.57%22%20stop-color%3D%22%234092a0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2335729f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGpMmEYdXD%22%20x1%3D%2220.522%22%20x2%3D%226.1%22%20y1%3D%2211.42%22%20y2%3D%2217.952%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238cf2fc%22%2F%3E%3Cstop%20offset%3D%22.39%22%20stop-color%3D%22%23a6f3fb%22%2F%3E%3Cstop%20offset%3D%22.86%22%20stop-color%3D%22%2346a7ba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233b7cb2%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%22%230d4947%22%20fill-opacity%3D%22.53%22%20d%3D%22M5.245%2013.688H3.557c.9%201.125%202.065%201.592%202.532%201.688z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGs5is5dMx)%22%20d%3D%22M5.864%2015.433a5.3%205.3%200%200%200%202.758.506c3.376-.281%205.626-3.095%205.626-3.939c1.013.17%203.292.17%205.053-.973A7.316%207.316%200%201%200%205.87%2015.433z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGeT1Mvbxj)%22%20d%3D%22M19.266%2010.508c-1.778.732-4.513.929-5.852.929a11.1%2011.1%200%200%201-4.828%204.501h.045c3.377-.281%205.627-3.095%205.627-3.939c1.013.17%203.292.17%205.053-.973a7%207%200%200%200-.045-.518%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpMmEYdXD)%22%20d%3D%22M11.811%2019.876c5.076%200%209.189-3.922%209.189-8.755v-.248c-1.632%201.436-3.472%202.206-5.908%201.97c-.377%201.463-1.97%204.22-5.34%204.22c-2.886%200-5.402-1.924-6.752-3.46c1.12%203.629%204.636%206.273%208.806%206.273z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGs5is5dMx%22%20x1%3D%2217.203%22%20x2%3D%223.51%22%20y1%3D%225.621%22%20y2%3D%2216.918%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d1fafe%22%2F%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%23e9fdfe%22%2F%3E%3Cstop%20offset%3D%22.28%22%20stop-color%3D%22%23a6eaed%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%2377d4d7%22%2F%3E%3Cstop%20offset%3D%22.65%22%20stop-color%3D%22%235dc8c8%22%2F%3E%3Cstop%20offset%3D%22.84%22%20stop-color%3D%22%23439cba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233b7db2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGeT1Mvbxj%22%20x1%3D%2220.527%22%20x2%3D%22-.171%22%20y1%3D%224.367%22%20y2%3D%2210.354%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2355a6ad%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%239cb6ba%22%2F%3E%3Cstop%20offset%3D%22.57%22%20stop-color%3D%22%234092a0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2335729f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGpMmEYdXD%22%20x1%3D%2220.522%22%20x2%3D%226.1%22%20y1%3D%2211.42%22%20y2%3D%2217.952%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238cf2fc%22%2F%3E%3Cstop%20offset%3D%22.39%22%20stop-color%3D%22%23a6f3fb%22%2F%3E%3Cstop%20offset%3D%22.86%22%20stop-color%3D%22%2346a7ba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233b7cb2%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/swth.svg?color=%231a73e8&size=48