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

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

1 other variant in Web3 Icons Branded

Use the blue 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(#SVGdOaAUbmt)" fill-rule="evenodd" d="M8.298 3h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.325.552 3.143v7.309c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.19-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 18.017 3 17.358 3 15.539V8.23c0-1.818.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542C5.788 3.189 6.456 3 8.298 3" clip-rule="evenodd"/><path fill="url(#SVG01erJdcP)" fill-rule="evenodd" d="M8.298 7.154h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.324.552 3.143v2.924c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.189-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 17.786 3 17.127 3 15.308v-2.924c0-1.819.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542c.674-.356 1.342-.545 3.184-.545" clip-rule="evenodd"/><path fill="url(#SVGvURXbcps)" fill-rule="evenodd" d="M7.212 11.539h9.576c1.234 0 1.853.16 2.423.46c.57.302 1.017.743 1.322 1.306c.305.562.467 1.174.467 2.392v1.145c0 1.218-.162 1.83-.467 2.392a3.16 3.16 0 0 1-1.322 1.305c-.57.3-1.19.461-2.423.461H7.212c-1.234 0-1.853-.16-2.423-.461a3.16 3.16 0 0 1-1.322-1.305C3.162 18.671 3 18.06 3 16.842v-1.145c0-1.218.162-1.83.467-2.392A3.16 3.16 0 0 1 4.79 12c.57-.301 1.19-.461 2.423-.461" clip-rule="evenodd"/><defs><linearGradient id="SVGdOaAUbmt" x1="903" x2="903" y1="53.433" y2="1779.92" gradientUnits="userSpaceOnUse"><stop stop-color="#174697"/><stop offset="1" stop-color="#0c2550"/></linearGradient><linearGradient id="SVG01erJdcP" x1="903" x2="903" y1="7.154" y2="1317.29" gradientUnits="userSpaceOnUse"><stop stop-color="#3f78dc"/><stop offset="1" stop-color="#2f5fb3"/></linearGradient><linearGradient id="SVGvURXbcps" x1="903" x2="903" y1="37.324" y2="957.69" gradientUnits="userSpaceOnUse"><stop stop-color="#8bd7f9"/><stop offset="1" stop-color="#68bbe1"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedBlue(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(#SVGdOaAUbmt)" fillRule="evenodd" d="M8.298 3h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.325.552 3.143v7.309c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.19-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 18.017 3 17.358 3 15.539V8.23c0-1.818.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542C5.788 3.189 6.456 3 8.298 3" clipRule="evenodd"/><path fill="url(#SVG01erJdcP)" fillRule="evenodd" d="M8.298 7.154h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.324.552 3.143v2.924c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.189-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 17.786 3 17.127 3 15.308v-2.924c0-1.819.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542c.674-.356 1.342-.545 3.184-.545" clipRule="evenodd"/><path fill="url(#SVGvURXbcps)" fillRule="evenodd" d="M7.212 11.539h9.576c1.234 0 1.853.16 2.423.46c.57.302 1.017.743 1.322 1.306c.305.562.467 1.174.467 2.392v1.145c0 1.218-.162 1.83-.467 2.392a3.16 3.16 0 0 1-1.322 1.305c-.57.3-1.19.461-2.423.461H7.212c-1.234 0-1.853-.16-2.423-.461a3.16 3.16 0 0 1-1.322-1.305C3.162 18.671 3 18.06 3 16.842v-1.145c0-1.218.162-1.83.467-2.392A3.16 3.16 0 0 1 4.79 12c.57-.301 1.19-.461 2.423-.461" clipRule="evenodd"/><defs><linearGradient id="SVGdOaAUbmt" x1="903" x2="903" y1="53.433" y2="1779.92" gradientUnits="userSpaceOnUse"><stop stopColor="#174697"/><stop offset="1" stopColor="#0c2550"/></linearGradient><linearGradient id="SVG01erJdcP" x1="903" x2="903" y1="7.154" y2="1317.29" gradientUnits="userSpaceOnUse"><stop stopColor="#3f78dc"/><stop offset="1" stopColor="#2f5fb3"/></linearGradient><linearGradient id="SVGvURXbcps" x1="903" x2="903" y1="37.324" y2="957.69" gradientUnits="userSpaceOnUse"><stop stopColor="#8bd7f9"/><stop offset="1" stopColor="#68bbe1"/></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(#SVGdOaAUbmt)" fill-rule="evenodd" d="M8.298 3h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.325.552 3.143v7.309c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.19-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 18.017 3 17.358 3 15.539V8.23c0-1.818.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542C5.788 3.189 6.456 3 8.298 3" clip-rule="evenodd"/><path fill="url(#SVG01erJdcP)" fill-rule="evenodd" d="M8.298 7.154h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.324.552 3.143v2.924c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.189-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 17.786 3 17.127 3 15.308v-2.924c0-1.819.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542c.674-.356 1.342-.545 3.184-.545" clip-rule="evenodd"/><path fill="url(#SVGvURXbcps)" fill-rule="evenodd" d="M7.212 11.539h9.576c1.234 0 1.853.16 2.423.46c.57.302 1.017.743 1.322 1.306c.305.562.467 1.174.467 2.392v1.145c0 1.218-.162 1.83-.467 2.392a3.16 3.16 0 0 1-1.322 1.305c-.57.3-1.19.461-2.423.461H7.212c-1.234 0-1.853-.16-2.423-.461a3.16 3.16 0 0 1-1.322-1.305C3.162 18.671 3 18.06 3 16.842v-1.145c0-1.218.162-1.83.467-2.392A3.16 3.16 0 0 1 4.79 12c.57-.301 1.19-.461 2.423-.461" clip-rule="evenodd"/><defs><linearGradient id="SVGdOaAUbmt" x1="903" x2="903" y1="53.433" y2="1779.92" gradientUnits="userSpaceOnUse"><stop stop-color="#174697"/><stop offset="1" stop-color="#0c2550"/></linearGradient><linearGradient id="SVG01erJdcP" x1="903" x2="903" y1="7.154" y2="1317.29" gradientUnits="userSpaceOnUse"><stop stop-color="#3f78dc"/><stop offset="1" stop-color="#2f5fb3"/></linearGradient><linearGradient id="SVGvURXbcps" x1="903" x2="903" y1="37.324" y2="957.69" gradientUnits="userSpaceOnUse"><stop stop-color="#8bd7f9"/><stop offset="1" stop-color="#68bbe1"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-blue {
  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(%23SVGdOaAUbmt)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.298%203h7.404c1.842%200%202.51.19%203.184.545a3.73%203.73%200%200%201%201.562%201.542c.36.665.552%201.325.552%203.143v7.309c0%201.819-.192%202.478-.552%203.143a3.73%203.73%200%200%201-1.562%201.542c-.674.356-1.342.545-3.184.545H8.298c-1.842%200-2.51-.19-3.184-.545a3.73%203.73%200%200%201-1.562-1.542C3.192%2018.017%203%2017.358%203%2015.539V8.23c0-1.818.192-2.478.552-3.143a3.73%203.73%200%200%201%201.562-1.542C5.788%203.189%206.456%203%208.298%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG01erJdcP)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.298%207.154h7.404c1.842%200%202.51.19%203.184.545a3.73%203.73%200%200%201%201.562%201.542c.36.665.552%201.324.552%203.143v2.924c0%201.819-.192%202.478-.552%203.143a3.73%203.73%200%200%201-1.562%201.542c-.674.356-1.342.545-3.184.545H8.298c-1.842%200-2.51-.189-3.184-.545a3.73%203.73%200%200%201-1.562-1.542C3.192%2017.786%203%2017.127%203%2015.308v-2.924c0-1.819.192-2.478.552-3.143a3.73%203.73%200%200%201%201.562-1.542c.674-.356%201.342-.545%203.184-.545%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvURXbcps)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.212%2011.539h9.576c1.234%200%201.853.16%202.423.46c.57.302%201.017.743%201.322%201.306c.305.562.467%201.174.467%202.392v1.145c0%201.218-.162%201.83-.467%202.392a3.16%203.16%200%200%201-1.322%201.305c-.57.3-1.19.461-2.423.461H7.212c-1.234%200-1.853-.16-2.423-.461a3.16%203.16%200%200%201-1.322-1.305C3.162%2018.671%203%2018.06%203%2016.842v-1.145c0-1.218.162-1.83.467-2.392A3.16%203.16%200%200%201%204.79%2012c.57-.301%201.19-.461%202.423-.461%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdOaAUbmt%22%20x1%3D%22903%22%20x2%3D%22903%22%20y1%3D%2253.433%22%20y2%3D%221779.92%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23174697%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230c2550%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG01erJdcP%22%20x1%3D%22903%22%20x2%3D%22903%22%20y1%3D%227.154%22%20y2%3D%221317.29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%233f78dc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232f5fb3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvURXbcps%22%20x1%3D%22903%22%20x2%3D%22903%22%20y1%3D%2237.324%22%20y2%3D%22957.69%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238bd7f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2368bbe1%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(%23SVGdOaAUbmt)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.298%203h7.404c1.842%200%202.51.19%203.184.545a3.73%203.73%200%200%201%201.562%201.542c.36.665.552%201.325.552%203.143v7.309c0%201.819-.192%202.478-.552%203.143a3.73%203.73%200%200%201-1.562%201.542c-.674.356-1.342.545-3.184.545H8.298c-1.842%200-2.51-.19-3.184-.545a3.73%203.73%200%200%201-1.562-1.542C3.192%2018.017%203%2017.358%203%2015.539V8.23c0-1.818.192-2.478.552-3.143a3.73%203.73%200%200%201%201.562-1.542C5.788%203.189%206.456%203%208.298%203%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG01erJdcP)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.298%207.154h7.404c1.842%200%202.51.19%203.184.545a3.73%203.73%200%200%201%201.562%201.542c.36.665.552%201.324.552%203.143v2.924c0%201.819-.192%202.478-.552%203.143a3.73%203.73%200%200%201-1.562%201.542c-.674.356-1.342.545-3.184.545H8.298c-1.842%200-2.51-.189-3.184-.545a3.73%203.73%200%200%201-1.562-1.542C3.192%2017.786%203%2017.127%203%2015.308v-2.924c0-1.819.192-2.478.552-3.143a3.73%203.73%200%200%201%201.562-1.542c.674-.356%201.342-.545%203.184-.545%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvURXbcps)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.212%2011.539h9.576c1.234%200%201.853.16%202.423.46c.57.302%201.017.743%201.322%201.306c.305.562.467%201.174.467%202.392v1.145c0%201.218-.162%201.83-.467%202.392a3.16%203.16%200%200%201-1.322%201.305c-.57.3-1.19.461-2.423.461H7.212c-1.234%200-1.853-.16-2.423-.461a3.16%203.16%200%200%201-1.322-1.305C3.162%2018.671%203%2018.06%203%2016.842v-1.145c0-1.218.162-1.83.467-2.392A3.16%203.16%200%200%201%204.79%2012c.57-.301%201.19-.461%202.423-.461%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdOaAUbmt%22%20x1%3D%22903%22%20x2%3D%22903%22%20y1%3D%2253.433%22%20y2%3D%221779.92%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23174697%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230c2550%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG01erJdcP%22%20x1%3D%22903%22%20x2%3D%22903%22%20y1%3D%227.154%22%20y2%3D%221317.29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%233f78dc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232f5fb3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvURXbcps%22%20x1%3D%22903%22%20x2%3D%22903%22%20y1%3D%2237.324%22%20y2%3D%22957.69%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238bd7f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2368bbe1%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/blue.svg?color=%231a73e8&size=48