geod logo
geod from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- geod
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the geod logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.364 18.364A8.999 8.999 0 1 0 5.638 5.638a8.999 8.999 0 0 0 12.726 12.726m-.74-11.988a7.953 7.953 0 0 1 0 11.248A8 8 0 0 1 12 19.999a8 8 0 0 1-5.624-2.375a7.954 7.954 0 0 1 0-11.248A8 8 0 0 1 12 4a8 8 0 0 1 5.624 2.375m-.545 7.724a5.5 5.5 0 0 0-8.983-6.038a5.5 5.5 0 1 0 8.983 6.038m-7.009-2.675c.04-1.22.415-2.82 1.365-3.66c.03-.024.065-.02.065.02v3.635c0 .03-.05.075-.075.075h-1.3c-.035 0-.05-.035-.05-.07zm2.43-1.35q0-1.047.005-2.094a.8.8 0 0 0 0-.185c-.005-.06.01-.07.055-.035c.965.8 1.295 2.424 1.39 3.64c0 .039-.03.094-.065.094h-1.3c-.035 0-.085-.04-.085-.07zM8.97 11.5H7.64c-.03 0-.054-.055-.05-.09a4.47 4.47 0 0 1 2.23-3.3q.044-.02.02.026a8.2 8.2 0 0 0-.83 3.3c0 .029-.015.064-.04.064m5.234-3.37a4.47 4.47 0 0 1 2.21 3.3c0 .035-.015.07-.05.07h-1.31c-.05 0-.07-.045-.075-.09a8.1 8.1 0 0 0-.8-3.254q-.029-.061.025-.025m-4.419 7.74a4.49 4.49 0 0 1-2.2-3.29c-.004-.03.02-.08.05-.08H8.97c.03 0 .05.045.05.07c.04 1.15.305 2.235.8 3.264q.039.074-.035.035m1.715-3.275v3.584c0 .08-.05.09-.1.035c-.94-.95-1.24-2.304-1.34-3.614c-.005-.05.02-.1.07-.1h1.28c.04 0 .09.055.09.1zm1 3.6V12.53s.005-.03.015-.03h1.37c.035 0 .06.045.055.075c-.05 1.25-.415 2.735-1.35 3.65c-.045.044-.09.034-.09-.03m1.66-.33c.54-.92.784-2.27.825-3.305c0-.03.02-.06.05-.06h1.33c.03 0 .054.05.05.075c-.196 1.375-1 2.63-2.235 3.314c-.035.015-.04.01-.02-.025"/></svg>
React
import type { SVGProps } from "react";
export function TokenGeod(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="M18.364 18.364A8.999 8.999 0 1 0 5.638 5.638a8.999 8.999 0 0 0 12.726 12.726m-.74-11.988a7.953 7.953 0 0 1 0 11.248A8 8 0 0 1 12 19.999a8 8 0 0 1-5.624-2.375a7.954 7.954 0 0 1 0-11.248A8 8 0 0 1 12 4a8 8 0 0 1 5.624 2.375m-.545 7.724a5.5 5.5 0 0 0-8.983-6.038a5.5 5.5 0 1 0 8.983 6.038m-7.009-2.675c.04-1.22.415-2.82 1.365-3.66c.03-.024.065-.02.065.02v3.635c0 .03-.05.075-.075.075h-1.3c-.035 0-.05-.035-.05-.07zm2.43-1.35q0-1.047.005-2.094a.8.8 0 0 0 0-.185c-.005-.06.01-.07.055-.035c.965.8 1.295 2.424 1.39 3.64c0 .039-.03.094-.065.094h-1.3c-.035 0-.085-.04-.085-.07zM8.97 11.5H7.64c-.03 0-.054-.055-.05-.09a4.47 4.47 0 0 1 2.23-3.3q.044-.02.02.026a8.2 8.2 0 0 0-.83 3.3c0 .029-.015.064-.04.064m5.234-3.37a4.47 4.47 0 0 1 2.21 3.3c0 .035-.015.07-.05.07h-1.31c-.05 0-.07-.045-.075-.09a8.1 8.1 0 0 0-.8-3.254q-.029-.061.025-.025m-4.419 7.74a4.49 4.49 0 0 1-2.2-3.29c-.004-.03.02-.08.05-.08H8.97c.03 0 .05.045.05.07c.04 1.15.305 2.235.8 3.264q.039.074-.035.035m1.715-3.275v3.584c0 .08-.05.09-.1.035c-.94-.95-1.24-2.304-1.34-3.614c-.005-.05.02-.1.07-.1h1.28c.04 0 .09.055.09.1zm1 3.6V12.53s.005-.03.015-.03h1.37c.035 0 .06.045.055.075c-.05 1.25-.415 2.735-1.35 3.65c-.045.044-.09.034-.09-.03m1.66-.33c.54-.92.784-2.27.825-3.305c0-.03.02-.06.05-.06h1.33c.03 0 .054.05.05.075c-.196 1.375-1 2.63-2.235 3.314c-.035.015-.04.01-.02-.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.364 18.364A8.999 8.999 0 1 0 5.638 5.638a8.999 8.999 0 0 0 12.726 12.726m-.74-11.988a7.953 7.953 0 0 1 0 11.248A8 8 0 0 1 12 19.999a8 8 0 0 1-5.624-2.375a7.954 7.954 0 0 1 0-11.248A8 8 0 0 1 12 4a8 8 0 0 1 5.624 2.375m-.545 7.724a5.5 5.5 0 0 0-8.983-6.038a5.5 5.5 0 1 0 8.983 6.038m-7.009-2.675c.04-1.22.415-2.82 1.365-3.66c.03-.024.065-.02.065.02v3.635c0 .03-.05.075-.075.075h-1.3c-.035 0-.05-.035-.05-.07zm2.43-1.35q0-1.047.005-2.094a.8.8 0 0 0 0-.185c-.005-.06.01-.07.055-.035c.965.8 1.295 2.424 1.39 3.64c0 .039-.03.094-.065.094h-1.3c-.035 0-.085-.04-.085-.07zM8.97 11.5H7.64c-.03 0-.054-.055-.05-.09a4.47 4.47 0 0 1 2.23-3.3q.044-.02.02.026a8.2 8.2 0 0 0-.83 3.3c0 .029-.015.064-.04.064m5.234-3.37a4.47 4.47 0 0 1 2.21 3.3c0 .035-.015.07-.05.07h-1.31c-.05 0-.07-.045-.075-.09a8.1 8.1 0 0 0-.8-3.254q-.029-.061.025-.025m-4.419 7.74a4.49 4.49 0 0 1-2.2-3.29c-.004-.03.02-.08.05-.08H8.97c.03 0 .05.045.05.07c.04 1.15.305 2.235.8 3.264q.039.074-.035.035m1.715-3.275v3.584c0 .08-.05.09-.1.035c-.94-.95-1.24-2.304-1.34-3.614c-.005-.05.02-.1.07-.1h1.28c.04 0 .09.055.09.1zm1 3.6V12.53s.005-.03.015-.03h1.37c.035 0 .06.045.055.075c-.05 1.25-.415 2.735-1.35 3.65c-.045.044-.09.034-.09-.03m1.66-.33c.54-.92.784-2.27.825-3.305c0-.03.02-.06.05-.06h1.33c.03 0 .054.05.05.075c-.196 1.375-1 2.63-2.235 3.314c-.035.015-.04.01-.02-.025"/></svg> </template>
CSS
.icon-geod {
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%22M18.364%2018.364A8.999%208.999%200%201%200%205.638%205.638a8.999%208.999%200%200%200%2012.726%2012.726m-.74-11.988a7.953%207.953%200%200%201%200%2011.248A8%208%200%200%201%2012%2019.999a8%208%200%200%201-5.624-2.375a7.954%207.954%200%200%201%200-11.248A8%208%200%200%201%2012%204a8%208%200%200%201%205.624%202.375m-.545%207.724a5.5%205.5%200%200%200-8.983-6.038a5.5%205.5%200%201%200%208.983%206.038m-7.009-2.675c.04-1.22.415-2.82%201.365-3.66c.03-.024.065-.02.065.02v3.635c0%20.03-.05.075-.075.075h-1.3c-.035%200-.05-.035-.05-.07zm2.43-1.35q0-1.047.005-2.094a.8.8%200%200%200%200-.185c-.005-.06.01-.07.055-.035c.965.8%201.295%202.424%201.39%203.64c0%20.039-.03.094-.065.094h-1.3c-.035%200-.085-.04-.085-.07zM8.97%2011.5H7.64c-.03%200-.054-.055-.05-.09a4.47%204.47%200%200%201%202.23-3.3q.044-.02.02.026a8.2%208.2%200%200%200-.83%203.3c0%20.029-.015.064-.04.064m5.234-3.37a4.47%204.47%200%200%201%202.21%203.3c0%20.035-.015.07-.05.07h-1.31c-.05%200-.07-.045-.075-.09a8.1%208.1%200%200%200-.8-3.254q-.029-.061.025-.025m-4.419%207.74a4.49%204.49%200%200%201-2.2-3.29c-.004-.03.02-.08.05-.08H8.97c.03%200%20.05.045.05.07c.04%201.15.305%202.235.8%203.264q.039.074-.035.035m1.715-3.275v3.584c0%20.08-.05.09-.1.035c-.94-.95-1.24-2.304-1.34-3.614c-.005-.05.02-.1.07-.1h1.28c.04%200%20.09.055.09.1zm1%203.6V12.53s.005-.03.015-.03h1.37c.035%200%20.06.045.055.075c-.05%201.25-.415%202.735-1.35%203.65c-.045.044-.09.034-.09-.03m1.66-.33c.54-.92.784-2.27.825-3.305c0-.03.02-.06.05-.06h1.33c.03%200%20.054.05.05.075c-.196%201.375-1%202.63-2.235%203.314c-.035.015-.04.01-.02-.025%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%22M18.364%2018.364A8.999%208.999%200%201%200%205.638%205.638a8.999%208.999%200%200%200%2012.726%2012.726m-.74-11.988a7.953%207.953%200%200%201%200%2011.248A8%208%200%200%201%2012%2019.999a8%208%200%200%201-5.624-2.375a7.954%207.954%200%200%201%200-11.248A8%208%200%200%201%2012%204a8%208%200%200%201%205.624%202.375m-.545%207.724a5.5%205.5%200%200%200-8.983-6.038a5.5%205.5%200%201%200%208.983%206.038m-7.009-2.675c.04-1.22.415-2.82%201.365-3.66c.03-.024.065-.02.065.02v3.635c0%20.03-.05.075-.075.075h-1.3c-.035%200-.05-.035-.05-.07zm2.43-1.35q0-1.047.005-2.094a.8.8%200%200%200%200-.185c-.005-.06.01-.07.055-.035c.965.8%201.295%202.424%201.39%203.64c0%20.039-.03.094-.065.094h-1.3c-.035%200-.085-.04-.085-.07zM8.97%2011.5H7.64c-.03%200-.054-.055-.05-.09a4.47%204.47%200%200%201%202.23-3.3q.044-.02.02.026a8.2%208.2%200%200%200-.83%203.3c0%20.029-.015.064-.04.064m5.234-3.37a4.47%204.47%200%200%201%202.21%203.3c0%20.035-.015.07-.05.07h-1.31c-.05%200-.07-.045-.075-.09a8.1%208.1%200%200%200-.8-3.254q-.029-.061.025-.025m-4.419%207.74a4.49%204.49%200%200%201-2.2-3.29c-.004-.03.02-.08.05-.08H8.97c.03%200%20.05.045.05.07c.04%201.15.305%202.235.8%203.264q.039.074-.035.035m1.715-3.275v3.584c0%20.08-.05.09-.1.035c-.94-.95-1.24-2.304-1.34-3.614c-.005-.05.02-.1.07-.1h1.28c.04%200%20.09.055.09.1zm1%203.6V12.53s.005-.03.015-.03h1.37c.035%200%20.06.045.055.075c-.05%201.25-.415%202.735-1.35%203.65c-.045.044-.09.034-.09-.03m1.66-.33c.54-.92.784-2.27.825-3.305c0-.03.02-.06.05-.06h1.33c.03%200%20.054.05.05.075c-.196%201.375-1%202.63-2.235%203.314c-.035.015-.04.01-.02-.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/geod.svg?color=%231a73e8&size=48