solana from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
solana
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the solana logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.876 18.031l-3.962 4.14a.9.9 0 0 1-.306.21a.9.9 0 0 1-.367.074H.46a.47.47 0 0 1-.252-.073a.45.45 0 0 1-.17-.196a.44.44 0 0 1-.031-.255a.44.44 0 0 1 .117-.23l3.965-4.139a.9.9 0 0 1 .305-.21a.9.9 0 0 1 .366-.075h18.78a.47.47 0 0 1 .252.074a.45.45 0 0 1 .17.196a.44.44 0 0 1 .031.255a.44.44 0 0 1-.117.23m-3.962-8.335a.9.9 0 0 0-.306-.21a.9.9 0 0 0-.367-.075H.46a.47.47 0 0 0-.252.073a.45.45 0 0 0-.17.197a.44.44 0 0 0-.031.254a.44.44 0 0 0 .117.23l3.965 4.14a.9.9 0 0 0 .305.21a.9.9 0 0 0 .366.074h18.78a.47.47 0 0 0 .252-.073a.45.45 0 0 0 .17-.196a.44.44 0 0 0 .031-.255a.44.44 0 0 0-.117-.23zM.46 6.723h18.782a.9.9 0 0 0 .367-.075a.9.9 0 0 0 .306-.21l3.962-4.14a.44.44 0 0 0 .117-.23a.44.44 0 0 0-.032-.254a.45.45 0 0 0-.17-.196a.47.47 0 0 0-.252-.073H4.76a.9.9 0 0 0-.366.074a.9.9 0 0 0-.305.21L.125 5.97a.44.44 0 0 0-.117.23a.44.44 0 0 0 .03.254a.45.45 0 0 0 .17.196a.47.47 0 0 0 .252.074z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSolana(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="m23.876 18.031l-3.962 4.14a.9.9 0 0 1-.306.21a.9.9 0 0 1-.367.074H.46a.47.47 0 0 1-.252-.073a.45.45 0 0 1-.17-.196a.44.44 0 0 1-.031-.255a.44.44 0 0 1 .117-.23l3.965-4.139a.9.9 0 0 1 .305-.21a.9.9 0 0 1 .366-.075h18.78a.47.47 0 0 1 .252.074a.45.45 0 0 1 .17.196a.44.44 0 0 1 .031.255a.44.44 0 0 1-.117.23m-3.962-8.335a.9.9 0 0 0-.306-.21a.9.9 0 0 0-.367-.075H.46a.47.47 0 0 0-.252.073a.45.45 0 0 0-.17.197a.44.44 0 0 0-.031.254a.44.44 0 0 0 .117.23l3.965 4.14a.9.9 0 0 0 .305.21a.9.9 0 0 0 .366.074h18.78a.47.47 0 0 0 .252-.073a.45.45 0 0 0 .17-.196a.44.44 0 0 0 .031-.255a.44.44 0 0 0-.117-.23zM.46 6.723h18.782a.9.9 0 0 0 .367-.075a.9.9 0 0 0 .306-.21l3.962-4.14a.44.44 0 0 0 .117-.23a.44.44 0 0 0-.032-.254a.45.45 0 0 0-.17-.196a.47.47 0 0 0-.252-.073H4.76a.9.9 0 0 0-.366.074a.9.9 0 0 0-.305.21L.125 5.97a.44.44 0 0 0-.117.23a.44.44 0 0 0 .03.254a.45.45 0 0 0 .17.196a.47.47 0 0 0 .252.074z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.876 18.031l-3.962 4.14a.9.9 0 0 1-.306.21a.9.9 0 0 1-.367.074H.46a.47.47 0 0 1-.252-.073a.45.45 0 0 1-.17-.196a.44.44 0 0 1-.031-.255a.44.44 0 0 1 .117-.23l3.965-4.139a.9.9 0 0 1 .305-.21a.9.9 0 0 1 .366-.075h18.78a.47.47 0 0 1 .252.074a.45.45 0 0 1 .17.196a.44.44 0 0 1 .031.255a.44.44 0 0 1-.117.23m-3.962-8.335a.9.9 0 0 0-.306-.21a.9.9 0 0 0-.367-.075H.46a.47.47 0 0 0-.252.073a.45.45 0 0 0-.17.197a.44.44 0 0 0-.031.254a.44.44 0 0 0 .117.23l3.965 4.14a.9.9 0 0 0 .305.21a.9.9 0 0 0 .366.074h18.78a.47.47 0 0 0 .252-.073a.45.45 0 0 0 .17-.196a.44.44 0 0 0 .031-.255a.44.44 0 0 0-.117-.23zM.46 6.723h18.782a.9.9 0 0 0 .367-.075a.9.9 0 0 0 .306-.21l3.962-4.14a.44.44 0 0 0 .117-.23a.44.44 0 0 0-.032-.254a.45.45 0 0 0-.17-.196a.47.47 0 0 0-.252-.073H4.76a.9.9 0 0 0-.366.074a.9.9 0 0 0-.305.21L.125 5.97a.44.44 0 0 0-.117.23a.44.44 0 0 0 .03.254a.45.45 0 0 0 .17.196a.47.47 0 0 0 .252.074z"/></svg>
</template>

CSS

.icon-solana {
  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%22m23.876%2018.031l-3.962%204.14a.9.9%200%200%201-.306.21a.9.9%200%200%201-.367.074H.46a.47.47%200%200%201-.252-.073a.45.45%200%200%201-.17-.196a.44.44%200%200%201-.031-.255a.44.44%200%200%201%20.117-.23l3.965-4.139a.9.9%200%200%201%20.305-.21a.9.9%200%200%201%20.366-.075h18.78a.47.47%200%200%201%20.252.074a.45.45%200%200%201%20.17.196a.44.44%200%200%201%20.031.255a.44.44%200%200%201-.117.23m-3.962-8.335a.9.9%200%200%200-.306-.21a.9.9%200%200%200-.367-.075H.46a.47.47%200%200%200-.252.073a.45.45%200%200%200-.17.197a.44.44%200%200%200-.031.254a.44.44%200%200%200%20.117.23l3.965%204.14a.9.9%200%200%200%20.305.21a.9.9%200%200%200%20.366.074h18.78a.47.47%200%200%200%20.252-.073a.45.45%200%200%200%20.17-.196a.44.44%200%200%200%20.031-.255a.44.44%200%200%200-.117-.23zM.46%206.723h18.782a.9.9%200%200%200%20.367-.075a.9.9%200%200%200%20.306-.21l3.962-4.14a.44.44%200%200%200%20.117-.23a.44.44%200%200%200-.032-.254a.45.45%200%200%200-.17-.196a.47.47%200%200%200-.252-.073H4.76a.9.9%200%200%200-.366.074a.9.9%200%200%200-.305.21L.125%205.97a.44.44%200%200%200-.117.23a.44.44%200%200%200%20.03.254a.45.45%200%200%200%20.17.196a.47.47%200%200%200%20.252.074z%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%22m23.876%2018.031l-3.962%204.14a.9.9%200%200%201-.306.21a.9.9%200%200%201-.367.074H.46a.47.47%200%200%201-.252-.073a.45.45%200%200%201-.17-.196a.44.44%200%200%201-.031-.255a.44.44%200%200%201%20.117-.23l3.965-4.139a.9.9%200%200%201%20.305-.21a.9.9%200%200%201%20.366-.075h18.78a.47.47%200%200%201%20.252.074a.45.45%200%200%201%20.17.196a.44.44%200%200%201%20.031.255a.44.44%200%200%201-.117.23m-3.962-8.335a.9.9%200%200%200-.306-.21a.9.9%200%200%200-.367-.075H.46a.47.47%200%200%200-.252.073a.45.45%200%200%200-.17.197a.44.44%200%200%200-.031.254a.44.44%200%200%200%20.117.23l3.965%204.14a.9.9%200%200%200%20.305.21a.9.9%200%200%200%20.366.074h18.78a.47.47%200%200%200%20.252-.073a.45.45%200%200%200%20.17-.196a.44.44%200%200%200%20.031-.255a.44.44%200%200%200-.117-.23zM.46%206.723h18.782a.9.9%200%200%200%20.367-.075a.9.9%200%200%200%20.306-.21l3.962-4.14a.44.44%200%200%200%20.117-.23a.44.44%200%200%200-.032-.254a.45.45%200%200%200-.17-.196a.47.47%200%200%200-.252-.073H4.76a.9.9%200%200%200-.366.074a.9.9%200%200%200-.305.21L.125%205.97a.44.44%200%200%200-.117.23a.44.44%200%200%200%20.03.254a.45.45%200%200%200%20.17.196a.47.47%200%200%200%20.252.074z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/solana.svg?color=%231a73e8&size=48