gemini from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
gemini
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the gemini logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.946 14.052h4.11V9.948h-4.11zm-5.475.002h4.057V9.998a4.8 4.8 0 0 0-2.698 1.365a4.8 4.8 0 0 0-1.36 2.691m4.057 1.417H4.471a4.8 4.8 0 0 0 1.36 2.692a4.78 4.78 0 0 0 3.39 1.414h.032c1.32 0 2.52-.542 3.391-1.414a4.82 4.82 0 0 0 1.359-2.69H8.528zM19.53 9.948h-4.057V14a4.8 4.8 0 0 0 2.699-1.364a4.82 4.82 0 0 0 1.358-2.69m0-1.422a4.8 4.8 0 0 0-1.359-2.69a4.78 4.78 0 0 0-3.39-1.414h-.033c-1.32 0-2.52.542-3.39 1.415a4.8 4.8 0 0 0-1.36 2.689zm-4.094 6.913a6.24 6.24 0 0 1-1.79 3.73A6.2 6.2 0 0 1 9.253 21h-.032a6.2 6.2 0 0 1-4.393-1.832a6.226 6.226 0 0 1 0-8.81A6.2 6.2 0 0 1 8.564 8.56a6.23 6.23 0 0 1 1.79-3.73A6.2 6.2 0 0 1 14.747 3h.032a6.2 6.2 0 0 1 4.393 1.832a6.227 6.227 0 0 1 0 8.81a6.2 6.2 0 0 1-3.737 1.797"/></svg>

React

import type { SVGProps } from "react";

export function TokenGemini(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="M9.946 14.052h4.11V9.948h-4.11zm-5.475.002h4.057V9.998a4.8 4.8 0 0 0-2.698 1.365a4.8 4.8 0 0 0-1.36 2.691m4.057 1.417H4.471a4.8 4.8 0 0 0 1.36 2.692a4.78 4.78 0 0 0 3.39 1.414h.032c1.32 0 2.52-.542 3.391-1.414a4.82 4.82 0 0 0 1.359-2.69H8.528zM19.53 9.948h-4.057V14a4.8 4.8 0 0 0 2.699-1.364a4.82 4.82 0 0 0 1.358-2.69m0-1.422a4.8 4.8 0 0 0-1.359-2.69a4.78 4.78 0 0 0-3.39-1.414h-.033c-1.32 0-2.52.542-3.39 1.415a4.8 4.8 0 0 0-1.36 2.689zm-4.094 6.913a6.24 6.24 0 0 1-1.79 3.73A6.2 6.2 0 0 1 9.253 21h-.032a6.2 6.2 0 0 1-4.393-1.832a6.226 6.226 0 0 1 0-8.81A6.2 6.2 0 0 1 8.564 8.56a6.23 6.23 0 0 1 1.79-3.73A6.2 6.2 0 0 1 14.747 3h.032a6.2 6.2 0 0 1 4.393 1.832a6.227 6.227 0 0 1 0 8.81a6.2 6.2 0 0 1-3.737 1.797"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.946 14.052h4.11V9.948h-4.11zm-5.475.002h4.057V9.998a4.8 4.8 0 0 0-2.698 1.365a4.8 4.8 0 0 0-1.36 2.691m4.057 1.417H4.471a4.8 4.8 0 0 0 1.36 2.692a4.78 4.78 0 0 0 3.39 1.414h.032c1.32 0 2.52-.542 3.391-1.414a4.82 4.82 0 0 0 1.359-2.69H8.528zM19.53 9.948h-4.057V14a4.8 4.8 0 0 0 2.699-1.364a4.82 4.82 0 0 0 1.358-2.69m0-1.422a4.8 4.8 0 0 0-1.359-2.69a4.78 4.78 0 0 0-3.39-1.414h-.033c-1.32 0-2.52.542-3.39 1.415a4.8 4.8 0 0 0-1.36 2.689zm-4.094 6.913a6.24 6.24 0 0 1-1.79 3.73A6.2 6.2 0 0 1 9.253 21h-.032a6.2 6.2 0 0 1-4.393-1.832a6.226 6.226 0 0 1 0-8.81A6.2 6.2 0 0 1 8.564 8.56a6.23 6.23 0 0 1 1.79-3.73A6.2 6.2 0 0 1 14.747 3h.032a6.2 6.2 0 0 1 4.393 1.832a6.227 6.227 0 0 1 0 8.81a6.2 6.2 0 0 1-3.737 1.797"/></svg>
</template>

CSS

.icon-gemini {
  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%22M9.946%2014.052h4.11V9.948h-4.11zm-5.475.002h4.057V9.998a4.8%204.8%200%200%200-2.698%201.365a4.8%204.8%200%200%200-1.36%202.691m4.057%201.417H4.471a4.8%204.8%200%200%200%201.36%202.692a4.78%204.78%200%200%200%203.39%201.414h.032c1.32%200%202.52-.542%203.391-1.414a4.82%204.82%200%200%200%201.359-2.69H8.528zM19.53%209.948h-4.057V14a4.8%204.8%200%200%200%202.699-1.364a4.82%204.82%200%200%200%201.358-2.69m0-1.422a4.8%204.8%200%200%200-1.359-2.69a4.78%204.78%200%200%200-3.39-1.414h-.033c-1.32%200-2.52.542-3.39%201.415a4.8%204.8%200%200%200-1.36%202.689zm-4.094%206.913a6.24%206.24%200%200%201-1.79%203.73A6.2%206.2%200%200%201%209.253%2021h-.032a6.2%206.2%200%200%201-4.393-1.832a6.226%206.226%200%200%201%200-8.81A6.2%206.2%200%200%201%208.564%208.56a6.23%206.23%200%200%201%201.79-3.73A6.2%206.2%200%200%201%2014.747%203h.032a6.2%206.2%200%200%201%204.393%201.832a6.227%206.227%200%200%201%200%208.81a6.2%206.2%200%200%201-3.737%201.797%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%22M9.946%2014.052h4.11V9.948h-4.11zm-5.475.002h4.057V9.998a4.8%204.8%200%200%200-2.698%201.365a4.8%204.8%200%200%200-1.36%202.691m4.057%201.417H4.471a4.8%204.8%200%200%200%201.36%202.692a4.78%204.78%200%200%200%203.39%201.414h.032c1.32%200%202.52-.542%203.391-1.414a4.82%204.82%200%200%200%201.359-2.69H8.528zM19.53%209.948h-4.057V14a4.8%204.8%200%200%200%202.699-1.364a4.82%204.82%200%200%200%201.358-2.69m0-1.422a4.8%204.8%200%200%200-1.359-2.69a4.78%204.78%200%200%200-3.39-1.414h-.033c-1.32%200-2.52.542-3.39%201.415a4.8%204.8%200%200%200-1.36%202.689zm-4.094%206.913a6.24%206.24%200%200%201-1.79%203.73A6.2%206.2%200%200%201%209.253%2021h-.032a6.2%206.2%200%200%201-4.393-1.832a6.226%206.226%200%200%201%200-8.81A6.2%206.2%200%200%201%208.564%208.56a6.23%206.23%200%200%201%201.79-3.73A6.2%206.2%200%200%201%2014.747%203h.032a6.2%206.2%200%200%201%204.393%201.832a6.227%206.227%200%200%201%200%208.81a6.2%206.2%200%200%201-3.737%201.797%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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