google from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
google
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the google icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.222 5.977a5.4 5.4 0 0 1 3.823 1.496l2.868-2.868A9.6 9.6 0 0 0 12.222 2a10 10 0 0 0-8.937 5.51l3.341 2.59a5.96 5.96 0 0 1 5.596-4.123" opacity=".7"/><path fill="currentColor" d="M3.285 7.51a10.01 10.01 0 0 0 0 8.98l3.341-2.59a5.9 5.9 0 0 1 0-3.8z"/><path fill="currentColor" d="M15.608 17.068A6.033 6.033 0 0 1 6.626 13.9l-3.34 2.59A10 10 0 0 0 12.221 22a9.55 9.55 0 0 0 6.618-2.423z" opacity=".5"/><path fill="currentColor" d="M21.64 10.182h-9.418v3.868h5.382a4.6 4.6 0 0 1-1.996 3.018l-.01.006l.01-.006l3.232 2.51a9.75 9.75 0 0 0 2.982-7.35q0-1.032-.182-2.046" opacity=".25"/></svg>

React

import type { SVGProps } from "react";

export function UimGoogle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.222 5.977a5.4 5.4 0 0 1 3.823 1.496l2.868-2.868A9.6 9.6 0 0 0 12.222 2a10 10 0 0 0-8.937 5.51l3.341 2.59a5.96 5.96 0 0 1 5.596-4.123" opacity=".7"/><path fill="currentColor" d="M3.285 7.51a10.01 10.01 0 0 0 0 8.98l3.341-2.59a5.9 5.9 0 0 1 0-3.8z"/><path fill="currentColor" d="M15.608 17.068A6.033 6.033 0 0 1 6.626 13.9l-3.34 2.59A10 10 0 0 0 12.221 22a9.55 9.55 0 0 0 6.618-2.423z" opacity=".5"/><path fill="currentColor" d="M21.64 10.182h-9.418v3.868h5.382a4.6 4.6 0 0 1-1.996 3.018l-.01.006l.01-.006l3.232 2.51a9.75 9.75 0 0 0 2.982-7.35q0-1.032-.182-2.046" opacity=".25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.222 5.977a5.4 5.4 0 0 1 3.823 1.496l2.868-2.868A9.6 9.6 0 0 0 12.222 2a10 10 0 0 0-8.937 5.51l3.341 2.59a5.96 5.96 0 0 1 5.596-4.123" opacity=".7"/><path fill="currentColor" d="M3.285 7.51a10.01 10.01 0 0 0 0 8.98l3.341-2.59a5.9 5.9 0 0 1 0-3.8z"/><path fill="currentColor" d="M15.608 17.068A6.033 6.033 0 0 1 6.626 13.9l-3.34 2.59A10 10 0 0 0 12.221 22a9.55 9.55 0 0 0 6.618-2.423z" opacity=".5"/><path fill="currentColor" d="M21.64 10.182h-9.418v3.868h5.382a4.6 4.6 0 0 1-1.996 3.018l-.01.006l.01-.006l3.232 2.51a9.75 9.75 0 0 0 2.982-7.35q0-1.032-.182-2.046" opacity=".25"/></svg>
</template>

CSS

.icon-google {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.222%205.977a5.4%205.4%200%200%201%203.823%201.496l2.868-2.868A9.6%209.6%200%200%200%2012.222%202a10%2010%200%200%200-8.937%205.51l3.341%202.59a5.96%205.96%200%200%201%205.596-4.123%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.285%207.51a10.01%2010.01%200%200%200%200%208.98l3.341-2.59a5.9%205.9%200%200%201%200-3.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.608%2017.068A6.033%206.033%200%200%201%206.626%2013.9l-3.34%202.59A10%2010%200%200%200%2012.221%2022a9.55%209.55%200%200%200%206.618-2.423z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.64%2010.182h-9.418v3.868h5.382a4.6%204.6%200%200%201-1.996%203.018l-.01.006l.01-.006l3.232%202.51a9.75%209.75%200%200%200%202.982-7.35q0-1.032-.182-2.046%22%20opacity%3D%22.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.222%205.977a5.4%205.4%200%200%201%203.823%201.496l2.868-2.868A9.6%209.6%200%200%200%2012.222%202a10%2010%200%200%200-8.937%205.51l3.341%202.59a5.96%205.96%200%200%201%205.596-4.123%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.285%207.51a10.01%2010.01%200%200%200%200%208.98l3.341-2.59a5.9%205.9%200%200%201%200-3.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.608%2017.068A6.033%206.033%200%200%201%206.626%2013.9l-3.34%202.59A10%2010%200%200%200%2012.221%2022a9.55%209.55%200%200%200%206.618-2.423z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.64%2010.182h-9.418v3.868h5.382a4.6%204.6%200%200%201-1.996%203.018l-.01.006l.01-.006l3.232%202.51a9.75%209.75%200%200%200%202.982-7.35q0-1.032-.182-2.046%22%20opacity%3D%22.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/google.svg?color=%231a73e8&size=48