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

Name
sei-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

Related icons in Web3 Icons Branded

Use the sei 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(#SVGHcSWxdhd3)"><path fill="url(#SVGnUlMmeJU)" d="M24 0H0v24h24z"/><path fill="#fff" d="M18.797 16.2a7.95 7.95 0 0 0-.55-9.185c-.4.1-.654.325-1.064.68c-.035.03-.075.06-.11.1a3.34 3.34 0 0 1-2.339.959c-.535 0-.95-.1-1.31-.275c-.31-.16-.539-.37-.694-.51l-.035-.035c-.165-.15-.27-.235-.42-.3a1.9 1.9 0 0 0-.8-.13c-.569 0-1.158.27-1.708.69c-.45.346-.845.759-1.17 1.225l-1.249-.83c.29-.435.82-1.064 1.504-1.584a4.4 4.4 0 0 1 2.624-1c.58 0 1.034.09 1.414.26s.635.4.815.56c.19.175.28.25.4.315c.11.055.284.115.63.115c.599 0 .929-.23 1.348-.6l.13-.11q.416-.386.905-.675a8.01 8.01 0 0 0-13.093 5.173c.458-.19.948-.289 1.444-.29a3.32 3.32 0 0 1 2.169.75l.02.014c.225.16.38.27.57.35c.175.075.4.135.75.135c.584 0 .964-.27 1.538-.715l.035-.03c.55-.43 1.295-1.004 2.43-1.004c.934 0 1.863.485 2.578.975c.635.44 1.218.952 1.739 1.524l-1.125 1c-.3-.34-.844-.86-1.469-1.29c-.65-.445-1.26-.71-1.724-.71c-.59 0-.97.27-1.544.715l-.035.03c-.55.43-1.294 1.004-2.429 1.004c-.534 0-.964-.1-1.334-.255c-.35-.15-.625-.35-.84-.5l-.015-.01a3 3 0 0 0-.57-.349a1.9 1.9 0 0 0-.749-.135c-.575 0-1.08.235-1.464.51a7.95 7.95 0 0 0 1.769 4.297c.265-.28.58-.574.925-.85c.66-.534 1.519-1.073 2.423-1.198c.575-.085 1.06 0 1.484.18c.405.18.72.44.96.65l.055.049c.49.42.71.61 1.114.61c.465 0 .785-.215 1.25-.585l.09-.075c.424-.335 1.049-.84 1.918-.84c.385 0 .775.11 1.115.245c.35.135.7.325 1.03.52c.23.14.46.29.669.44zm-.91 1.2c-.17-.12-.35-.24-.54-.35a5 5 0 0 0-.799-.41a1.7 1.7 0 0 0-.565-.14c-.315 0-.54.165-1.064.584c-.475.38-1.154.915-2.189.915c-.99 0-1.624-.56-2.039-.93l-.115-.1c-.225-.195-.4-.324-.58-.4a1.17 1.17 0 0 0-.669-.08c-.5.076-1.1.41-1.694.885c-.3.25-.58.51-.81.75a8 8 0 0 0 5.153 1.874a8 8 0 0 0 5.911-2.599"/></g><defs><linearGradient id="SVGnUlMmeJU" x1="11.976" x2="11.976" y1="4.006" y2="19.997" gradientUnits="userSpaceOnUse"><stop stop-color="#90305c"/><stop offset="1" stop-color="#df3c41"/></linearGradient><clipPath id="SVGHcSWxdhd3"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSeiBackground(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(#SVGHcSWxdhd3)"><path fill="url(#SVGnUlMmeJU)" d="M24 0H0v24h24z"/><path fill="#fff" d="M18.797 16.2a7.95 7.95 0 0 0-.55-9.185c-.4.1-.654.325-1.064.68c-.035.03-.075.06-.11.1a3.34 3.34 0 0 1-2.339.959c-.535 0-.95-.1-1.31-.275c-.31-.16-.539-.37-.694-.51l-.035-.035c-.165-.15-.27-.235-.42-.3a1.9 1.9 0 0 0-.8-.13c-.569 0-1.158.27-1.708.69c-.45.346-.845.759-1.17 1.225l-1.249-.83c.29-.435.82-1.064 1.504-1.584a4.4 4.4 0 0 1 2.624-1c.58 0 1.034.09 1.414.26s.635.4.815.56c.19.175.28.25.4.315c.11.055.284.115.63.115c.599 0 .929-.23 1.348-.6l.13-.11q.416-.386.905-.675a8.01 8.01 0 0 0-13.093 5.173c.458-.19.948-.289 1.444-.29a3.32 3.32 0 0 1 2.169.75l.02.014c.225.16.38.27.57.35c.175.075.4.135.75.135c.584 0 .964-.27 1.538-.715l.035-.03c.55-.43 1.295-1.004 2.43-1.004c.934 0 1.863.485 2.578.975c.635.44 1.218.952 1.739 1.524l-1.125 1c-.3-.34-.844-.86-1.469-1.29c-.65-.445-1.26-.71-1.724-.71c-.59 0-.97.27-1.544.715l-.035.03c-.55.43-1.294 1.004-2.429 1.004c-.534 0-.964-.1-1.334-.255c-.35-.15-.625-.35-.84-.5l-.015-.01a3 3 0 0 0-.57-.349a1.9 1.9 0 0 0-.749-.135c-.575 0-1.08.235-1.464.51a7.95 7.95 0 0 0 1.769 4.297c.265-.28.58-.574.925-.85c.66-.534 1.519-1.073 2.423-1.198c.575-.085 1.06 0 1.484.18c.405.18.72.44.96.65l.055.049c.49.42.71.61 1.114.61c.465 0 .785-.215 1.25-.585l.09-.075c.424-.335 1.049-.84 1.918-.84c.385 0 .775.11 1.115.245c.35.135.7.325 1.03.52c.23.14.46.29.669.44zm-.91 1.2c-.17-.12-.35-.24-.54-.35a5 5 0 0 0-.799-.41a1.7 1.7 0 0 0-.565-.14c-.315 0-.54.165-1.064.584c-.475.38-1.154.915-2.189.915c-.99 0-1.624-.56-2.039-.93l-.115-.1c-.225-.195-.4-.324-.58-.4a1.17 1.17 0 0 0-.669-.08c-.5.076-1.1.41-1.694.885c-.3.25-.58.51-.81.75a8 8 0 0 0 5.153 1.874a8 8 0 0 0 5.911-2.599"/></g><defs><linearGradient id="SVGnUlMmeJU" x1="11.976" x2="11.976" y1="4.006" y2="19.997" gradientUnits="userSpaceOnUse"><stop stopColor="#90305c"/><stop offset="1" stopColor="#df3c41"/></linearGradient><clipPath id="SVGHcSWxdhd3"><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(#SVGHcSWxdhd3)"><path fill="url(#SVGnUlMmeJU)" d="M24 0H0v24h24z"/><path fill="#fff" d="M18.797 16.2a7.95 7.95 0 0 0-.55-9.185c-.4.1-.654.325-1.064.68c-.035.03-.075.06-.11.1a3.34 3.34 0 0 1-2.339.959c-.535 0-.95-.1-1.31-.275c-.31-.16-.539-.37-.694-.51l-.035-.035c-.165-.15-.27-.235-.42-.3a1.9 1.9 0 0 0-.8-.13c-.569 0-1.158.27-1.708.69c-.45.346-.845.759-1.17 1.225l-1.249-.83c.29-.435.82-1.064 1.504-1.584a4.4 4.4 0 0 1 2.624-1c.58 0 1.034.09 1.414.26s.635.4.815.56c.19.175.28.25.4.315c.11.055.284.115.63.115c.599 0 .929-.23 1.348-.6l.13-.11q.416-.386.905-.675a8.01 8.01 0 0 0-13.093 5.173c.458-.19.948-.289 1.444-.29a3.32 3.32 0 0 1 2.169.75l.02.014c.225.16.38.27.57.35c.175.075.4.135.75.135c.584 0 .964-.27 1.538-.715l.035-.03c.55-.43 1.295-1.004 2.43-1.004c.934 0 1.863.485 2.578.975c.635.44 1.218.952 1.739 1.524l-1.125 1c-.3-.34-.844-.86-1.469-1.29c-.65-.445-1.26-.71-1.724-.71c-.59 0-.97.27-1.544.715l-.035.03c-.55.43-1.294 1.004-2.429 1.004c-.534 0-.964-.1-1.334-.255c-.35-.15-.625-.35-.84-.5l-.015-.01a3 3 0 0 0-.57-.349a1.9 1.9 0 0 0-.749-.135c-.575 0-1.08.235-1.464.51a7.95 7.95 0 0 0 1.769 4.297c.265-.28.58-.574.925-.85c.66-.534 1.519-1.073 2.423-1.198c.575-.085 1.06 0 1.484.18c.405.18.72.44.96.65l.055.049c.49.42.71.61 1.114.61c.465 0 .785-.215 1.25-.585l.09-.075c.424-.335 1.049-.84 1.918-.84c.385 0 .775.11 1.115.245c.35.135.7.325 1.03.52c.23.14.46.29.669.44zm-.91 1.2c-.17-.12-.35-.24-.54-.35a5 5 0 0 0-.799-.41a1.7 1.7 0 0 0-.565-.14c-.315 0-.54.165-1.064.584c-.475.38-1.154.915-2.189.915c-.99 0-1.624-.56-2.039-.93l-.115-.1c-.225-.195-.4-.324-.58-.4a1.17 1.17 0 0 0-.669-.08c-.5.076-1.1.41-1.694.885c-.3.25-.58.51-.81.75a8 8 0 0 0 5.153 1.874a8 8 0 0 0 5.911-2.599"/></g><defs><linearGradient id="SVGnUlMmeJU" x1="11.976" x2="11.976" y1="4.006" y2="19.997" gradientUnits="userSpaceOnUse"><stop stop-color="#90305c"/><stop offset="1" stop-color="#df3c41"/></linearGradient><clipPath id="SVGHcSWxdhd3"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-sei-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(%23SVGHcSWxdhd3)%22%3E%3Cpath%20fill%3D%22url(%23SVGnUlMmeJU)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.797%2016.2a7.95%207.95%200%200%200-.55-9.185c-.4.1-.654.325-1.064.68c-.035.03-.075.06-.11.1a3.34%203.34%200%200%201-2.339.959c-.535%200-.95-.1-1.31-.275c-.31-.16-.539-.37-.694-.51l-.035-.035c-.165-.15-.27-.235-.42-.3a1.9%201.9%200%200%200-.8-.13c-.569%200-1.158.27-1.708.69c-.45.346-.845.759-1.17%201.225l-1.249-.83c.29-.435.82-1.064%201.504-1.584a4.4%204.4%200%200%201%202.624-1c.58%200%201.034.09%201.414.26s.635.4.815.56c.19.175.28.25.4.315c.11.055.284.115.63.115c.599%200%20.929-.23%201.348-.6l.13-.11q.416-.386.905-.675a8.01%208.01%200%200%200-13.093%205.173c.458-.19.948-.289%201.444-.29a3.32%203.32%200%200%201%202.169.75l.02.014c.225.16.38.27.57.35c.175.075.4.135.75.135c.584%200%20.964-.27%201.538-.715l.035-.03c.55-.43%201.295-1.004%202.43-1.004c.934%200%201.863.485%202.578.975c.635.44%201.218.952%201.739%201.524l-1.125%201c-.3-.34-.844-.86-1.469-1.29c-.65-.445-1.26-.71-1.724-.71c-.59%200-.97.27-1.544.715l-.035.03c-.55.43-1.294%201.004-2.429%201.004c-.534%200-.964-.1-1.334-.255c-.35-.15-.625-.35-.84-.5l-.015-.01a3%203%200%200%200-.57-.349a1.9%201.9%200%200%200-.749-.135c-.575%200-1.08.235-1.464.51a7.95%207.95%200%200%200%201.769%204.297c.265-.28.58-.574.925-.85c.66-.534%201.519-1.073%202.423-1.198c.575-.085%201.06%200%201.484.18c.405.18.72.44.96.65l.055.049c.49.42.71.61%201.114.61c.465%200%20.785-.215%201.25-.585l.09-.075c.424-.335%201.049-.84%201.918-.84c.385%200%20.775.11%201.115.245c.35.135.7.325%201.03.52c.23.14.46.29.669.44zm-.91%201.2c-.17-.12-.35-.24-.54-.35a5%205%200%200%200-.799-.41a1.7%201.7%200%200%200-.565-.14c-.315%200-.54.165-1.064.584c-.475.38-1.154.915-2.189.915c-.99%200-1.624-.56-2.039-.93l-.115-.1c-.225-.195-.4-.324-.58-.4a1.17%201.17%200%200%200-.669-.08c-.5.076-1.1.41-1.694.885c-.3.25-.58.51-.81.75a8%208%200%200%200%205.153%201.874a8%208%200%200%200%205.911-2.599%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnUlMmeJU%22%20x1%3D%2211.976%22%20x2%3D%2211.976%22%20y1%3D%224.006%22%20y2%3D%2219.997%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2390305c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23df3c41%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd3%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(%23SVGHcSWxdhd3)%22%3E%3Cpath%20fill%3D%22url(%23SVGnUlMmeJU)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.797%2016.2a7.95%207.95%200%200%200-.55-9.185c-.4.1-.654.325-1.064.68c-.035.03-.075.06-.11.1a3.34%203.34%200%200%201-2.339.959c-.535%200-.95-.1-1.31-.275c-.31-.16-.539-.37-.694-.51l-.035-.035c-.165-.15-.27-.235-.42-.3a1.9%201.9%200%200%200-.8-.13c-.569%200-1.158.27-1.708.69c-.45.346-.845.759-1.17%201.225l-1.249-.83c.29-.435.82-1.064%201.504-1.584a4.4%204.4%200%200%201%202.624-1c.58%200%201.034.09%201.414.26s.635.4.815.56c.19.175.28.25.4.315c.11.055.284.115.63.115c.599%200%20.929-.23%201.348-.6l.13-.11q.416-.386.905-.675a8.01%208.01%200%200%200-13.093%205.173c.458-.19.948-.289%201.444-.29a3.32%203.32%200%200%201%202.169.75l.02.014c.225.16.38.27.57.35c.175.075.4.135.75.135c.584%200%20.964-.27%201.538-.715l.035-.03c.55-.43%201.295-1.004%202.43-1.004c.934%200%201.863.485%202.578.975c.635.44%201.218.952%201.739%201.524l-1.125%201c-.3-.34-.844-.86-1.469-1.29c-.65-.445-1.26-.71-1.724-.71c-.59%200-.97.27-1.544.715l-.035.03c-.55.43-1.294%201.004-2.429%201.004c-.534%200-.964-.1-1.334-.255c-.35-.15-.625-.35-.84-.5l-.015-.01a3%203%200%200%200-.57-.349a1.9%201.9%200%200%200-.749-.135c-.575%200-1.08.235-1.464.51a7.95%207.95%200%200%200%201.769%204.297c.265-.28.58-.574.925-.85c.66-.534%201.519-1.073%202.423-1.198c.575-.085%201.06%200%201.484.18c.405.18.72.44.96.65l.055.049c.49.42.71.61%201.114.61c.465%200%20.785-.215%201.25-.585l.09-.075c.424-.335%201.049-.84%201.918-.84c.385%200%20.775.11%201.115.245c.35.135.7.325%201.03.52c.23.14.46.29.669.44zm-.91%201.2c-.17-.12-.35-.24-.54-.35a5%205%200%200%200-.799-.41a1.7%201.7%200%200%200-.565-.14c-.315%200-.54.165-1.064.584c-.475.38-1.154.915-2.189.915c-.99%200-1.624-.56-2.039-.93l-.115-.1c-.225-.195-.4-.324-.58-.4a1.17%201.17%200%200%200-.669-.08c-.5.076-1.1.41-1.694.885c-.3.25-.58.51-.81.75a8%208%200%200%200%205.153%201.874a8%208%200%200%200%205.911-2.599%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnUlMmeJU%22%20x1%3D%2211.976%22%20x2%3D%2211.976%22%20y1%3D%224.006%22%20y2%3D%2219.997%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2390305c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23df3c41%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd3%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/sei-background.svg?color=%231a73e8&size=48