3ull logo
3ull from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- 3ull
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the 3ull logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.88 9.87c-.549-1.062-2.423-1.062-4.607-1.6c-1.743-.424-1.457-2.308-1.088-3.193C3.434 5.5 3 6.492 3 7.385c0 3.192 3.952 3.553 4.5 4.076c.434.431.18.893 0 1.077c-.434 1.27 1.137 2.185 2.045 2.539v2.308c0 .538.925 1.538 2.455 1.538s2.454-1 2.454-1.538v-2.308c0-.538 2.594-1.477 2.046-2.539c-.434-.861-.18-1.077 0-1.077c2.185-.523 4.5-2.923 4.5-4.076c0-1.154-.409-1.923-2.045-2.308c.409.385.63 2.346-.68 3.192c-1.636 1.07-4.606.539-5.154 1.6c-.434.846-.18 2.485 0 3.193l1.882-.531c0 1.069-.77 1.6-1.31 1.6c-.548 0-1.284.8-1.284 1.33c0 .539 0 1.539-.409 1.539c-.41 0-.41-1.185-.41-1.539c0-.538-.408-1.33-1.275-1.33c-.876 0-1.13-1.07-1.13-1.6l1.694.538c.36-.715.434-2.346 0-3.2"/></svg>
React
import type { SVGProps } from "react";
export function Token3ull(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="M10.88 9.87c-.549-1.062-2.423-1.062-4.607-1.6c-1.743-.424-1.457-2.308-1.088-3.193C3.434 5.5 3 6.492 3 7.385c0 3.192 3.952 3.553 4.5 4.076c.434.431.18.893 0 1.077c-.434 1.27 1.137 2.185 2.045 2.539v2.308c0 .538.925 1.538 2.455 1.538s2.454-1 2.454-1.538v-2.308c0-.538 2.594-1.477 2.046-2.539c-.434-.861-.18-1.077 0-1.077c2.185-.523 4.5-2.923 4.5-4.076c0-1.154-.409-1.923-2.045-2.308c.409.385.63 2.346-.68 3.192c-1.636 1.07-4.606.539-5.154 1.6c-.434.846-.18 2.485 0 3.193l1.882-.531c0 1.069-.77 1.6-1.31 1.6c-.548 0-1.284.8-1.284 1.33c0 .539 0 1.539-.409 1.539c-.41 0-.41-1.185-.41-1.539c0-.538-.408-1.33-1.275-1.33c-.876 0-1.13-1.07-1.13-1.6l1.694.538c.36-.715.434-2.346 0-3.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.88 9.87c-.549-1.062-2.423-1.062-4.607-1.6c-1.743-.424-1.457-2.308-1.088-3.193C3.434 5.5 3 6.492 3 7.385c0 3.192 3.952 3.553 4.5 4.076c.434.431.18.893 0 1.077c-.434 1.27 1.137 2.185 2.045 2.539v2.308c0 .538.925 1.538 2.455 1.538s2.454-1 2.454-1.538v-2.308c0-.538 2.594-1.477 2.046-2.539c-.434-.861-.18-1.077 0-1.077c2.185-.523 4.5-2.923 4.5-4.076c0-1.154-.409-1.923-2.045-2.308c.409.385.63 2.346-.68 3.192c-1.636 1.07-4.606.539-5.154 1.6c-.434.846-.18 2.485 0 3.193l1.882-.531c0 1.069-.77 1.6-1.31 1.6c-.548 0-1.284.8-1.284 1.33c0 .539 0 1.539-.409 1.539c-.41 0-.41-1.185-.41-1.539c0-.538-.408-1.33-1.275-1.33c-.876 0-1.13-1.07-1.13-1.6l1.694.538c.36-.715.434-2.346 0-3.2"/></svg> </template>
CSS
.icon-3ull {
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%22M10.88%209.87c-.549-1.062-2.423-1.062-4.607-1.6c-1.743-.424-1.457-2.308-1.088-3.193C3.434%205.5%203%206.492%203%207.385c0%203.192%203.952%203.553%204.5%204.076c.434.431.18.893%200%201.077c-.434%201.27%201.137%202.185%202.045%202.539v2.308c0%20.538.925%201.538%202.455%201.538s2.454-1%202.454-1.538v-2.308c0-.538%202.594-1.477%202.046-2.539c-.434-.861-.18-1.077%200-1.077c2.185-.523%204.5-2.923%204.5-4.076c0-1.154-.409-1.923-2.045-2.308c.409.385.63%202.346-.68%203.192c-1.636%201.07-4.606.539-5.154%201.6c-.434.846-.18%202.485%200%203.193l1.882-.531c0%201.069-.77%201.6-1.31%201.6c-.548%200-1.284.8-1.284%201.33c0%20.539%200%201.539-.409%201.539c-.41%200-.41-1.185-.41-1.539c0-.538-.408-1.33-1.275-1.33c-.876%200-1.13-1.07-1.13-1.6l1.694.538c.36-.715.434-2.346%200-3.2%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%22M10.88%209.87c-.549-1.062-2.423-1.062-4.607-1.6c-1.743-.424-1.457-2.308-1.088-3.193C3.434%205.5%203%206.492%203%207.385c0%203.192%203.952%203.553%204.5%204.076c.434.431.18.893%200%201.077c-.434%201.27%201.137%202.185%202.045%202.539v2.308c0%20.538.925%201.538%202.455%201.538s2.454-1%202.454-1.538v-2.308c0-.538%202.594-1.477%202.046-2.539c-.434-.861-.18-1.077%200-1.077c2.185-.523%204.5-2.923%204.5-4.076c0-1.154-.409-1.923-2.045-2.308c.409.385.63%202.346-.68%203.192c-1.636%201.07-4.606.539-5.154%201.6c-.434.846-.18%202.485%200%203.193l1.882-.531c0%201.069-.77%201.6-1.31%201.6c-.548%200-1.284.8-1.284%201.33c0%20.539%200%201.539-.409%201.539c-.41%200-.41-1.185-.41-1.539c0-.538-.408-1.33-1.275-1.33c-.876%200-1.13-1.07-1.13-1.6l1.694.538c.36-.715.434-2.346%200-3.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/3ull.svg?color=%231a73e8&size=48