etp logo
etp from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- etp
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the etp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.835 9.064v6.125a.36.36 0 0 1-.19.335c-.524.309-1.333.644-1.891.987V10.31c0-.163-.026-.258-.18-.335c0 0-.728-.515-1.183-.773c-.052-.035-.12-.052-.198-.086v5.557c0 .18-.034.275-.18.361c-.455.25-1.219.515-1.665.773l-.236.12v-5.6c0-.214-.057-.317-.229-.412c-.498-.275-.845-.575-1.36-.876c.575-.335 1.125-.661 1.692-.97c.052-.026.155.008.223.051l1.635.833c.111.069.197.086.318 0c.446-.266.727-.515 1.174-.79c.163-.103.275-.086.43 0zm-.01.009l.12-.12c.482-.276 1.054-.559 1.543-.825a.37.37 0 0 1 .301 0c.498.266 1.065.55 1.545.842c.07.034.143.145.143.215v5.583c0 .052-.014.146-.056.172c-.56.335-1.424.652-2.025.996v-5.652c0-.146-.031-.24-.168-.317c-.524-.293-.87-.602-1.393-.903zm-2.558-4.18a.743.743 0 1 0 0-1.486a.743.743 0 0 0 0 1.486m4.274.477a.6.6 0 1 0 0-1.2a.6.6 0 0 0 0 1.2m3.074 2.467a.458.458 0 1 0 0-.917a.458.458 0 0 0 0 .917m1.325 4.446a1.06 1.06 0 1 0 0-2.121a1.06 1.06 0 0 0 0 2.12m-15.008-2.02a1.107 1.107 0 1 0 0-2.215a1.107 1.107 0 0 0 0 2.215m14.472 5.984a.951.951 0 1 0 0-1.902a.951.951 0 0 0 0 1.902M7.418 6.673a.951.951 0 1 0 0-1.902a.951.951 0 0 0 0 1.902m9.53 12.522a.712.712 0 1 0 0-1.423a.712.712 0 0 0 0 1.423m-3.66 1.399a.666.666 0 1 0 0-1.333a.666.666 0 0 0 0 1.332m-3.903-.723a.52.52 0 1 0 0-1.04a.52.52 0 0 0 0 1.04m-3.522-1.782a1.144 1.144 0 1 0 0-2.289a1.144 1.144 0 0 0 0 2.289m-1.637-3.666a1.226 1.226 0 1 0 0-2.453a1.226 1.226 0 0 0 0 2.453"/></svg>
React
import type { SVGProps } from "react";
export function TokenEtp(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="M13.835 9.064v6.125a.36.36 0 0 1-.19.335c-.524.309-1.333.644-1.891.987V10.31c0-.163-.026-.258-.18-.335c0 0-.728-.515-1.183-.773c-.052-.035-.12-.052-.198-.086v5.557c0 .18-.034.275-.18.361c-.455.25-1.219.515-1.665.773l-.236.12v-5.6c0-.214-.057-.317-.229-.412c-.498-.275-.845-.575-1.36-.876c.575-.335 1.125-.661 1.692-.97c.052-.026.155.008.223.051l1.635.833c.111.069.197.086.318 0c.446-.266.727-.515 1.174-.79c.163-.103.275-.086.43 0zm-.01.009l.12-.12c.482-.276 1.054-.559 1.543-.825a.37.37 0 0 1 .301 0c.498.266 1.065.55 1.545.842c.07.034.143.145.143.215v5.583c0 .052-.014.146-.056.172c-.56.335-1.424.652-2.025.996v-5.652c0-.146-.031-.24-.168-.317c-.524-.293-.87-.602-1.393-.903zm-2.558-4.18a.743.743 0 1 0 0-1.486a.743.743 0 0 0 0 1.486m4.274.477a.6.6 0 1 0 0-1.2a.6.6 0 0 0 0 1.2m3.074 2.467a.458.458 0 1 0 0-.917a.458.458 0 0 0 0 .917m1.325 4.446a1.06 1.06 0 1 0 0-2.121a1.06 1.06 0 0 0 0 2.12m-15.008-2.02a1.107 1.107 0 1 0 0-2.215a1.107 1.107 0 0 0 0 2.215m14.472 5.984a.951.951 0 1 0 0-1.902a.951.951 0 0 0 0 1.902M7.418 6.673a.951.951 0 1 0 0-1.902a.951.951 0 0 0 0 1.902m9.53 12.522a.712.712 0 1 0 0-1.423a.712.712 0 0 0 0 1.423m-3.66 1.399a.666.666 0 1 0 0-1.333a.666.666 0 0 0 0 1.332m-3.903-.723a.52.52 0 1 0 0-1.04a.52.52 0 0 0 0 1.04m-3.522-1.782a1.144 1.144 0 1 0 0-2.289a1.144 1.144 0 0 0 0 2.289m-1.637-3.666a1.226 1.226 0 1 0 0-2.453a1.226 1.226 0 0 0 0 2.453"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.835 9.064v6.125a.36.36 0 0 1-.19.335c-.524.309-1.333.644-1.891.987V10.31c0-.163-.026-.258-.18-.335c0 0-.728-.515-1.183-.773c-.052-.035-.12-.052-.198-.086v5.557c0 .18-.034.275-.18.361c-.455.25-1.219.515-1.665.773l-.236.12v-5.6c0-.214-.057-.317-.229-.412c-.498-.275-.845-.575-1.36-.876c.575-.335 1.125-.661 1.692-.97c.052-.026.155.008.223.051l1.635.833c.111.069.197.086.318 0c.446-.266.727-.515 1.174-.79c.163-.103.275-.086.43 0zm-.01.009l.12-.12c.482-.276 1.054-.559 1.543-.825a.37.37 0 0 1 .301 0c.498.266 1.065.55 1.545.842c.07.034.143.145.143.215v5.583c0 .052-.014.146-.056.172c-.56.335-1.424.652-2.025.996v-5.652c0-.146-.031-.24-.168-.317c-.524-.293-.87-.602-1.393-.903zm-2.558-4.18a.743.743 0 1 0 0-1.486a.743.743 0 0 0 0 1.486m4.274.477a.6.6 0 1 0 0-1.2a.6.6 0 0 0 0 1.2m3.074 2.467a.458.458 0 1 0 0-.917a.458.458 0 0 0 0 .917m1.325 4.446a1.06 1.06 0 1 0 0-2.121a1.06 1.06 0 0 0 0 2.12m-15.008-2.02a1.107 1.107 0 1 0 0-2.215a1.107 1.107 0 0 0 0 2.215m14.472 5.984a.951.951 0 1 0 0-1.902a.951.951 0 0 0 0 1.902M7.418 6.673a.951.951 0 1 0 0-1.902a.951.951 0 0 0 0 1.902m9.53 12.522a.712.712 0 1 0 0-1.423a.712.712 0 0 0 0 1.423m-3.66 1.399a.666.666 0 1 0 0-1.333a.666.666 0 0 0 0 1.332m-3.903-.723a.52.52 0 1 0 0-1.04a.52.52 0 0 0 0 1.04m-3.522-1.782a1.144 1.144 0 1 0 0-2.289a1.144 1.144 0 0 0 0 2.289m-1.637-3.666a1.226 1.226 0 1 0 0-2.453a1.226 1.226 0 0 0 0 2.453"/></svg> </template>
CSS
.icon-etp {
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%22M13.835%209.064v6.125a.36.36%200%200%201-.19.335c-.524.309-1.333.644-1.891.987V10.31c0-.163-.026-.258-.18-.335c0%200-.728-.515-1.183-.773c-.052-.035-.12-.052-.198-.086v5.557c0%20.18-.034.275-.18.361c-.455.25-1.219.515-1.665.773l-.236.12v-5.6c0-.214-.057-.317-.229-.412c-.498-.275-.845-.575-1.36-.876c.575-.335%201.125-.661%201.692-.97c.052-.026.155.008.223.051l1.635.833c.111.069.197.086.318%200c.446-.266.727-.515%201.174-.79c.163-.103.275-.086.43%200zm-.01.009l.12-.12c.482-.276%201.054-.559%201.543-.825a.37.37%200%200%201%20.301%200c.498.266%201.065.55%201.545.842c.07.034.143.145.143.215v5.583c0%20.052-.014.146-.056.172c-.56.335-1.424.652-2.025.996v-5.652c0-.146-.031-.24-.168-.317c-.524-.293-.87-.602-1.393-.903zm-2.558-4.18a.743.743%200%201%200%200-1.486a.743.743%200%200%200%200%201.486m4.274.477a.6.6%200%201%200%200-1.2a.6.6%200%200%200%200%201.2m3.074%202.467a.458.458%200%201%200%200-.917a.458.458%200%200%200%200%20.917m1.325%204.446a1.06%201.06%200%201%200%200-2.121a1.06%201.06%200%200%200%200%202.12m-15.008-2.02a1.107%201.107%200%201%200%200-2.215a1.107%201.107%200%200%200%200%202.215m14.472%205.984a.951.951%200%201%200%200-1.902a.951.951%200%200%200%200%201.902M7.418%206.673a.951.951%200%201%200%200-1.902a.951.951%200%200%200%200%201.902m9.53%2012.522a.712.712%200%201%200%200-1.423a.712.712%200%200%200%200%201.423m-3.66%201.399a.666.666%200%201%200%200-1.333a.666.666%200%200%200%200%201.332m-3.903-.723a.52.52%200%201%200%200-1.04a.52.52%200%200%200%200%201.04m-3.522-1.782a1.144%201.144%200%201%200%200-2.289a1.144%201.144%200%200%200%200%202.289m-1.637-3.666a1.226%201.226%200%201%200%200-2.453a1.226%201.226%200%200%200%200%202.453%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%22M13.835%209.064v6.125a.36.36%200%200%201-.19.335c-.524.309-1.333.644-1.891.987V10.31c0-.163-.026-.258-.18-.335c0%200-.728-.515-1.183-.773c-.052-.035-.12-.052-.198-.086v5.557c0%20.18-.034.275-.18.361c-.455.25-1.219.515-1.665.773l-.236.12v-5.6c0-.214-.057-.317-.229-.412c-.498-.275-.845-.575-1.36-.876c.575-.335%201.125-.661%201.692-.97c.052-.026.155.008.223.051l1.635.833c.111.069.197.086.318%200c.446-.266.727-.515%201.174-.79c.163-.103.275-.086.43%200zm-.01.009l.12-.12c.482-.276%201.054-.559%201.543-.825a.37.37%200%200%201%20.301%200c.498.266%201.065.55%201.545.842c.07.034.143.145.143.215v5.583c0%20.052-.014.146-.056.172c-.56.335-1.424.652-2.025.996v-5.652c0-.146-.031-.24-.168-.317c-.524-.293-.87-.602-1.393-.903zm-2.558-4.18a.743.743%200%201%200%200-1.486a.743.743%200%200%200%200%201.486m4.274.477a.6.6%200%201%200%200-1.2a.6.6%200%200%200%200%201.2m3.074%202.467a.458.458%200%201%200%200-.917a.458.458%200%200%200%200%20.917m1.325%204.446a1.06%201.06%200%201%200%200-2.121a1.06%201.06%200%200%200%200%202.12m-15.008-2.02a1.107%201.107%200%201%200%200-2.215a1.107%201.107%200%200%200%200%202.215m14.472%205.984a.951.951%200%201%200%200-1.902a.951.951%200%200%200%200%201.902M7.418%206.673a.951.951%200%201%200%200-1.902a.951.951%200%200%200%200%201.902m9.53%2012.522a.712.712%200%201%200%200-1.423a.712.712%200%200%200%200%201.423m-3.66%201.399a.666.666%200%201%200%200-1.333a.666.666%200%200%200%200%201.332m-3.903-.723a.52.52%200%201%200%200-1.04a.52.52%200%200%200%200%201.04m-3.522-1.782a1.144%201.144%200%201%200%200-2.289a1.144%201.144%200%200%200%200%202.289m-1.637-3.666a1.226%201.226%200%201%200%200-2.453a1.226%201.226%200%200%200%200%202.453%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/etp.svg?color=%231a73e8&size=48