google gemini icon
google-gemini from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- google-gemini
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the google gemini icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.987 0c.167 0 .313.114.354.277q.188.747.492 1.453a10.3 10.3 0 0 0 2.18 3.231a10.26 10.26 0 0 0 4.684 2.672a.365.365 0 0 1 0 .708q-.747.188-1.454.492a10.3 10.3 0 0 0-3.23 2.18a10.26 10.26 0 0 0-2.672 4.684a.365.365 0 0 1-.708 0a10.25 10.25 0 0 0-2.672-4.684A10.26 10.26 0 0 0 .277 8.34a.366.366 0 0 1 0-.708q.747-.188 1.453-.492a10.3 10.3 0 0 0 3.231-2.18A10.25 10.25 0 0 0 7.633.277A.366.366 0 0 1 7.987 0"/></svg>
React
import type { SVGProps } from "react";
export function CodiconGoogleGemini(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.987 0c.167 0 .313.114.354.277q.188.747.492 1.453a10.3 10.3 0 0 0 2.18 3.231a10.26 10.26 0 0 0 4.684 2.672a.365.365 0 0 1 0 .708q-.747.188-1.454.492a10.3 10.3 0 0 0-3.23 2.18a10.26 10.26 0 0 0-2.672 4.684a.365.365 0 0 1-.708 0a10.25 10.25 0 0 0-2.672-4.684A10.26 10.26 0 0 0 .277 8.34a.366.366 0 0 1 0-.708q.747-.188 1.453-.492a10.3 10.3 0 0 0 3.231-2.18A10.25 10.25 0 0 0 7.633.277A.366.366 0 0 1 7.987 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.987 0c.167 0 .313.114.354.277q.188.747.492 1.453a10.3 10.3 0 0 0 2.18 3.231a10.26 10.26 0 0 0 4.684 2.672a.365.365 0 0 1 0 .708q-.747.188-1.454.492a10.3 10.3 0 0 0-3.23 2.18a10.26 10.26 0 0 0-2.672 4.684a.365.365 0 0 1-.708 0a10.25 10.25 0 0 0-2.672-4.684A10.26 10.26 0 0 0 .277 8.34a.366.366 0 0 1 0-.708q.747-.188 1.453-.492a10.3 10.3 0 0 0 3.231-2.18A10.25 10.25 0 0 0 7.633.277A.366.366 0 0 1 7.987 0"/></svg> </template>
CSS
.icon-google-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.987%200c.167%200%20.313.114.354.277q.188.747.492%201.453a10.3%2010.3%200%200%200%202.18%203.231a10.26%2010.26%200%200%200%204.684%202.672a.365.365%200%200%201%200%20.708q-.747.188-1.454.492a10.3%2010.3%200%200%200-3.23%202.18a10.26%2010.26%200%200%200-2.672%204.684a.365.365%200%200%201-.708%200a10.25%2010.25%200%200%200-2.672-4.684A10.26%2010.26%200%200%200%20.277%208.34a.366.366%200%200%201%200-.708q.747-.188%201.453-.492a10.3%2010.3%200%200%200%203.231-2.18A10.25%2010.25%200%200%200%207.633.277A.366.366%200%200%201%207.987%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.987%200c.167%200%20.313.114.354.277q.188.747.492%201.453a10.3%2010.3%200%200%200%202.18%203.231a10.26%2010.26%200%200%200%204.684%202.672a.365.365%200%200%201%200%20.708q-.747.188-1.454.492a10.3%2010.3%200%200%200-3.23%202.18a10.26%2010.26%200%200%200-2.672%204.684a.365.365%200%200%201-.708%200a10.25%2010.25%200%200%200-2.672-4.684A10.26%2010.26%200%200%200%20.277%208.34a.366.366%200%200%201%200-.708q.747-.188%201.453-.492a10.3%2010.3%200%200%200%203.231-2.18A10.25%2010.25%200%200%200%207.633.277A.366.366%200%200%201%207.987%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/google-gemini.svg?color=%231a73e8&size=48