axs logo
axs-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- axs-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 axs 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(#SVGHcSWxdhd60)"><path fill="url(#SVGj1JzybKV)" d="M24 0H0v24h24z"/><path fill="#fff" d="M4.602 7.119c.546-.701 4.626 1.53 6.702 3.459a.23.23 0 0 1-.014.348l-.66.55a.236.236 0 0 1-.286.01l-1.356-.974l-1.619 1.723c-.16.164-.447.513-.644.371a.895.895 0 0 1-.245-1.011c.254-.589 1.605-1.822 1.605-1.822c-.678-.541-2.071-1.05-2.316.673c-.16 1.12-.122 5.718 1.836 4.612c1.882-1.068 9.389-9.384 10.89-8.66c1.502.72 2.024 8.66.9 10.1c-.368.471-2.815.17-6.707-3.115a.236.236 0 0 1-.015-.344l.66-.644a.236.236 0 0 1 .329-.005c.885.772 4.108 3.247 4.457 1.586c.23-1.11.254-6.038-.871-5.676c-.612.198-1.694 1.073-2.504 1.765C12.99 11.57 6.791 18.38 5.35 17.58c-1.44-.796-1.788-9.13-.753-10.462z"/></g><defs><linearGradient id="SVGj1JzybKV" x1="12" x2="12" y1="6.354" y2="17.646" gradientUnits="userSpaceOnUse"><stop stop-color="#00d2f7"/><stop offset="1" stop-color="#004cdc"/></linearGradient><clipPath id="SVGHcSWxdhd60"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedAxsBackground(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(#SVGHcSWxdhd60)"><path fill="url(#SVGj1JzybKV)" d="M24 0H0v24h24z"/><path fill="#fff" d="M4.602 7.119c.546-.701 4.626 1.53 6.702 3.459a.23.23 0 0 1-.014.348l-.66.55a.236.236 0 0 1-.286.01l-1.356-.974l-1.619 1.723c-.16.164-.447.513-.644.371a.895.895 0 0 1-.245-1.011c.254-.589 1.605-1.822 1.605-1.822c-.678-.541-2.071-1.05-2.316.673c-.16 1.12-.122 5.718 1.836 4.612c1.882-1.068 9.389-9.384 10.89-8.66c1.502.72 2.024 8.66.9 10.1c-.368.471-2.815.17-6.707-3.115a.236.236 0 0 1-.015-.344l.66-.644a.236.236 0 0 1 .329-.005c.885.772 4.108 3.247 4.457 1.586c.23-1.11.254-6.038-.871-5.676c-.612.198-1.694 1.073-2.504 1.765C12.99 11.57 6.791 18.38 5.35 17.58c-1.44-.796-1.788-9.13-.753-10.462z"/></g><defs><linearGradient id="SVGj1JzybKV" x1="12" x2="12" y1="6.354" y2="17.646" gradientUnits="userSpaceOnUse"><stop stopColor="#00d2f7"/><stop offset="1" stopColor="#004cdc"/></linearGradient><clipPath id="SVGHcSWxdhd60"><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(#SVGHcSWxdhd60)"><path fill="url(#SVGj1JzybKV)" d="M24 0H0v24h24z"/><path fill="#fff" d="M4.602 7.119c.546-.701 4.626 1.53 6.702 3.459a.23.23 0 0 1-.014.348l-.66.55a.236.236 0 0 1-.286.01l-1.356-.974l-1.619 1.723c-.16.164-.447.513-.644.371a.895.895 0 0 1-.245-1.011c.254-.589 1.605-1.822 1.605-1.822c-.678-.541-2.071-1.05-2.316.673c-.16 1.12-.122 5.718 1.836 4.612c1.882-1.068 9.389-9.384 10.89-8.66c1.502.72 2.024 8.66.9 10.1c-.368.471-2.815.17-6.707-3.115a.236.236 0 0 1-.015-.344l.66-.644a.236.236 0 0 1 .329-.005c.885.772 4.108 3.247 4.457 1.586c.23-1.11.254-6.038-.871-5.676c-.612.198-1.694 1.073-2.504 1.765C12.99 11.57 6.791 18.38 5.35 17.58c-1.44-.796-1.788-9.13-.753-10.462z"/></g><defs><linearGradient id="SVGj1JzybKV" x1="12" x2="12" y1="6.354" y2="17.646" gradientUnits="userSpaceOnUse"><stop stop-color="#00d2f7"/><stop offset="1" stop-color="#004cdc"/></linearGradient><clipPath id="SVGHcSWxdhd60"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-axs-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(%23SVGHcSWxdhd60)%22%3E%3Cpath%20fill%3D%22url(%23SVGj1JzybKV)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.602%207.119c.546-.701%204.626%201.53%206.702%203.459a.23.23%200%200%201-.014.348l-.66.55a.236.236%200%200%201-.286.01l-1.356-.974l-1.619%201.723c-.16.164-.447.513-.644.371a.895.895%200%200%201-.245-1.011c.254-.589%201.605-1.822%201.605-1.822c-.678-.541-2.071-1.05-2.316.673c-.16%201.12-.122%205.718%201.836%204.612c1.882-1.068%209.389-9.384%2010.89-8.66c1.502.72%202.024%208.66.9%2010.1c-.368.471-2.815.17-6.707-3.115a.236.236%200%200%201-.015-.344l.66-.644a.236.236%200%200%201%20.329-.005c.885.772%204.108%203.247%204.457%201.586c.23-1.11.254-6.038-.871-5.676c-.612.198-1.694%201.073-2.504%201.765C12.99%2011.57%206.791%2018.38%205.35%2017.58c-1.44-.796-1.788-9.13-.753-10.462z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGj1JzybKV%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%226.354%22%20y2%3D%2217.646%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300d2f7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23004cdc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd60%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(%23SVGHcSWxdhd60)%22%3E%3Cpath%20fill%3D%22url(%23SVGj1JzybKV)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.602%207.119c.546-.701%204.626%201.53%206.702%203.459a.23.23%200%200%201-.014.348l-.66.55a.236.236%200%200%201-.286.01l-1.356-.974l-1.619%201.723c-.16.164-.447.513-.644.371a.895.895%200%200%201-.245-1.011c.254-.589%201.605-1.822%201.605-1.822c-.678-.541-2.071-1.05-2.316.673c-.16%201.12-.122%205.718%201.836%204.612c1.882-1.068%209.389-9.384%2010.89-8.66c1.502.72%202.024%208.66.9%2010.1c-.368.471-2.815.17-6.707-3.115a.236.236%200%200%201-.015-.344l.66-.644a.236.236%200%200%201%20.329-.005c.885.772%204.108%203.247%204.457%201.586c.23-1.11.254-6.038-.871-5.676c-.612.198-1.694%201.073-2.504%201.765C12.99%2011.57%206.791%2018.38%205.35%2017.58c-1.44-.796-1.788-9.13-.753-10.462z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGj1JzybKV%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%226.354%22%20y2%3D%2217.646%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300d2f7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23004cdc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd60%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/axs-background.svg?color=%231a73e8&size=48