Googlegemini Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlegemini icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314531.svg" alt="Googlegemini icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314531.svg" alt="Googlegemini icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314531.svg" alt="Googlegemini icon" :width="24" :height="24" />
CSS background
.icon-googlegemini {
background-image: url('https://proicons.com/icon/314531.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Google Gemini</title><path d="M11.04 19.32Q12 21.51 12 24q0-2.49.93-4.68.96-2.19 2.58-3.81t3.81-2.55Q21.51 12 24 12q-2.49 0-4.68-.93a12.3 12.3 0 0 1-3.81-2.58 12.3 12.3 0 0 1-2.58-3.81Q12 2.49 12 0q0 2.49-.96 4.68-.93 2.19-2.55 3.81a12.3 12.3 0 0 1-3.81 2.58Q2.49 12 0 12q2.49 0 4.68.96 2.19.93 3.81 2.55t2.55 3.81"/></svg>
Copied!