google from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
google
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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="m19.76 10.77l-.09-.35h-7.44v3.16h4.45a4.45 4.45 0 0 1-4.36 3.34a5.2 5.2 0 0 1-3.5-1.39A5 5 0 0 1 7.33 12a5.14 5.14 0 0 1 1.46-3.53a5 5 0 0 1 3.48-1.37a4.55 4.55 0 0 1 3 1.16L17.47 6a7.88 7.88 0 0 0-5.27-2a8.14 8.14 0 0 0-5.77 2.35a8.15 8.15 0 0 0-.09 11.21a8.37 8.37 0 0 0 6 2.44a7.45 7.45 0 0 0 5.41-2.27a8 8 0 0 0 2.08-5.54a10 10 0 0 0-.07-1.42"/></svg>

React

import type { SVGProps } from "react";

export function PrimeGoogle(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="m19.76 10.77l-.09-.35h-7.44v3.16h4.45a4.45 4.45 0 0 1-4.36 3.34a5.2 5.2 0 0 1-3.5-1.39A5 5 0 0 1 7.33 12a5.14 5.14 0 0 1 1.46-3.53a5 5 0 0 1 3.48-1.37a4.55 4.55 0 0 1 3 1.16L17.47 6a7.88 7.88 0 0 0-5.27-2a8.14 8.14 0 0 0-5.77 2.35a8.15 8.15 0 0 0-.09 11.21a8.37 8.37 0 0 0 6 2.44a7.45 7.45 0 0 0 5.41-2.27a8 8 0 0 0 2.08-5.54a10 10 0 0 0-.07-1.42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.76 10.77l-.09-.35h-7.44v3.16h4.45a4.45 4.45 0 0 1-4.36 3.34a5.2 5.2 0 0 1-3.5-1.39A5 5 0 0 1 7.33 12a5.14 5.14 0 0 1 1.46-3.53a5 5 0 0 1 3.48-1.37a4.55 4.55 0 0 1 3 1.16L17.47 6a7.88 7.88 0 0 0-5.27-2a8.14 8.14 0 0 0-5.77 2.35a8.15 8.15 0 0 0-.09 11.21a8.37 8.37 0 0 0 6 2.44a7.45 7.45 0 0 0 5.41-2.27a8 8 0 0 0 2.08-5.54a10 10 0 0 0-.07-1.42"/></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%22m19.76%2010.77l-.09-.35h-7.44v3.16h4.45a4.45%204.45%200%200%201-4.36%203.34a5.2%205.2%200%200%201-3.5-1.39A5%205%200%200%201%207.33%2012a5.14%205.14%200%200%201%201.46-3.53a5%205%200%200%201%203.48-1.37a4.55%204.55%200%200%201%203%201.16L17.47%206a7.88%207.88%200%200%200-5.27-2a8.14%208.14%200%200%200-5.77%202.35a8.15%208.15%200%200%200-.09%2011.21a8.37%208.37%200%200%200%206%202.44a7.45%207.45%200%200%200%205.41-2.27a8%208%200%200%200%202.08-5.54a10%2010%200%200%200-.07-1.42%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%22m19.76%2010.77l-.09-.35h-7.44v3.16h4.45a4.45%204.45%200%200%201-4.36%203.34a5.2%205.2%200%200%201-3.5-1.39A5%205%200%200%201%207.33%2012a5.14%205.14%200%200%201%201.46-3.53a5%205%200%200%201%203.48-1.37a4.55%204.55%200%200%201%203%201.16L17.47%206a7.88%207.88%200%200%200-5.27-2a8.14%208.14%200%200%200-5.77%202.35a8.15%208.15%200%200%200-.09%2011.21a8.37%208.37%200%200%200%206%202.44a7.45%207.45%200%200%200%205.41-2.27a8%208%200%200%200%202.08-5.54a10%2010%200%200%200-.07-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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