apex layer logo
apex-layer from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- apex-layer
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the apex layer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.428 6.904a1.75 1.75 0 0 1-1.067.226a7 7 0 0 0-.725-.036c-1.892 0-2.86.666-3.636 1.415v3.845c.87-.818 1.61-1.642 3.636-1.642v.018l.178-.015c1.53.037 2.294.567 2.977 1.187c-.416.433-.81.859-1.319 1.169c-.33.201-.711.279-1.091.237a7 7 0 0 0-.745-.038c-1.892 0-2.86.666-3.636 1.415v3.844c.87-.817 1.61-1.64 3.636-1.64v.033q.147-.012.287-.027c3.48.143 2.89 2.9 6.895 3.205v-3.37c-1.685 0-2.402-.875-3.245-1.745c.732-.68 1.524-1.274 3.245-1.274c3.802 0 3.07 2.9 7.182 3.21v-3.37c-3.35 0-2.873-3.459-7.182-3.459c-.334 0-.585.01-.822.037a1.72 1.72 0 0 1-1.136-.252a7.3 7.3 0 0 1-1.296-1.079c.735-.681 1.526-1.28 3.254-1.28c3.802 0 3.07 2.899 7.182 3.21v-3.37c-3.352 0-2.873-3.458-7.182-3.458c-3.33 0-3.8 2.065-5.389 3.004z"/></svg>
React
import type { SVGProps } from "react";
export function TokenApexLayer(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" d="M8.428 6.904a1.75 1.75 0 0 1-1.067.226a7 7 0 0 0-.725-.036c-1.892 0-2.86.666-3.636 1.415v3.845c.87-.818 1.61-1.642 3.636-1.642v.018l.178-.015c1.53.037 2.294.567 2.977 1.187c-.416.433-.81.859-1.319 1.169c-.33.201-.711.279-1.091.237a7 7 0 0 0-.745-.038c-1.892 0-2.86.666-3.636 1.415v3.844c.87-.817 1.61-1.64 3.636-1.64v.033q.147-.012.287-.027c3.48.143 2.89 2.9 6.895 3.205v-3.37c-1.685 0-2.402-.875-3.245-1.745c.732-.68 1.524-1.274 3.245-1.274c3.802 0 3.07 2.9 7.182 3.21v-3.37c-3.35 0-2.873-3.459-7.182-3.459c-.334 0-.585.01-.822.037a1.72 1.72 0 0 1-1.136-.252a7.3 7.3 0 0 1-1.296-1.079c.735-.681 1.526-1.28 3.254-1.28c3.802 0 3.07 2.899 7.182 3.21v-3.37c-3.352 0-2.873-3.458-7.182-3.458c-3.33 0-3.8 2.065-5.389 3.004z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.428 6.904a1.75 1.75 0 0 1-1.067.226a7 7 0 0 0-.725-.036c-1.892 0-2.86.666-3.636 1.415v3.845c.87-.818 1.61-1.642 3.636-1.642v.018l.178-.015c1.53.037 2.294.567 2.977 1.187c-.416.433-.81.859-1.319 1.169c-.33.201-.711.279-1.091.237a7 7 0 0 0-.745-.038c-1.892 0-2.86.666-3.636 1.415v3.844c.87-.817 1.61-1.64 3.636-1.64v.033q.147-.012.287-.027c3.48.143 2.89 2.9 6.895 3.205v-3.37c-1.685 0-2.402-.875-3.245-1.745c.732-.68 1.524-1.274 3.245-1.274c3.802 0 3.07 2.9 7.182 3.21v-3.37c-3.35 0-2.873-3.459-7.182-3.459c-.334 0-.585.01-.822.037a1.72 1.72 0 0 1-1.136-.252a7.3 7.3 0 0 1-1.296-1.079c.735-.681 1.526-1.28 3.254-1.28c3.802 0 3.07 2.899 7.182 3.21v-3.37c-3.352 0-2.873-3.458-7.182-3.458c-3.33 0-3.8 2.065-5.389 3.004z"/></svg> </template>
CSS
.icon-apex-layer {
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%20d%3D%22M8.428%206.904a1.75%201.75%200%200%201-1.067.226a7%207%200%200%200-.725-.036c-1.892%200-2.86.666-3.636%201.415v3.845c.87-.818%201.61-1.642%203.636-1.642v.018l.178-.015c1.53.037%202.294.567%202.977%201.187c-.416.433-.81.859-1.319%201.169c-.33.201-.711.279-1.091.237a7%207%200%200%200-.745-.038c-1.892%200-2.86.666-3.636%201.415v3.844c.87-.817%201.61-1.64%203.636-1.64v.033q.147-.012.287-.027c3.48.143%202.89%202.9%206.895%203.205v-3.37c-1.685%200-2.402-.875-3.245-1.745c.732-.68%201.524-1.274%203.245-1.274c3.802%200%203.07%202.9%207.182%203.21v-3.37c-3.35%200-2.873-3.459-7.182-3.459c-.334%200-.585.01-.822.037a1.72%201.72%200%200%201-1.136-.252a7.3%207.3%200%200%201-1.296-1.079c.735-.681%201.526-1.28%203.254-1.28c3.802%200%203.07%202.899%207.182%203.21v-3.37c-3.352%200-2.873-3.458-7.182-3.458c-3.33%200-3.8%202.065-5.389%203.004z%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%20d%3D%22M8.428%206.904a1.75%201.75%200%200%201-1.067.226a7%207%200%200%200-.725-.036c-1.892%200-2.86.666-3.636%201.415v3.845c.87-.818%201.61-1.642%203.636-1.642v.018l.178-.015c1.53.037%202.294.567%202.977%201.187c-.416.433-.81.859-1.319%201.169c-.33.201-.711.279-1.091.237a7%207%200%200%200-.745-.038c-1.892%200-2.86.666-3.636%201.415v3.844c.87-.817%201.61-1.64%203.636-1.64v.033q.147-.012.287-.027c3.48.143%202.89%202.9%206.895%203.205v-3.37c-1.685%200-2.402-.875-3.245-1.745c.732-.68%201.524-1.274%203.245-1.274c3.802%200%203.07%202.9%207.182%203.21v-3.37c-3.35%200-2.873-3.459-7.182-3.459c-.334%200-.585.01-.822.037a1.72%201.72%200%200%201-1.136-.252a7.3%207.3%200%200%201-1.296-1.079c.735-.681%201.526-1.28%203.254-1.28c3.802%200%203.07%202.899%207.182%203.21v-3.37c-3.352%200-2.873-3.458-7.182-3.458c-3.33%200-3.8%202.065-5.389%203.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/apex-layer.svg?color=%231a73e8&size=48