google circle icon

google-circle-solid from Iconoir by Luca Burgio · Solid · Social · MIT Free for personal and commercial use.

Name
google-circle-solid
Set
Iconoir
Style
Solid
Category
Social
Viewbox
24×24
License
MIT

1 other variant in Iconoir

The same icon in other sets

More social icons from Iconoir

Use the google circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25m.109 5C8.888 6.25 6.25 8.81 6.25 12s2.638 5.75 5.859 5.75c1.942 0 3.34-.73 4.262-1.797c.9-1.044 1.299-2.356 1.377-3.484l.056-.802h-4.963v1.5h3.288c-.153.642-.442 1.282-.894 1.806c-.622.721-1.599 1.277-3.126 1.277c-2.423 0-4.359-1.918-4.359-4.25s1.936-4.25 4.359-4.25c1.135 0 2.166.422 2.939 1.113l.999-1.12a5.9 5.9 0 0 0-3.938-1.493" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirGoogleCircleSolid(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" fillRule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25m.109 5C8.888 6.25 6.25 8.81 6.25 12s2.638 5.75 5.859 5.75c1.942 0 3.34-.73 4.262-1.797c.9-1.044 1.299-2.356 1.377-3.484l.056-.802h-4.963v1.5h3.288c-.153.642-.442 1.282-.894 1.806c-.622.721-1.599 1.277-3.126 1.277c-2.423 0-4.359-1.918-4.359-4.25s1.936-4.25 4.359-4.25c1.135 0 2.166.422 2.939 1.113l.999-1.12a5.9 5.9 0 0 0-3.938-1.493" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25m.109 5C8.888 6.25 6.25 8.81 6.25 12s2.638 5.75 5.859 5.75c1.942 0 3.34-.73 4.262-1.797c.9-1.044 1.299-2.356 1.377-3.484l.056-.802h-4.963v1.5h3.288c-.153.642-.442 1.282-.894 1.806c-.622.721-1.599 1.277-3.126 1.277c-2.423 0-4.359-1.918-4.359-4.25s1.936-4.25 4.359-4.25c1.135 0 2.166.422 2.939 1.113l.999-1.12a5.9 5.9 0 0 0-3.938-1.493" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-google-circle-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25m.109%205C8.888%206.25%206.25%208.81%206.25%2012s2.638%205.75%205.859%205.75c1.942%200%203.34-.73%204.262-1.797c.9-1.044%201.299-2.356%201.377-3.484l.056-.802h-4.963v1.5h3.288c-.153.642-.442%201.282-.894%201.806c-.622.721-1.599%201.277-3.126%201.277c-2.423%200-4.359-1.918-4.359-4.25s1.936-4.25%204.359-4.25c1.135%200%202.166.422%202.939%201.113l.999-1.12a5.9%205.9%200%200%200-3.938-1.493%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012S17.937%201.25%2012%201.25m.109%205C8.888%206.25%206.25%208.81%206.25%2012s2.638%205.75%205.859%205.75c1.942%200%203.34-.73%204.262-1.797c.9-1.044%201.299-2.356%201.377-3.484l.056-.802h-4.963v1.5h3.288c-.153.642-.442%201.282-.894%201.806c-.622.721-1.599%201.277-3.126%201.277c-2.423%200-4.359-1.918-4.359-4.25s1.936-4.25%204.359-4.25c1.135%200%202.166.422%202.939%201.113l.999-1.12a5.9%205.9%200%200%200-3.938-1.493%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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