ens logo
ens from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ens
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ens logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.05 10.28c.18.385.615 1.135.615 1.135L11.715 3L6.79 6.47c-.295.2-.535.465-.7.775a3.63 3.63 0 0 0-.035 3.035zm-1.995 2.77a5.7 5.7 0 0 0 2.2 4.12L11.71 21s-3.405-4.95-6.28-9.885a5 5 0 0 1-.58-1.68a2.7 2.7 0 0 1 0-.805l-.22.425c-.29.6-.49 1.24-.585 1.9c-.06.7-.05 1.4.015 2.1zm13.895.67a20 20 0 0 0-.615-1.135L12.29 21l4.925-3.465c.29-.2.53-.465.7-.78a3.63 3.63 0 0 0 .03-3.035zm1.995-2.77a5.7 5.7 0 0 0-2.2-4.12L12.29 3s3.405 4.95 6.28 9.885a5 5 0 0 1 .575 1.68c.04.265.04.54 0 .805l.22-.425c.295-.6.49-1.24.59-1.9c.06-.7.05-1.4-.015-2.1z"/></svg>
React
import type { SVGProps } from "react";
export function TokenEns(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="M6.05 10.28c.18.385.615 1.135.615 1.135L11.715 3L6.79 6.47c-.295.2-.535.465-.7.775a3.63 3.63 0 0 0-.035 3.035zm-1.995 2.77a5.7 5.7 0 0 0 2.2 4.12L11.71 21s-3.405-4.95-6.28-9.885a5 5 0 0 1-.58-1.68a2.7 2.7 0 0 1 0-.805l-.22.425c-.29.6-.49 1.24-.585 1.9c-.06.7-.05 1.4.015 2.1zm13.895.67a20 20 0 0 0-.615-1.135L12.29 21l4.925-3.465c.29-.2.53-.465.7-.78a3.63 3.63 0 0 0 .03-3.035zm1.995-2.77a5.7 5.7 0 0 0-2.2-4.12L12.29 3s3.405 4.95 6.28 9.885a5 5 0 0 1 .575 1.68c.04.265.04.54 0 .805l.22-.425c.295-.6.49-1.24.59-1.9c.06-.7.05-1.4-.015-2.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.05 10.28c.18.385.615 1.135.615 1.135L11.715 3L6.79 6.47c-.295.2-.535.465-.7.775a3.63 3.63 0 0 0-.035 3.035zm-1.995 2.77a5.7 5.7 0 0 0 2.2 4.12L11.71 21s-3.405-4.95-6.28-9.885a5 5 0 0 1-.58-1.68a2.7 2.7 0 0 1 0-.805l-.22.425c-.29.6-.49 1.24-.585 1.9c-.06.7-.05 1.4.015 2.1zm13.895.67a20 20 0 0 0-.615-1.135L12.29 21l4.925-3.465c.29-.2.53-.465.7-.78a3.63 3.63 0 0 0 .03-3.035zm1.995-2.77a5.7 5.7 0 0 0-2.2-4.12L12.29 3s3.405 4.95 6.28 9.885a5 5 0 0 1 .575 1.68c.04.265.04.54 0 .805l.22-.425c.295-.6.49-1.24.59-1.9c.06-.7.05-1.4-.015-2.1z"/></svg> </template>
CSS
.icon-ens {
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%22M6.05%2010.28c.18.385.615%201.135.615%201.135L11.715%203L6.79%206.47c-.295.2-.535.465-.7.775a3.63%203.63%200%200%200-.035%203.035zm-1.995%202.77a5.7%205.7%200%200%200%202.2%204.12L11.71%2021s-3.405-4.95-6.28-9.885a5%205%200%200%201-.58-1.68a2.7%202.7%200%200%201%200-.805l-.22.425c-.29.6-.49%201.24-.585%201.9c-.06.7-.05%201.4.015%202.1zm13.895.67a20%2020%200%200%200-.615-1.135L12.29%2021l4.925-3.465c.29-.2.53-.465.7-.78a3.63%203.63%200%200%200%20.03-3.035zm1.995-2.77a5.7%205.7%200%200%200-2.2-4.12L12.29%203s3.405%204.95%206.28%209.885a5%205%200%200%201%20.575%201.68c.04.265.04.54%200%20.805l.22-.425c.295-.6.49-1.24.59-1.9c.06-.7.05-1.4-.015-2.1z%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%22M6.05%2010.28c.18.385.615%201.135.615%201.135L11.715%203L6.79%206.47c-.295.2-.535.465-.7.775a3.63%203.63%200%200%200-.035%203.035zm-1.995%202.77a5.7%205.7%200%200%200%202.2%204.12L11.71%2021s-3.405-4.95-6.28-9.885a5%205%200%200%201-.58-1.68a2.7%202.7%200%200%201%200-.805l-.22.425c-.29.6-.49%201.24-.585%201.9c-.06.7-.05%201.4.015%202.1zm13.895.67a20%2020%200%200%200-.615-1.135L12.29%2021l4.925-3.465c.29-.2.53-.465.7-.78a3.63%203.63%200%200%200%20.03-3.035zm1.995-2.77a5.7%205.7%200%200%200-2.2-4.12L12.29%203s3.405%204.95%206.28%209.885a5%205%200%200%201%20.575%201.68c.04.265.04.54%200%20.805l.22-.425c.295-.6.49-1.24.59-1.9c.06-.7.05-1.4-.015-2.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ens.svg?color=%231a73e8&size=48