apx logo
apx from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- apx
- 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 apx 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(#SVGzSEzQbYC)" fill-rule="evenodd" d="M19.503 7.272a16.8 16.8 0 0 1-6.014 7.23a16.75 16.75 0 0 1-8.953 2.857A9.043 9.043 0 0 1 6.984 4.82a9.013 9.013 0 0 1 12.519 2.452m.373-.056v-1.12a.07.07 0 0 1 .032-.057l1.002-.567a.06.06 0 0 1 .085.024q.007.015.005.032v1.12q.001.018-.005.033a.1.1 0 0 1-.022.024l-1.004.567a.06.06 0 0 1-.085-.024a.1.1 0 0 1-.008-.032m-.561 10.289A9.05 9.05 0 0 0 21 12.245c0-1.39-.322-2.76-.94-4.005c-2.818 3.646-4.603 7.903-5.17 12.479c1.782-.61 3.33-1.68 4.425-3.214" clip-rule="evenodd"/><defs><linearGradient id="SVGzSEzQbYC" x1="6.36" x2="17.597" y1="7.015" y2="19.003" gradientUnits="userSpaceOnUse"><stop stop-color="#aa42fc"/><stop offset="1" stop-color="#5a49ff"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedApx(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(#SVGzSEzQbYC)" fillRule="evenodd" d="M19.503 7.272a16.8 16.8 0 0 1-6.014 7.23a16.75 16.75 0 0 1-8.953 2.857A9.043 9.043 0 0 1 6.984 4.82a9.013 9.013 0 0 1 12.519 2.452m.373-.056v-1.12a.07.07 0 0 1 .032-.057l1.002-.567a.06.06 0 0 1 .085.024q.007.015.005.032v1.12q.001.018-.005.033a.1.1 0 0 1-.022.024l-1.004.567a.06.06 0 0 1-.085-.024a.1.1 0 0 1-.008-.032m-.561 10.289A9.05 9.05 0 0 0 21 12.245c0-1.39-.322-2.76-.94-4.005c-2.818 3.646-4.603 7.903-5.17 12.479c1.782-.61 3.33-1.68 4.425-3.214" clipRule="evenodd"/><defs><linearGradient id="SVGzSEzQbYC" x1="6.36" x2="17.597" y1="7.015" y2="19.003" gradientUnits="userSpaceOnUse"><stop stopColor="#aa42fc"/><stop offset="1" stopColor="#5a49ff"/></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(#SVGzSEzQbYC)" fill-rule="evenodd" d="M19.503 7.272a16.8 16.8 0 0 1-6.014 7.23a16.75 16.75 0 0 1-8.953 2.857A9.043 9.043 0 0 1 6.984 4.82a9.013 9.013 0 0 1 12.519 2.452m.373-.056v-1.12a.07.07 0 0 1 .032-.057l1.002-.567a.06.06 0 0 1 .085.024q.007.015.005.032v1.12q.001.018-.005.033a.1.1 0 0 1-.022.024l-1.004.567a.06.06 0 0 1-.085-.024a.1.1 0 0 1-.008-.032m-.561 10.289A9.05 9.05 0 0 0 21 12.245c0-1.39-.322-2.76-.94-4.005c-2.818 3.646-4.603 7.903-5.17 12.479c1.782-.61 3.33-1.68 4.425-3.214" clip-rule="evenodd"/><defs><linearGradient id="SVGzSEzQbYC" x1="6.36" x2="17.597" y1="7.015" y2="19.003" gradientUnits="userSpaceOnUse"><stop stop-color="#aa42fc"/><stop offset="1" stop-color="#5a49ff"/></linearGradient></defs></g></svg> </template>
CSS
.icon-apx {
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(%23SVGzSEzQbYC)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.503%207.272a16.8%2016.8%200%200%201-6.014%207.23a16.75%2016.75%200%200%201-8.953%202.857A9.043%209.043%200%200%201%206.984%204.82a9.013%209.013%200%200%201%2012.519%202.452m.373-.056v-1.12a.07.07%200%200%201%20.032-.057l1.002-.567a.06.06%200%200%201%20.085.024q.007.015.005.032v1.12q.001.018-.005.033a.1.1%200%200%201-.022.024l-1.004.567a.06.06%200%200%201-.085-.024a.1.1%200%200%201-.008-.032m-.561%2010.289A9.05%209.05%200%200%200%2021%2012.245c0-1.39-.322-2.76-.94-4.005c-2.818%203.646-4.603%207.903-5.17%2012.479c1.782-.61%203.33-1.68%204.425-3.214%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGzSEzQbYC%22%20x1%3D%226.36%22%20x2%3D%2217.597%22%20y1%3D%227.015%22%20y2%3D%2219.003%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23aa42fc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235a49ff%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(%23SVGzSEzQbYC)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.503%207.272a16.8%2016.8%200%200%201-6.014%207.23a16.75%2016.75%200%200%201-8.953%202.857A9.043%209.043%200%200%201%206.984%204.82a9.013%209.013%200%200%201%2012.519%202.452m.373-.056v-1.12a.07.07%200%200%201%20.032-.057l1.002-.567a.06.06%200%200%201%20.085.024q.007.015.005.032v1.12q.001.018-.005.033a.1.1%200%200%201-.022.024l-1.004.567a.06.06%200%200%201-.085-.024a.1.1%200%200%201-.008-.032m-.561%2010.289A9.05%209.05%200%200%200%2021%2012.245c0-1.39-.322-2.76-.94-4.005c-2.818%203.646-4.603%207.903-5.17%2012.479c1.782-.61%203.33-1.68%204.425-3.214%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGzSEzQbYC%22%20x1%3D%226.36%22%20x2%3D%2217.597%22%20y1%3D%227.015%22%20y2%3D%2219.003%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23aa42fc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235a49ff%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/apx.svg?color=%231a73e8&size=48