chrome emoji
chrome from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- chrome
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the chrome emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="28" fill="#b1cc33"/><path fill="#fcea2b" fill-rule="evenodd" d="m34.312 27.158l.008.047a9 9 0 0 1 9.327 13.369L30.386 63.542C41.828 65.821 53.943 60.74 60.1 50.074c4.21-7.291 4.767-15.688 2.24-23.074H36q-.867.001-1.688.158" clip-rule="evenodd"/><path fill="#ea5a47" fill-rule="evenodd" d="M27 43.5L8.202 32.617C9.872 18.748 21.681 8 36 8c12.316 0 22.774 7.951 26.522 19H36a9 9 0 0 0-6.914 14.762z" clip-rule="evenodd"/><circle cx="36" cy="36" r="9" fill="#61b2e4"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="36" cy="36" r="28"/><path stroke-linecap="round" d="M36 26h23M44.66 41l-11.5 19.919M11.081 33.16L31 44.66"/><circle cx="36" cy="36" r="10"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiChrome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="28" fill="#b1cc33"/><path fill="#fcea2b" fillRule="evenodd" d="m34.312 27.158l.008.047a9 9 0 0 1 9.327 13.369L30.386 63.542C41.828 65.821 53.943 60.74 60.1 50.074c4.21-7.291 4.767-15.688 2.24-23.074H36q-.867.001-1.688.158" clipRule="evenodd"/><path fill="#ea5a47" fillRule="evenodd" d="M27 43.5L8.202 32.617C9.872 18.748 21.681 8 36 8c12.316 0 22.774 7.951 26.522 19H36a9 9 0 0 0-6.914 14.762z" clipRule="evenodd"/><circle cx="36" cy="36" r="9" fill="#61b2e4"/><g fill="none" stroke="#000" strokeWidth="2"><circle cx="36" cy="36" r="28"/><path strokeLinecap="round" d="M36 26h23M44.66 41l-11.5 19.919M11.081 33.16L31 44.66"/><circle cx="36" cy="36" r="10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="28" fill="#b1cc33"/><path fill="#fcea2b" fill-rule="evenodd" d="m34.312 27.158l.008.047a9 9 0 0 1 9.327 13.369L30.386 63.542C41.828 65.821 53.943 60.74 60.1 50.074c4.21-7.291 4.767-15.688 2.24-23.074H36q-.867.001-1.688.158" clip-rule="evenodd"/><path fill="#ea5a47" fill-rule="evenodd" d="M27 43.5L8.202 32.617C9.872 18.748 21.681 8 36 8c12.316 0 22.774 7.951 26.522 19H36a9 9 0 0 0-6.914 14.762z" clip-rule="evenodd"/><circle cx="36" cy="36" r="9" fill="#61b2e4"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="36" cy="36" r="28"/><path stroke-linecap="round" d="M36 26h23M44.66 41l-11.5 19.919M11.081 33.16L31 44.66"/><circle cx="36" cy="36" r="10"/></g></svg> </template>
CSS
.icon-chrome {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%20fill%3D%22%23b1cc33%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20fill-rule%3D%22evenodd%22%20d%3D%22m34.312%2027.158l.008.047a9%209%200%200%201%209.327%2013.369L30.386%2063.542C41.828%2065.821%2053.943%2060.74%2060.1%2050.074c4.21-7.291%204.767-15.688%202.24-23.074H36q-.867.001-1.688.158%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27%2043.5L8.202%2032.617C9.872%2018.748%2021.681%208%2036%208c12.316%200%2022.774%207.951%2026.522%2019H36a9%209%200%200%200-6.914%2014.762z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%229%22%20fill%3D%22%2361b2e4%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2026h23M44.66%2041l-11.5%2019.919M11.081%2033.16L31%2044.66%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2210%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%20fill%3D%22%23b1cc33%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20fill-rule%3D%22evenodd%22%20d%3D%22m34.312%2027.158l.008.047a9%209%200%200%201%209.327%2013.369L30.386%2063.542C41.828%2065.821%2053.943%2060.74%2060.1%2050.074c4.21-7.291%204.767-15.688%202.24-23.074H36q-.867.001-1.688.158%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27%2043.5L8.202%2032.617C9.872%2018.748%2021.681%208%2036%208c12.316%200%2022.774%207.951%2026.522%2019H36a9%209%200%200%200-6.914%2014.762z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%229%22%20fill%3D%22%2361b2e4%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2026h23M44.66%2041l-11.5%2019.919M11.081%2033.16L31%2044.66%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/chrome.svg?color=%231a73e8&size=48