google-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
google-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

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="M12 22h-.43A10.16 10.16 0 0 1 2 12.29a10 10 0 0 1 14.12-9.41a1.48 1.48 0 0 1 .77.86a1.47 1.47 0 0 1-.1 1.16L15.5 7.28a1.44 1.44 0 0 1-1.83.64A4.5 4.5 0 0 0 8.77 9a4.4 4.4 0 0 0-1.16 3.34a4.36 4.36 0 0 0 1.66 3a4.52 4.52 0 0 0 3.45 1a3.9 3.9 0 0 0 2.63-1.57h-2.9A1.45 1.45 0 0 1 11 13.33v-2.68a1.45 1.45 0 0 1 1.45-1.45h8.1A1.46 1.46 0 0 1 22 10.64v1.88A10 10 0 0 1 12 22m0-18a8 8 0 0 0-8 8.24A8.12 8.12 0 0 0 11.65 20A8 8 0 0 0 20 12.42V11.2h-7v1.58h5.31l-.41 1.3a6 6 0 0 1-4.9 4.25A6.58 6.58 0 0 1 8 17a6.33 6.33 0 0 1-.72-9.3A6.52 6.52 0 0 1 14 5.91l.77-1.43A7.9 7.9 0 0 0 12 4"/></svg>

React

import type { SVGProps } from "react";

export function EvaGoogleOutline(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 22h-.43A10.16 10.16 0 0 1 2 12.29a10 10 0 0 1 14.12-9.41a1.48 1.48 0 0 1 .77.86a1.47 1.47 0 0 1-.1 1.16L15.5 7.28a1.44 1.44 0 0 1-1.83.64A4.5 4.5 0 0 0 8.77 9a4.4 4.4 0 0 0-1.16 3.34a4.36 4.36 0 0 0 1.66 3a4.52 4.52 0 0 0 3.45 1a3.9 3.9 0 0 0 2.63-1.57h-2.9A1.45 1.45 0 0 1 11 13.33v-2.68a1.45 1.45 0 0 1 1.45-1.45h8.1A1.46 1.46 0 0 1 22 10.64v1.88A10 10 0 0 1 12 22m0-18a8 8 0 0 0-8 8.24A8.12 8.12 0 0 0 11.65 20A8 8 0 0 0 20 12.42V11.2h-7v1.58h5.31l-.41 1.3a6 6 0 0 1-4.9 4.25A6.58 6.58 0 0 1 8 17a6.33 6.33 0 0 1-.72-9.3A6.52 6.52 0 0 1 14 5.91l.77-1.43A7.9 7.9 0 0 0 12 4"/></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 22h-.43A10.16 10.16 0 0 1 2 12.29a10 10 0 0 1 14.12-9.41a1.48 1.48 0 0 1 .77.86a1.47 1.47 0 0 1-.1 1.16L15.5 7.28a1.44 1.44 0 0 1-1.83.64A4.5 4.5 0 0 0 8.77 9a4.4 4.4 0 0 0-1.16 3.34a4.36 4.36 0 0 0 1.66 3a4.52 4.52 0 0 0 3.45 1a3.9 3.9 0 0 0 2.63-1.57h-2.9A1.45 1.45 0 0 1 11 13.33v-2.68a1.45 1.45 0 0 1 1.45-1.45h8.1A1.46 1.46 0 0 1 22 10.64v1.88A10 10 0 0 1 12 22m0-18a8 8 0 0 0-8 8.24A8.12 8.12 0 0 0 11.65 20A8 8 0 0 0 20 12.42V11.2h-7v1.58h5.31l-.41 1.3a6 6 0 0 1-4.9 4.25A6.58 6.58 0 0 1 8 17a6.33 6.33 0 0 1-.72-9.3A6.52 6.52 0 0 1 14 5.91l.77-1.43A7.9 7.9 0 0 0 12 4"/></svg>
</template>

CSS

.icon-google-outline {
  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%2022h-.43A10.16%2010.16%200%200%201%202%2012.29a10%2010%200%200%201%2014.12-9.41a1.48%201.48%200%200%201%20.77.86a1.47%201.47%200%200%201-.1%201.16L15.5%207.28a1.44%201.44%200%200%201-1.83.64A4.5%204.5%200%200%200%208.77%209a4.4%204.4%200%200%200-1.16%203.34a4.36%204.36%200%200%200%201.66%203a4.52%204.52%200%200%200%203.45%201a3.9%203.9%200%200%200%202.63-1.57h-2.9A1.45%201.45%200%200%201%2011%2013.33v-2.68a1.45%201.45%200%200%201%201.45-1.45h8.1A1.46%201.46%200%200%201%2022%2010.64v1.88A10%2010%200%200%201%2012%2022m0-18a8%208%200%200%200-8%208.24A8.12%208.12%200%200%200%2011.65%2020A8%208%200%200%200%2020%2012.42V11.2h-7v1.58h5.31l-.41%201.3a6%206%200%200%201-4.9%204.25A6.58%206.58%200%200%201%208%2017a6.33%206.33%200%200%201-.72-9.3A6.52%206.52%200%200%201%2014%205.91l.77-1.43A7.9%207.9%200%200%200%2012%204%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%2022h-.43A10.16%2010.16%200%200%201%202%2012.29a10%2010%200%200%201%2014.12-9.41a1.48%201.48%200%200%201%20.77.86a1.47%201.47%200%200%201-.1%201.16L15.5%207.28a1.44%201.44%200%200%201-1.83.64A4.5%204.5%200%200%200%208.77%209a4.4%204.4%200%200%200-1.16%203.34a4.36%204.36%200%200%200%201.66%203a4.52%204.52%200%200%200%203.45%201a3.9%203.9%200%200%200%202.63-1.57h-2.9A1.45%201.45%200%200%201%2011%2013.33v-2.68a1.45%201.45%200%200%201%201.45-1.45h8.1A1.46%201.46%200%200%201%2022%2010.64v1.88A10%2010%200%200%201%2012%2022m0-18a8%208%200%200%200-8%208.24A8.12%208.12%200%200%200%2011.65%2020A8%208%200%200%200%2020%2012.42V11.2h-7v1.58h5.31l-.41%201.3a6%206%200%200%201-4.9%204.25A6.58%206.58%200%200%201%208%2017a6.33%206.33%200%200%201-.72-9.3A6.52%206.52%200%200%201%2014%205.91l.77-1.43A7.9%207.9%200%200%200%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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