apx logo
apx from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- apx
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
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"><path fill="currentColor" 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.042 9.042 0 0 1 10.232 3.46a9.01 9.01 0 0 1 9.271 3.81m.373-.056v-1.12q0-.018.008-.033a.1.1 0 0 1 .024-.024l1.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.245a9 9 0 0 0-.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"/></svg>
React
import type { SVGProps } from "react";
export function TokenApx(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.042 9.042 0 0 1 10.232 3.46a9.01 9.01 0 0 1 9.271 3.81m.373-.056v-1.12q0-.018.008-.033a.1.1 0 0 1 .024-.024l1.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.245a9 9 0 0 0-.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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.042 9.042 0 0 1 10.232 3.46a9.01 9.01 0 0 1 9.271 3.81m.373-.056v-1.12q0-.018.008-.033a.1.1 0 0 1 .024-.024l1.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.245a9 9 0 0 0-.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"/></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%3Cpath%20fill%3D%22currentColor%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.042%209.042%200%200%201%2010.232%203.46a9.01%209.01%200%200%201%209.271%203.81m.373-.056v-1.12q0-.018.008-.033a.1.1%200%200%201%20.024-.024l1.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.245a9%209%200%200%200-.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%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%3Cpath%20fill%3D%22currentColor%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.042%209.042%200%200%201%2010.232%203.46a9.01%209.01%200%200%201%209.271%203.81m.373-.056v-1.12q0-.018.008-.033a.1.1%200%200%201%20.024-.024l1.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.245a9%209%200%200%200-.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%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/apx.svg?color=%231a73e8&size=48