gemini emoji
gemini from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- gemini
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
gemini-filledAnt Design IconsgeminiBoxicons BrandsgeminiFont Awesome SolidgeminiFluent EmojigeminiFluent Emoji FlatgeminiFluent Emoji High ContrastgeminiFirefox OS EmojigeminiIconParkgeminiIconPark OutlinegeminiMaterial Icon Themegemini-fillMingCute IcongeminiNoto EmojigeminiOpenMojigemini-fillRemix IcongeminiWeb3 IconsgeminiWeb3 Icons BrandedgeminiTwitter Emoji
More symbols icons from Emoji One (Colored)
Use the gemini emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff8736"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M50 46c-4.1-1.1-8.3-1.9-12.5-2.2V20.2c4.2-.3 8.4-1.1 12.5-2.2c1.8-.5 1.1-3.4-.8-2.9c-11.2 3.1-23.1 3.1-34.3 0c-1.9-.5-2.7 2.4-.9 2.9c4 1.1 8.2 1.8 12.3 2.2v23.6c-4.2.3-8.3 1.1-12.3 2.2c-1.8.5-1.1 3.4.8 2.9c11.2-3.1 23.1-3.1 34.3 0c1.9.6 2.7-2.4.9-2.9zm-20.7-2.4V20.4c1.7.1 3.5.1 5.2 0v23.2c-1.7-.1-3.4-.1-5.2 0z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneGemini(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff8736"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M50 46c-4.1-1.1-8.3-1.9-12.5-2.2V20.2c4.2-.3 8.4-1.1 12.5-2.2c1.8-.5 1.1-3.4-.8-2.9c-11.2 3.1-23.1 3.1-34.3 0c-1.9-.5-2.7 2.4-.9 2.9c4 1.1 8.2 1.8 12.3 2.2v23.6c-4.2.3-8.3 1.1-12.3 2.2c-1.8.5-1.1 3.4.8 2.9c11.2-3.1 23.1-3.1 34.3 0c1.9.6 2.7-2.4.9-2.9zm-20.7-2.4V20.4c1.7.1 3.5.1 5.2 0v23.2c-1.7-.1-3.4-.1-5.2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff8736"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M50 46c-4.1-1.1-8.3-1.9-12.5-2.2V20.2c4.2-.3 8.4-1.1 12.5-2.2c1.8-.5 1.1-3.4-.8-2.9c-11.2 3.1-23.1 3.1-34.3 0c-1.9-.5-2.7 2.4-.9 2.9c4 1.1 8.2 1.8 12.3 2.2v23.6c-4.2.3-8.3 1.1-12.3 2.2c-1.8.5-1.1 3.4.8 2.9c11.2-3.1 23.1-3.1 34.3 0c1.9.6 2.7-2.4.9-2.9zm-20.7-2.4V20.4c1.7.1 3.5.1 5.2 0v23.2c-1.7-.1-3.4-.1-5.2 0z"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff8736%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M50%2046c-4.1-1.1-8.3-1.9-12.5-2.2V20.2c4.2-.3%208.4-1.1%2012.5-2.2c1.8-.5%201.1-3.4-.8-2.9c-11.2%203.1-23.1%203.1-34.3%200c-1.9-.5-2.7%202.4-.9%202.9c4%201.1%208.2%201.8%2012.3%202.2v23.6c-4.2.3-8.3%201.1-12.3%202.2c-1.8.5-1.1%203.4.8%202.9c11.2-3.1%2023.1-3.1%2034.3%200c1.9.6%202.7-2.4.9-2.9zm-20.7-2.4V20.4c1.7.1%203.5.1%205.2%200v23.2c-1.7-.1-3.4-.1-5.2%200z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff8736%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M50%2046c-4.1-1.1-8.3-1.9-12.5-2.2V20.2c4.2-.3%208.4-1.1%2012.5-2.2c1.8-.5%201.1-3.4-.8-2.9c-11.2%203.1-23.1%203.1-34.3%200c-1.9-.5-2.7%202.4-.9%202.9c4%201.1%208.2%201.8%2012.3%202.2v23.6c-4.2.3-8.3%201.1-12.3%202.2c-1.8.5-1.1%203.4.8%202.9c11.2-3.1%2023.1-3.1%2034.3%200c1.9.6%202.7-2.4.9-2.9zm-20.7-2.4V20.4c1.7.1%203.5.1%205.2%200v23.2c-1.7-.1-3.4-.1-5.2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/gemini.svg?color=%231a73e8&size=48