clore logo
clore from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- clore
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the clore logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.778 4.358a8.54 8.54 0 0 0-4.387-1.356c-1.704 1.586-1.647 4.808 0 6.282c.687-2.716 2.284-4.19 4.387-4.927m1.996 1.53c-2.564-.113-4.555 2.21-4.555 4.47a6.21 6.21 0 0 1 6.608-.338c-.343-1.81-.99-2.766-2.053-4.133m2.222 6.45c-1.598-1.693-4.724-1.525-6.265.056c2.514.607 3.874 1.754 5.01 4.302a7.33 7.33 0 0 0 1.255-4.359m-2.846 6.337c-.169-2.716-2.024-4.313-4.499-4.47c1.277 2.226 1.535 4.301.394 6.568a9.3 9.3 0 0 0 4.105-2.098m-6.551 2.323c1.653-1.642 1.765-4.302 0-6.282c-.68 2.773-2.166 4.19-4.387 4.983c1.53.922 2.53 1.136 4.387 1.299M5.334 18.11c2.66-.247 4.386-1.98 4.386-4.527c-1.653 1.299-4.442 1.468-6.608.506c.608 1.76 1.086 2.677 2.222 4.02M3 11.606c1.423 1.524 4.386 1.75 6.265 0c-2.677-.624-4.246-2.193-4.955-4.245A7.87 7.87 0 0 0 3 11.606m2.846-6.225c.399 2.716 1.883 4.184 4.498 4.415c-1.321-2.177-1.422-4.246-.45-6.569c-1.883.45-2.873 1.08-4.048 2.154"/></svg>
React
import type { SVGProps } from "react";
export function TokenClore(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="M16.778 4.358a8.54 8.54 0 0 0-4.387-1.356c-1.704 1.586-1.647 4.808 0 6.282c.687-2.716 2.284-4.19 4.387-4.927m1.996 1.53c-2.564-.113-4.555 2.21-4.555 4.47a6.21 6.21 0 0 1 6.608-.338c-.343-1.81-.99-2.766-2.053-4.133m2.222 6.45c-1.598-1.693-4.724-1.525-6.265.056c2.514.607 3.874 1.754 5.01 4.302a7.33 7.33 0 0 0 1.255-4.359m-2.846 6.337c-.169-2.716-2.024-4.313-4.499-4.47c1.277 2.226 1.535 4.301.394 6.568a9.3 9.3 0 0 0 4.105-2.098m-6.551 2.323c1.653-1.642 1.765-4.302 0-6.282c-.68 2.773-2.166 4.19-4.387 4.983c1.53.922 2.53 1.136 4.387 1.299M5.334 18.11c2.66-.247 4.386-1.98 4.386-4.527c-1.653 1.299-4.442 1.468-6.608.506c.608 1.76 1.086 2.677 2.222 4.02M3 11.606c1.423 1.524 4.386 1.75 6.265 0c-2.677-.624-4.246-2.193-4.955-4.245A7.87 7.87 0 0 0 3 11.606m2.846-6.225c.399 2.716 1.883 4.184 4.498 4.415c-1.321-2.177-1.422-4.246-.45-6.569c-1.883.45-2.873 1.08-4.048 2.154"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.778 4.358a8.54 8.54 0 0 0-4.387-1.356c-1.704 1.586-1.647 4.808 0 6.282c.687-2.716 2.284-4.19 4.387-4.927m1.996 1.53c-2.564-.113-4.555 2.21-4.555 4.47a6.21 6.21 0 0 1 6.608-.338c-.343-1.81-.99-2.766-2.053-4.133m2.222 6.45c-1.598-1.693-4.724-1.525-6.265.056c2.514.607 3.874 1.754 5.01 4.302a7.33 7.33 0 0 0 1.255-4.359m-2.846 6.337c-.169-2.716-2.024-4.313-4.499-4.47c1.277 2.226 1.535 4.301.394 6.568a9.3 9.3 0 0 0 4.105-2.098m-6.551 2.323c1.653-1.642 1.765-4.302 0-6.282c-.68 2.773-2.166 4.19-4.387 4.983c1.53.922 2.53 1.136 4.387 1.299M5.334 18.11c2.66-.247 4.386-1.98 4.386-4.527c-1.653 1.299-4.442 1.468-6.608.506c.608 1.76 1.086 2.677 2.222 4.02M3 11.606c1.423 1.524 4.386 1.75 6.265 0c-2.677-.624-4.246-2.193-4.955-4.245A7.87 7.87 0 0 0 3 11.606m2.846-6.225c.399 2.716 1.883 4.184 4.498 4.415c-1.321-2.177-1.422-4.246-.45-6.569c-1.883.45-2.873 1.08-4.048 2.154"/></svg> </template>
CSS
.icon-clore {
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%22M16.778%204.358a8.54%208.54%200%200%200-4.387-1.356c-1.704%201.586-1.647%204.808%200%206.282c.687-2.716%202.284-4.19%204.387-4.927m1.996%201.53c-2.564-.113-4.555%202.21-4.555%204.47a6.21%206.21%200%200%201%206.608-.338c-.343-1.81-.99-2.766-2.053-4.133m2.222%206.45c-1.598-1.693-4.724-1.525-6.265.056c2.514.607%203.874%201.754%205.01%204.302a7.33%207.33%200%200%200%201.255-4.359m-2.846%206.337c-.169-2.716-2.024-4.313-4.499-4.47c1.277%202.226%201.535%204.301.394%206.568a9.3%209.3%200%200%200%204.105-2.098m-6.551%202.323c1.653-1.642%201.765-4.302%200-6.282c-.68%202.773-2.166%204.19-4.387%204.983c1.53.922%202.53%201.136%204.387%201.299M5.334%2018.11c2.66-.247%204.386-1.98%204.386-4.527c-1.653%201.299-4.442%201.468-6.608.506c.608%201.76%201.086%202.677%202.222%204.02M3%2011.606c1.423%201.524%204.386%201.75%206.265%200c-2.677-.624-4.246-2.193-4.955-4.245A7.87%207.87%200%200%200%203%2011.606m2.846-6.225c.399%202.716%201.883%204.184%204.498%204.415c-1.321-2.177-1.422-4.246-.45-6.569c-1.883.45-2.873%201.08-4.048%202.154%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%22M16.778%204.358a8.54%208.54%200%200%200-4.387-1.356c-1.704%201.586-1.647%204.808%200%206.282c.687-2.716%202.284-4.19%204.387-4.927m1.996%201.53c-2.564-.113-4.555%202.21-4.555%204.47a6.21%206.21%200%200%201%206.608-.338c-.343-1.81-.99-2.766-2.053-4.133m2.222%206.45c-1.598-1.693-4.724-1.525-6.265.056c2.514.607%203.874%201.754%205.01%204.302a7.33%207.33%200%200%200%201.255-4.359m-2.846%206.337c-.169-2.716-2.024-4.313-4.499-4.47c1.277%202.226%201.535%204.301.394%206.568a9.3%209.3%200%200%200%204.105-2.098m-6.551%202.323c1.653-1.642%201.765-4.302%200-6.282c-.68%202.773-2.166%204.19-4.387%204.983c1.53.922%202.53%201.136%204.387%201.299M5.334%2018.11c2.66-.247%204.386-1.98%204.386-4.527c-1.653%201.299-4.442%201.468-6.608.506c.608%201.76%201.086%202.677%202.222%204.02M3%2011.606c1.423%201.524%204.386%201.75%206.265%200c-2.677-.624-4.246-2.193-4.955-4.245A7.87%207.87%200%200%200%203%2011.606m2.846-6.225c.399%202.716%201.883%204.184%204.498%204.415c-1.321-2.177-1.422-4.246-.45-6.569c-1.883.45-2.873%201.08-4.048%202.154%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/clore.svg?color=%231a73e8&size=48