Gemini Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gemini 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/326438.svg" alt="Gemini icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326438.svg" alt="Gemini icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326438.svg" alt="Gemini icon" :width="24" :height="24" />
CSS background
.icon-gemini {
background-image: url('https://proicons.com/icon/326438.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.1667,30.1667c.0002,4.9885-3.0048,9.4859-7.6136,11.395-4.6085,1.9087-9.913.8536-13.4402-2.6736-3.5271-3.5272-4.5823-8.8317-2.6736-13.4402,1.909-4.6088,6.4064-7.6138,11.395-7.6136"/><path class="b" d="M17.8333,17.8333c-.0002-4.9885,3.0048-9.4859,7.6136-11.395,4.6085-1.9087,9.913-.8536,13.4403,2.6736,3.5271,3.5272,4.5823,8.8317,2.6736,13.4403-1.909,4.6088-6.4064,7.6138-11.395,7.6136"/><path class="b" d="M42.5,17.8333h-24.6667l-.0002,12.3333"/><path class="b" d="M5.5,30.1667h24.6667l.0002-12.3333"/></svg>
Copied!