gemini from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
gemini
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the gemini icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M491.4 72c13.2-11.7 33.3-10.5 45.1 2.7c11.7 13.2 10.5 33.4-2.7 45.2c-2.7 2.4-23.1 19.8-58.3 36.8c-8.2 4-17.2 7.9-27 11.6v303.2c9.8 3.8 18.8 7.6 27 11.6c18.2 8.8 32.4 17.7 42.2 24.5c3 2.1 5.5 4.1 7.7 5.7c1.2.9 2.3 1.6 3.2 2.4c.2.1.3.2.5.4c1.3 1.1 2.4 2 3.2 2.6c.4.3.7.6.9.8c.1.1.3.2.3.3l.1.1h.1c3.3 2.9 5.9 6.4 7.7 10.2c5.4 11.3 3.8 25.1-5 35c-.3.4-.7.7-1.1 1.1c-11.9 12.2-31.2 13.1-44 1.7c-.3-.3-1.5-1.3-3.5-2.8c-.4-.3-.9-.7-1.5-1.1c-1.9-1.4-4.2-3.1-7.1-5.1c-2.2-1.5-4.7-3.1-7.4-4.8c-6.6-4.1-14.8-8.8-24.4-13.5c-7.4-3.6-15.6-7.2-24.7-10.5c-13.6-5.1-29-9.6-46.1-12.9c-5.7-1.1-11.6-2.1-17.7-2.8c-12.1-1.6-25-2.5-38.6-2.5c-54.2 0-97.4 14.4-127 28.8c-3.4 1.6-6.5 3.3-9.5 4.9c-5.1 2.8-9.7 5.4-13.8 7.9c-3.3 2.1-6.3 4-8.9 5.7c-1.7 1.2-3.2 2.3-4.6 3.3c-1.9 1.4-3.5 2.5-4.6 3.4c-1.4 1.1-2.2 1.8-2.5 2c-13.2 11.7-33.3 10.5-45.1-2.8c-2.2-2.5-4-5.2-5.2-8.1s-2.1-5.9-2.5-8.9c-1.4-10.2 2.2-20.8 10.4-28.2c.2-.2.6-.5 1.2-1l.3-.3l3.2-2.6c1.7-1.3 3.7-2.8 6.2-4.6c1.6-1.2 3.3-2.5 5.2-3.8c9.8-6.8 24-15.7 42.2-24.5c8.2-4 17.2-7.9 27-11.6V168.3c-9.6-3.7-18.6-7.6-26.8-11.5c-35.2-17.1-55.5-34.5-58.2-36.9c-13.2-11.7-14.4-31.9-2.7-45.2c11.7-13.2 31.9-14.4 45.1-2.7c1.4 1.2 17 14.2 43.8 27.2c29.6 14.4 72.8 28.8 127 28.8s97.4-14.4 127-28.8c26.8-13 42.4-26 43.8-27.2zM384.5 186.3c-19.7 3.5-41 5.7-64 5.7s-44.3-2.2-64-5.7v267.4c12.6-2.3 25.9-4 39.9-4.9c7.8-.5 15.8-.8 24-.8c23 0 44.4 2.2 64 5.7V186.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidGemini(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M491.4 72c13.2-11.7 33.3-10.5 45.1 2.7c11.7 13.2 10.5 33.4-2.7 45.2c-2.7 2.4-23.1 19.8-58.3 36.8c-8.2 4-17.2 7.9-27 11.6v303.2c9.8 3.8 18.8 7.6 27 11.6c18.2 8.8 32.4 17.7 42.2 24.5c3 2.1 5.5 4.1 7.7 5.7c1.2.9 2.3 1.6 3.2 2.4c.2.1.3.2.5.4c1.3 1.1 2.4 2 3.2 2.6c.4.3.7.6.9.8c.1.1.3.2.3.3l.1.1h.1c3.3 2.9 5.9 6.4 7.7 10.2c5.4 11.3 3.8 25.1-5 35c-.3.4-.7.7-1.1 1.1c-11.9 12.2-31.2 13.1-44 1.7c-.3-.3-1.5-1.3-3.5-2.8c-.4-.3-.9-.7-1.5-1.1c-1.9-1.4-4.2-3.1-7.1-5.1c-2.2-1.5-4.7-3.1-7.4-4.8c-6.6-4.1-14.8-8.8-24.4-13.5c-7.4-3.6-15.6-7.2-24.7-10.5c-13.6-5.1-29-9.6-46.1-12.9c-5.7-1.1-11.6-2.1-17.7-2.8c-12.1-1.6-25-2.5-38.6-2.5c-54.2 0-97.4 14.4-127 28.8c-3.4 1.6-6.5 3.3-9.5 4.9c-5.1 2.8-9.7 5.4-13.8 7.9c-3.3 2.1-6.3 4-8.9 5.7c-1.7 1.2-3.2 2.3-4.6 3.3c-1.9 1.4-3.5 2.5-4.6 3.4c-1.4 1.1-2.2 1.8-2.5 2c-13.2 11.7-33.3 10.5-45.1-2.8c-2.2-2.5-4-5.2-5.2-8.1s-2.1-5.9-2.5-8.9c-1.4-10.2 2.2-20.8 10.4-28.2c.2-.2.6-.5 1.2-1l.3-.3l3.2-2.6c1.7-1.3 3.7-2.8 6.2-4.6c1.6-1.2 3.3-2.5 5.2-3.8c9.8-6.8 24-15.7 42.2-24.5c8.2-4 17.2-7.9 27-11.6V168.3c-9.6-3.7-18.6-7.6-26.8-11.5c-35.2-17.1-55.5-34.5-58.2-36.9c-13.2-11.7-14.4-31.9-2.7-45.2c11.7-13.2 31.9-14.4 45.1-2.7c1.4 1.2 17 14.2 43.8 27.2c29.6 14.4 72.8 28.8 127 28.8s97.4-14.4 127-28.8c26.8-13 42.4-26 43.8-27.2zM384.5 186.3c-19.7 3.5-41 5.7-64 5.7s-44.3-2.2-64-5.7v267.4c12.6-2.3 25.9-4 39.9-4.9c7.8-.5 15.8-.8 24-.8c23 0 44.4 2.2 64 5.7V186.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M491.4 72c13.2-11.7 33.3-10.5 45.1 2.7c11.7 13.2 10.5 33.4-2.7 45.2c-2.7 2.4-23.1 19.8-58.3 36.8c-8.2 4-17.2 7.9-27 11.6v303.2c9.8 3.8 18.8 7.6 27 11.6c18.2 8.8 32.4 17.7 42.2 24.5c3 2.1 5.5 4.1 7.7 5.7c1.2.9 2.3 1.6 3.2 2.4c.2.1.3.2.5.4c1.3 1.1 2.4 2 3.2 2.6c.4.3.7.6.9.8c.1.1.3.2.3.3l.1.1h.1c3.3 2.9 5.9 6.4 7.7 10.2c5.4 11.3 3.8 25.1-5 35c-.3.4-.7.7-1.1 1.1c-11.9 12.2-31.2 13.1-44 1.7c-.3-.3-1.5-1.3-3.5-2.8c-.4-.3-.9-.7-1.5-1.1c-1.9-1.4-4.2-3.1-7.1-5.1c-2.2-1.5-4.7-3.1-7.4-4.8c-6.6-4.1-14.8-8.8-24.4-13.5c-7.4-3.6-15.6-7.2-24.7-10.5c-13.6-5.1-29-9.6-46.1-12.9c-5.7-1.1-11.6-2.1-17.7-2.8c-12.1-1.6-25-2.5-38.6-2.5c-54.2 0-97.4 14.4-127 28.8c-3.4 1.6-6.5 3.3-9.5 4.9c-5.1 2.8-9.7 5.4-13.8 7.9c-3.3 2.1-6.3 4-8.9 5.7c-1.7 1.2-3.2 2.3-4.6 3.3c-1.9 1.4-3.5 2.5-4.6 3.4c-1.4 1.1-2.2 1.8-2.5 2c-13.2 11.7-33.3 10.5-45.1-2.8c-2.2-2.5-4-5.2-5.2-8.1s-2.1-5.9-2.5-8.9c-1.4-10.2 2.2-20.8 10.4-28.2c.2-.2.6-.5 1.2-1l.3-.3l3.2-2.6c1.7-1.3 3.7-2.8 6.2-4.6c1.6-1.2 3.3-2.5 5.2-3.8c9.8-6.8 24-15.7 42.2-24.5c8.2-4 17.2-7.9 27-11.6V168.3c-9.6-3.7-18.6-7.6-26.8-11.5c-35.2-17.1-55.5-34.5-58.2-36.9c-13.2-11.7-14.4-31.9-2.7-45.2c11.7-13.2 31.9-14.4 45.1-2.7c1.4 1.2 17 14.2 43.8 27.2c29.6 14.4 72.8 28.8 127 28.8s97.4-14.4 127-28.8c26.8-13 42.4-26 43.8-27.2zM384.5 186.3c-19.7 3.5-41 5.7-64 5.7s-44.3-2.2-64-5.7v267.4c12.6-2.3 25.9-4 39.9-4.9c7.8-.5 15.8-.8 24-.8c23 0 44.4 2.2 64 5.7V186.3z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M491.4%2072c13.2-11.7%2033.3-10.5%2045.1%202.7c11.7%2013.2%2010.5%2033.4-2.7%2045.2c-2.7%202.4-23.1%2019.8-58.3%2036.8c-8.2%204-17.2%207.9-27%2011.6v303.2c9.8%203.8%2018.8%207.6%2027%2011.6c18.2%208.8%2032.4%2017.7%2042.2%2024.5c3%202.1%205.5%204.1%207.7%205.7c1.2.9%202.3%201.6%203.2%202.4c.2.1.3.2.5.4c1.3%201.1%202.4%202%203.2%202.6c.4.3.7.6.9.8c.1.1.3.2.3.3l.1.1h.1c3.3%202.9%205.9%206.4%207.7%2010.2c5.4%2011.3%203.8%2025.1-5%2035c-.3.4-.7.7-1.1%201.1c-11.9%2012.2-31.2%2013.1-44%201.7c-.3-.3-1.5-1.3-3.5-2.8c-.4-.3-.9-.7-1.5-1.1c-1.9-1.4-4.2-3.1-7.1-5.1c-2.2-1.5-4.7-3.1-7.4-4.8c-6.6-4.1-14.8-8.8-24.4-13.5c-7.4-3.6-15.6-7.2-24.7-10.5c-13.6-5.1-29-9.6-46.1-12.9c-5.7-1.1-11.6-2.1-17.7-2.8c-12.1-1.6-25-2.5-38.6-2.5c-54.2%200-97.4%2014.4-127%2028.8c-3.4%201.6-6.5%203.3-9.5%204.9c-5.1%202.8-9.7%205.4-13.8%207.9c-3.3%202.1-6.3%204-8.9%205.7c-1.7%201.2-3.2%202.3-4.6%203.3c-1.9%201.4-3.5%202.5-4.6%203.4c-1.4%201.1-2.2%201.8-2.5%202c-13.2%2011.7-33.3%2010.5-45.1-2.8c-2.2-2.5-4-5.2-5.2-8.1s-2.1-5.9-2.5-8.9c-1.4-10.2%202.2-20.8%2010.4-28.2c.2-.2.6-.5%201.2-1l.3-.3l3.2-2.6c1.7-1.3%203.7-2.8%206.2-4.6c1.6-1.2%203.3-2.5%205.2-3.8c9.8-6.8%2024-15.7%2042.2-24.5c8.2-4%2017.2-7.9%2027-11.6V168.3c-9.6-3.7-18.6-7.6-26.8-11.5c-35.2-17.1-55.5-34.5-58.2-36.9c-13.2-11.7-14.4-31.9-2.7-45.2c11.7-13.2%2031.9-14.4%2045.1-2.7c1.4%201.2%2017%2014.2%2043.8%2027.2c29.6%2014.4%2072.8%2028.8%20127%2028.8s97.4-14.4%20127-28.8c26.8-13%2042.4-26%2043.8-27.2zM384.5%20186.3c-19.7%203.5-41%205.7-64%205.7s-44.3-2.2-64-5.7v267.4c12.6-2.3%2025.9-4%2039.9-4.9c7.8-.5%2015.8-.8%2024-.8c23%200%2044.4%202.2%2064%205.7V186.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M491.4%2072c13.2-11.7%2033.3-10.5%2045.1%202.7c11.7%2013.2%2010.5%2033.4-2.7%2045.2c-2.7%202.4-23.1%2019.8-58.3%2036.8c-8.2%204-17.2%207.9-27%2011.6v303.2c9.8%203.8%2018.8%207.6%2027%2011.6c18.2%208.8%2032.4%2017.7%2042.2%2024.5c3%202.1%205.5%204.1%207.7%205.7c1.2.9%202.3%201.6%203.2%202.4c.2.1.3.2.5.4c1.3%201.1%202.4%202%203.2%202.6c.4.3.7.6.9.8c.1.1.3.2.3.3l.1.1h.1c3.3%202.9%205.9%206.4%207.7%2010.2c5.4%2011.3%203.8%2025.1-5%2035c-.3.4-.7.7-1.1%201.1c-11.9%2012.2-31.2%2013.1-44%201.7c-.3-.3-1.5-1.3-3.5-2.8c-.4-.3-.9-.7-1.5-1.1c-1.9-1.4-4.2-3.1-7.1-5.1c-2.2-1.5-4.7-3.1-7.4-4.8c-6.6-4.1-14.8-8.8-24.4-13.5c-7.4-3.6-15.6-7.2-24.7-10.5c-13.6-5.1-29-9.6-46.1-12.9c-5.7-1.1-11.6-2.1-17.7-2.8c-12.1-1.6-25-2.5-38.6-2.5c-54.2%200-97.4%2014.4-127%2028.8c-3.4%201.6-6.5%203.3-9.5%204.9c-5.1%202.8-9.7%205.4-13.8%207.9c-3.3%202.1-6.3%204-8.9%205.7c-1.7%201.2-3.2%202.3-4.6%203.3c-1.9%201.4-3.5%202.5-4.6%203.4c-1.4%201.1-2.2%201.8-2.5%202c-13.2%2011.7-33.3%2010.5-45.1-2.8c-2.2-2.5-4-5.2-5.2-8.1s-2.1-5.9-2.5-8.9c-1.4-10.2%202.2-20.8%2010.4-28.2c.2-.2.6-.5%201.2-1l.3-.3l3.2-2.6c1.7-1.3%203.7-2.8%206.2-4.6c1.6-1.2%203.3-2.5%205.2-3.8c9.8-6.8%2024-15.7%2042.2-24.5c8.2-4%2017.2-7.9%2027-11.6V168.3c-9.6-3.7-18.6-7.6-26.8-11.5c-35.2-17.1-55.5-34.5-58.2-36.9c-13.2-11.7-14.4-31.9-2.7-45.2c11.7-13.2%2031.9-14.4%2045.1-2.7c1.4%201.2%2017%2014.2%2043.8%2027.2c29.6%2014.4%2072.8%2028.8%20127%2028.8s97.4-14.4%20127-28.8c26.8-13%2042.4-26%2043.8-27.2zM384.5%20186.3c-19.7%203.5-41%205.7-64%205.7s-44.3-2.2-64-5.7v267.4c12.6-2.3%2025.9-4%2039.9-4.9c7.8-.5%2015.8-.8%2024-.8c23%200%2044.4%202.2%2064%205.7V186.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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