portx logo
portx from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- portx
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the portx 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="M5.406 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04C4.638 7.59 4.128 9.654 4.128 12c0 2.34.51 4.41 1.278 5.85M3 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9S3 7.032 3 12" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M9.606 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04C8.838 7.59 8.328 9.654 8.328 12c0 2.34.51 4.41 1.278 5.85M7.2 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9s-4.8 4.032-4.8 9" clip-rule="evenodd"/><path fill="currentColor" d="M12.6 16.2a4.2 4.2 0 1 1 0-8.401a4.2 4.2 0 0 1 0 8.4"/><path fill="currentColor" fill-rule="evenodd" d="M13.806 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04c-.768 1.44-1.278 3.504-1.278 5.85c0 2.34.51 4.41 1.278 5.85M11.4 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9s-4.8 4.032-4.8 9" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenPortx(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="M5.406 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04C4.638 7.59 4.128 9.654 4.128 12c0 2.34.51 4.41 1.278 5.85M3 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9S3 7.032 3 12" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="M9.606 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04C8.838 7.59 8.328 9.654 8.328 12c0 2.34.51 4.41 1.278 5.85M7.2 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9s-4.8 4.032-4.8 9" clipRule="evenodd"/><path fill="currentColor" d="M12.6 16.2a4.2 4.2 0 1 1 0-8.401a4.2 4.2 0 0 1 0 8.4"/><path fill="currentColor" fillRule="evenodd" d="M13.806 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04c-.768 1.44-1.278 3.504-1.278 5.85c0 2.34.51 4.41 1.278 5.85M11.4 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9s-4.8 4.032-4.8 9" 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="M5.406 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04C4.638 7.59 4.128 9.654 4.128 12c0 2.34.51 4.41 1.278 5.85M3 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9S3 7.032 3 12" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M9.606 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04C8.838 7.59 8.328 9.654 8.328 12c0 2.34.51 4.41 1.278 5.85M7.2 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9s-4.8 4.032-4.8 9" clip-rule="evenodd"/><path fill="currentColor" d="M12.6 16.2a4.2 4.2 0 1 1 0-8.401a4.2 4.2 0 0 1 0 8.4"/><path fill="currentColor" fill-rule="evenodd" d="M13.806 17.85c.798 1.5 1.698 2.04 2.394 2.04s1.596-.54 2.394-2.04c.768-1.44 1.278-3.504 1.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394 2.04c-.768 1.44-1.278 3.504-1.278 5.85c0 2.34.51 4.41 1.278 5.85M11.4 12c0 4.968 2.148 9 4.8 9s4.8-4.032 4.8-9s-2.148-9-4.8-9s-4.8 4.032-4.8 9" clip-rule="evenodd"/></svg> </template>
CSS
.icon-portx {
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%22M5.406%2017.85c.798%201.5%201.698%202.04%202.394%202.04s1.596-.54%202.394-2.04c.768-1.44%201.278-3.504%201.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394%202.04C4.638%207.59%204.128%209.654%204.128%2012c0%202.34.51%204.41%201.278%205.85M3%2012c0%204.968%202.148%209%204.8%209s4.8-4.032%204.8-9s-2.148-9-4.8-9S3%207.032%203%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.606%2017.85c.798%201.5%201.698%202.04%202.394%202.04s1.596-.54%202.394-2.04c.768-1.44%201.278-3.504%201.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394%202.04C8.838%207.59%208.328%209.654%208.328%2012c0%202.34.51%204.41%201.278%205.85M7.2%2012c0%204.968%202.148%209%204.8%209s4.8-4.032%204.8-9s-2.148-9-4.8-9s-4.8%204.032-4.8%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.6%2016.2a4.2%204.2%200%201%201%200-8.401a4.2%204.2%200%200%201%200%208.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.806%2017.85c.798%201.5%201.698%202.04%202.394%202.04s1.596-.54%202.394-2.04c.768-1.44%201.278-3.504%201.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394%202.04c-.768%201.44-1.278%203.504-1.278%205.85c0%202.34.51%204.41%201.278%205.85M11.4%2012c0%204.968%202.148%209%204.8%209s4.8-4.032%204.8-9s-2.148-9-4.8-9s-4.8%204.032-4.8%209%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%22M5.406%2017.85c.798%201.5%201.698%202.04%202.394%202.04s1.596-.54%202.394-2.04c.768-1.44%201.278-3.504%201.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394%202.04C4.638%207.59%204.128%209.654%204.128%2012c0%202.34.51%204.41%201.278%205.85M3%2012c0%204.968%202.148%209%204.8%209s4.8-4.032%204.8-9s-2.148-9-4.8-9S3%207.032%203%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.606%2017.85c.798%201.5%201.698%202.04%202.394%202.04s1.596-.54%202.394-2.04c.768-1.44%201.278-3.504%201.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394%202.04C8.838%207.59%208.328%209.654%208.328%2012c0%202.34.51%204.41%201.278%205.85M7.2%2012c0%204.968%202.148%209%204.8%209s4.8-4.032%204.8-9s-2.148-9-4.8-9s-4.8%204.032-4.8%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.6%2016.2a4.2%204.2%200%201%201%200-8.401a4.2%204.2%200%200%201%200%208.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.806%2017.85c.798%201.5%201.698%202.04%202.394%202.04s1.596-.54%202.394-2.04c.768-1.44%201.278-3.504%201.278-5.85c0-2.34-.51-4.41-1.278-5.85c-.798-1.5-1.698-2.04-2.394-2.04s-1.596.54-2.394%202.04c-.768%201.44-1.278%203.504-1.278%205.85c0%202.34.51%204.41%201.278%205.85M11.4%2012c0%204.968%202.148%209%204.8%209s4.8-4.032%204.8-9s-2.148-9-4.8-9s-4.8%204.032-4.8%209%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/portx.svg?color=%231a73e8&size=48