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

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

1 other variant in Web3 Icons Branded

Use the souls 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(#SVGHcSWxdhd99)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGlzcg8c1t)" d="M10.742 10.964c-.164-.503.019-1.166.128-1.436l-.832.298c-.302.84-.914 2.55-.928 2.633c-.014.082 1.17 2.62 1.76 3.878c.39-.215 1.345-.53 2.063-.078c.717.457.484 1.4.278 1.81l.714-.388c.06-.037.736-.631 1.065-.928l-1.91-5.473c-1.189.667-2.135.32-2.337-.316"/><path fill="url(#SVGcsaNH4Ow)" d="M9.878 7.704c1.235-.942 2.08-3.05 2.08-3.704c.225.33.673 1.353.673 2.835a3.2 3.2 0 0 1-1.573 2.711c-.393.32-1.18 1.093-1.18 1.647c0 .69.435 1.225 1.28 1.225c.837 0 2.561-1.953 2.753-2.163l.005-.005c.164-.182.969-1.143 1.737-1.143c.618 0 1.162.503 1.358.755c.462.594 1.39 2.185 1.39 3.74c0 3.073-1.7 4.77-3.283 5.66c-1.262.71-3.178.778-3.978.723l1.875-1.948c.398-.315 1.184-1.079 1.184-1.614c0-.672-.347-1.207-1.34-1.207c-.987 0-1.98 1.427-2.688 2.213c-.713.791-1.358 1.043-1.619 1.043c-.256 0-1.125.137-2.135-1.83c-.805-1.572-.869-2.505-.796-2.77c0-4.015 2.712-4.998 4.257-6.173z"/><path fill="url(#SVGu5KZwbOr)" d="M7.702 10.63c.686-1.623 3.04-3.064 4.133-3.58c0 .81-2.35 3.1-2.35 4.48c0 1.372.339 1.702 1.729 1.702s2.331-1.482 2.793-1.998c.467-.517 1.194-1.084 1.82-1.084c.622 0 1.815.585 1.815 3.735c0 3.156-2.441 4.911-3.187 5.167c-.75.261-1.39-.013-.731-.343c.658-.324 1.477-1.289 1.477-2.684c0-1.399-.517-2.14-1.656-2.14c-1.143 0-2.153 1.089-2.848 1.775c-.695.69-1.463 1.76-2.172 1.76c-.713 0-1.28-.983-1.532-2.053c-.251-1.065-.142-2.698.713-4.733z"/></g><defs><linearGradient id="SVGlzcg8c1t" x1="7.66" x2="12.302" y1="6.63" y2="17.8" gradientUnits="userSpaceOnUse"><stop stop-color="#8976ff"/><stop offset="1" stop-color="#662d91"/></linearGradient><linearGradient id="SVGcsaNH4Ow" x1="6.188" x2="18.017" y1="10.511" y2="16.881" gradientUnits="userSpaceOnUse"><stop stop-color="#0ff"/><stop offset=".55" stop-color="#25dbff"/><stop offset="1" stop-color="#78f"/></linearGradient><linearGradient id="SVGu5KZwbOr" x1="9.719" x2="15.914" y1="8.065" y2="15.006" gradientUnits="userSpaceOnUse"><stop stop-color="#62ffff"/><stop offset=".55" stop-color="#85e7ff"/><stop offset="1" stop-color="#d0f0ff"/></linearGradient><clipPath id="SVGHcSWxdhd99"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSoulsBackground(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(#SVGHcSWxdhd99)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGlzcg8c1t)" d="M10.742 10.964c-.164-.503.019-1.166.128-1.436l-.832.298c-.302.84-.914 2.55-.928 2.633c-.014.082 1.17 2.62 1.76 3.878c.39-.215 1.345-.53 2.063-.078c.717.457.484 1.4.278 1.81l.714-.388c.06-.037.736-.631 1.065-.928l-1.91-5.473c-1.189.667-2.135.32-2.337-.316"/><path fill="url(#SVGcsaNH4Ow)" d="M9.878 7.704c1.235-.942 2.08-3.05 2.08-3.704c.225.33.673 1.353.673 2.835a3.2 3.2 0 0 1-1.573 2.711c-.393.32-1.18 1.093-1.18 1.647c0 .69.435 1.225 1.28 1.225c.837 0 2.561-1.953 2.753-2.163l.005-.005c.164-.182.969-1.143 1.737-1.143c.618 0 1.162.503 1.358.755c.462.594 1.39 2.185 1.39 3.74c0 3.073-1.7 4.77-3.283 5.66c-1.262.71-3.178.778-3.978.723l1.875-1.948c.398-.315 1.184-1.079 1.184-1.614c0-.672-.347-1.207-1.34-1.207c-.987 0-1.98 1.427-2.688 2.213c-.713.791-1.358 1.043-1.619 1.043c-.256 0-1.125.137-2.135-1.83c-.805-1.572-.869-2.505-.796-2.77c0-4.015 2.712-4.998 4.257-6.173z"/><path fill="url(#SVGu5KZwbOr)" d="M7.702 10.63c.686-1.623 3.04-3.064 4.133-3.58c0 .81-2.35 3.1-2.35 4.48c0 1.372.339 1.702 1.729 1.702s2.331-1.482 2.793-1.998c.467-.517 1.194-1.084 1.82-1.084c.622 0 1.815.585 1.815 3.735c0 3.156-2.441 4.911-3.187 5.167c-.75.261-1.39-.013-.731-.343c.658-.324 1.477-1.289 1.477-2.684c0-1.399-.517-2.14-1.656-2.14c-1.143 0-2.153 1.089-2.848 1.775c-.695.69-1.463 1.76-2.172 1.76c-.713 0-1.28-.983-1.532-2.053c-.251-1.065-.142-2.698.713-4.733z"/></g><defs><linearGradient id="SVGlzcg8c1t" x1="7.66" x2="12.302" y1="6.63" y2="17.8" gradientUnits="userSpaceOnUse"><stop stopColor="#8976ff"/><stop offset="1" stopColor="#662d91"/></linearGradient><linearGradient id="SVGcsaNH4Ow" x1="6.188" x2="18.017" y1="10.511" y2="16.881" gradientUnits="userSpaceOnUse"><stop stopColor="#0ff"/><stop offset=".55" stopColor="#25dbff"/><stop offset="1" stopColor="#78f"/></linearGradient><linearGradient id="SVGu5KZwbOr" x1="9.719" x2="15.914" y1="8.065" y2="15.006" gradientUnits="userSpaceOnUse"><stop stopColor="#62ffff"/><stop offset=".55" stopColor="#85e7ff"/><stop offset="1" stopColor="#d0f0ff"/></linearGradient><clipPath id="SVGHcSWxdhd99"><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(#SVGHcSWxdhd99)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGlzcg8c1t)" d="M10.742 10.964c-.164-.503.019-1.166.128-1.436l-.832.298c-.302.84-.914 2.55-.928 2.633c-.014.082 1.17 2.62 1.76 3.878c.39-.215 1.345-.53 2.063-.078c.717.457.484 1.4.278 1.81l.714-.388c.06-.037.736-.631 1.065-.928l-1.91-5.473c-1.189.667-2.135.32-2.337-.316"/><path fill="url(#SVGcsaNH4Ow)" d="M9.878 7.704c1.235-.942 2.08-3.05 2.08-3.704c.225.33.673 1.353.673 2.835a3.2 3.2 0 0 1-1.573 2.711c-.393.32-1.18 1.093-1.18 1.647c0 .69.435 1.225 1.28 1.225c.837 0 2.561-1.953 2.753-2.163l.005-.005c.164-.182.969-1.143 1.737-1.143c.618 0 1.162.503 1.358.755c.462.594 1.39 2.185 1.39 3.74c0 3.073-1.7 4.77-3.283 5.66c-1.262.71-3.178.778-3.978.723l1.875-1.948c.398-.315 1.184-1.079 1.184-1.614c0-.672-.347-1.207-1.34-1.207c-.987 0-1.98 1.427-2.688 2.213c-.713.791-1.358 1.043-1.619 1.043c-.256 0-1.125.137-2.135-1.83c-.805-1.572-.869-2.505-.796-2.77c0-4.015 2.712-4.998 4.257-6.173z"/><path fill="url(#SVGu5KZwbOr)" d="M7.702 10.63c.686-1.623 3.04-3.064 4.133-3.58c0 .81-2.35 3.1-2.35 4.48c0 1.372.339 1.702 1.729 1.702s2.331-1.482 2.793-1.998c.467-.517 1.194-1.084 1.82-1.084c.622 0 1.815.585 1.815 3.735c0 3.156-2.441 4.911-3.187 5.167c-.75.261-1.39-.013-.731-.343c.658-.324 1.477-1.289 1.477-2.684c0-1.399-.517-2.14-1.656-2.14c-1.143 0-2.153 1.089-2.848 1.775c-.695.69-1.463 1.76-2.172 1.76c-.713 0-1.28-.983-1.532-2.053c-.251-1.065-.142-2.698.713-4.733z"/></g><defs><linearGradient id="SVGlzcg8c1t" x1="7.66" x2="12.302" y1="6.63" y2="17.8" gradientUnits="userSpaceOnUse"><stop stop-color="#8976ff"/><stop offset="1" stop-color="#662d91"/></linearGradient><linearGradient id="SVGcsaNH4Ow" x1="6.188" x2="18.017" y1="10.511" y2="16.881" gradientUnits="userSpaceOnUse"><stop stop-color="#0ff"/><stop offset=".55" stop-color="#25dbff"/><stop offset="1" stop-color="#78f"/></linearGradient><linearGradient id="SVGu5KZwbOr" x1="9.719" x2="15.914" y1="8.065" y2="15.006" gradientUnits="userSpaceOnUse"><stop stop-color="#62ffff"/><stop offset=".55" stop-color="#85e7ff"/><stop offset="1" stop-color="#d0f0ff"/></linearGradient><clipPath id="SVGHcSWxdhd99"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-souls-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(%23SVGHcSWxdhd99)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlzcg8c1t)%22%20d%3D%22M10.742%2010.964c-.164-.503.019-1.166.128-1.436l-.832.298c-.302.84-.914%202.55-.928%202.633c-.014.082%201.17%202.62%201.76%203.878c.39-.215%201.345-.53%202.063-.078c.717.457.484%201.4.278%201.81l.714-.388c.06-.037.736-.631%201.065-.928l-1.91-5.473c-1.189.667-2.135.32-2.337-.316%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcsaNH4Ow)%22%20d%3D%22M9.878%207.704c1.235-.942%202.08-3.05%202.08-3.704c.225.33.673%201.353.673%202.835a3.2%203.2%200%200%201-1.573%202.711c-.393.32-1.18%201.093-1.18%201.647c0%20.69.435%201.225%201.28%201.225c.837%200%202.561-1.953%202.753-2.163l.005-.005c.164-.182.969-1.143%201.737-1.143c.618%200%201.162.503%201.358.755c.462.594%201.39%202.185%201.39%203.74c0%203.073-1.7%204.77-3.283%205.66c-1.262.71-3.178.778-3.978.723l1.875-1.948c.398-.315%201.184-1.079%201.184-1.614c0-.672-.347-1.207-1.34-1.207c-.987%200-1.98%201.427-2.688%202.213c-.713.791-1.358%201.043-1.619%201.043c-.256%200-1.125.137-2.135-1.83c-.805-1.572-.869-2.505-.796-2.77c0-4.015%202.712-4.998%204.257-6.173z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu5KZwbOr)%22%20d%3D%22M7.702%2010.63c.686-1.623%203.04-3.064%204.133-3.58c0%20.81-2.35%203.1-2.35%204.48c0%201.372.339%201.702%201.729%201.702s2.331-1.482%202.793-1.998c.467-.517%201.194-1.084%201.82-1.084c.622%200%201.815.585%201.815%203.735c0%203.156-2.441%204.911-3.187%205.167c-.75.261-1.39-.013-.731-.343c.658-.324%201.477-1.289%201.477-2.684c0-1.399-.517-2.14-1.656-2.14c-1.143%200-2.153%201.089-2.848%201.775c-.695.69-1.463%201.76-2.172%201.76c-.713%200-1.28-.983-1.532-2.053c-.251-1.065-.142-2.698.713-4.733z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGlzcg8c1t%22%20x1%3D%227.66%22%20x2%3D%2212.302%22%20y1%3D%226.63%22%20y2%3D%2217.8%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238976ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23662d91%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcsaNH4Ow%22%20x1%3D%226.188%22%20x2%3D%2218.017%22%20y1%3D%2210.511%22%20y2%3D%2216.881%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230ff%22%2F%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%2325dbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2378f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGu5KZwbOr%22%20x1%3D%229.719%22%20x2%3D%2215.914%22%20y1%3D%228.065%22%20y2%3D%2215.006%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2362ffff%22%2F%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%2385e7ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d0f0ff%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd99%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(%23SVGHcSWxdhd99)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlzcg8c1t)%22%20d%3D%22M10.742%2010.964c-.164-.503.019-1.166.128-1.436l-.832.298c-.302.84-.914%202.55-.928%202.633c-.014.082%201.17%202.62%201.76%203.878c.39-.215%201.345-.53%202.063-.078c.717.457.484%201.4.278%201.81l.714-.388c.06-.037.736-.631%201.065-.928l-1.91-5.473c-1.189.667-2.135.32-2.337-.316%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcsaNH4Ow)%22%20d%3D%22M9.878%207.704c1.235-.942%202.08-3.05%202.08-3.704c.225.33.673%201.353.673%202.835a3.2%203.2%200%200%201-1.573%202.711c-.393.32-1.18%201.093-1.18%201.647c0%20.69.435%201.225%201.28%201.225c.837%200%202.561-1.953%202.753-2.163l.005-.005c.164-.182.969-1.143%201.737-1.143c.618%200%201.162.503%201.358.755c.462.594%201.39%202.185%201.39%203.74c0%203.073-1.7%204.77-3.283%205.66c-1.262.71-3.178.778-3.978.723l1.875-1.948c.398-.315%201.184-1.079%201.184-1.614c0-.672-.347-1.207-1.34-1.207c-.987%200-1.98%201.427-2.688%202.213c-.713.791-1.358%201.043-1.619%201.043c-.256%200-1.125.137-2.135-1.83c-.805-1.572-.869-2.505-.796-2.77c0-4.015%202.712-4.998%204.257-6.173z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu5KZwbOr)%22%20d%3D%22M7.702%2010.63c.686-1.623%203.04-3.064%204.133-3.58c0%20.81-2.35%203.1-2.35%204.48c0%201.372.339%201.702%201.729%201.702s2.331-1.482%202.793-1.998c.467-.517%201.194-1.084%201.82-1.084c.622%200%201.815.585%201.815%203.735c0%203.156-2.441%204.911-3.187%205.167c-.75.261-1.39-.013-.731-.343c.658-.324%201.477-1.289%201.477-2.684c0-1.399-.517-2.14-1.656-2.14c-1.143%200-2.153%201.089-2.848%201.775c-.695.69-1.463%201.76-2.172%201.76c-.713%200-1.28-.983-1.532-2.053c-.251-1.065-.142-2.698.713-4.733z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGlzcg8c1t%22%20x1%3D%227.66%22%20x2%3D%2212.302%22%20y1%3D%226.63%22%20y2%3D%2217.8%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238976ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23662d91%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGcsaNH4Ow%22%20x1%3D%226.188%22%20x2%3D%2218.017%22%20y1%3D%2210.511%22%20y2%3D%2216.881%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230ff%22%2F%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%2325dbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2378f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGu5KZwbOr%22%20x1%3D%229.719%22%20x2%3D%2215.914%22%20y1%3D%228.065%22%20y2%3D%2215.006%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2362ffff%22%2F%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%2385e7ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d0f0ff%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd99%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/souls-background.svg?color=%231a73e8&size=48