solo logo
solo from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- solo
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the solo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.994 17.063c-.13.326-1.7 1.687-3.336 1.687c-2.43 0-4.033-.883-4.033-2.644c0-1.62 2.025-2.396 4.511-3.296c2.998-1.013 4.489-2.801 4.489-5.254c0-2.925-2.374-4.556-5.94-4.556c-1.884 0-4.298.979-4.933 1.631l1.496 1.744c.602-.31 1.744-1.125 3.414-1.125c2.504 0 3.713 1.12 3.713 2.306c0 1.626-.917 2.374-3.454 3.302C8.816 12 6.375 13.372 6.375 15.926c0 2.689 1.946 5.074 6.283 5.074c1.772 0 3.825-.979 4.967-2.183z"/></svg>
React
import type { SVGProps } from "react";
export function TokenSolo(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="M15.994 17.063c-.13.326-1.7 1.687-3.336 1.687c-2.43 0-4.033-.883-4.033-2.644c0-1.62 2.025-2.396 4.511-3.296c2.998-1.013 4.489-2.801 4.489-5.254c0-2.925-2.374-4.556-5.94-4.556c-1.884 0-4.298.979-4.933 1.631l1.496 1.744c.602-.31 1.744-1.125 3.414-1.125c2.504 0 3.713 1.12 3.713 2.306c0 1.626-.917 2.374-3.454 3.302C8.816 12 6.375 13.372 6.375 15.926c0 2.689 1.946 5.074 6.283 5.074c1.772 0 3.825-.979 4.967-2.183z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.994 17.063c-.13.326-1.7 1.687-3.336 1.687c-2.43 0-4.033-.883-4.033-2.644c0-1.62 2.025-2.396 4.511-3.296c2.998-1.013 4.489-2.801 4.489-5.254c0-2.925-2.374-4.556-5.94-4.556c-1.884 0-4.298.979-4.933 1.631l1.496 1.744c.602-.31 1.744-1.125 3.414-1.125c2.504 0 3.713 1.12 3.713 2.306c0 1.626-.917 2.374-3.454 3.302C8.816 12 6.375 13.372 6.375 15.926c0 2.689 1.946 5.074 6.283 5.074c1.772 0 3.825-.979 4.967-2.183z"/></svg> </template>
CSS
.icon-solo {
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%22M15.994%2017.063c-.13.326-1.7%201.687-3.336%201.687c-2.43%200-4.033-.883-4.033-2.644c0-1.62%202.025-2.396%204.511-3.296c2.998-1.013%204.489-2.801%204.489-5.254c0-2.925-2.374-4.556-5.94-4.556c-1.884%200-4.298.979-4.933%201.631l1.496%201.744c.602-.31%201.744-1.125%203.414-1.125c2.504%200%203.713%201.12%203.713%202.306c0%201.626-.917%202.374-3.454%203.302C8.816%2012%206.375%2013.372%206.375%2015.926c0%202.689%201.946%205.074%206.283%205.074c1.772%200%203.825-.979%204.967-2.183z%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%22M15.994%2017.063c-.13.326-1.7%201.687-3.336%201.687c-2.43%200-4.033-.883-4.033-2.644c0-1.62%202.025-2.396%204.511-3.296c2.998-1.013%204.489-2.801%204.489-5.254c0-2.925-2.374-4.556-5.94-4.556c-1.884%200-4.298.979-4.933%201.631l1.496%201.744c.602-.31%201.744-1.125%203.414-1.125c2.504%200%203.713%201.12%203.713%202.306c0%201.626-.917%202.374-3.454%203.302C8.816%2012%206.375%2013.372%206.375%2015.926c0%202.689%201.946%205.074%206.283%205.074c1.772%200%203.825-.979%204.967-2.183z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/solo.svg?color=%231a73e8&size=48