google plus icon

google-plus from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
google-plus
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the google plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5.5 24 24"><path fill="currentColor" d="M17.5 5V2.5h-1.25V5h-2.5v1.25h2.5v2.5h1.25v-2.5H20V5zM6.25 5v2.5h3.536A3.76 3.76 0 0 1 6.25 10A3.755 3.755 0 0 1 2.5 6.25A3.755 3.755 0 0 1 6.25 2.5c.896 0 1.759.321 2.429.905L10.32 1.52A6.2 6.2 0 0 0 6.25 0A6.257 6.257 0 0 0 0 6.25a6.257 6.257 0 0 0 6.25 6.25a6.257 6.257 0 0 0 6.25-6.25V5z"/></svg>

React

import type { SVGProps } from "react";

export function JamGooglePlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5.5 24 24"><path fill="currentColor" d="M17.5 5V2.5h-1.25V5h-2.5v1.25h2.5v2.5h1.25v-2.5H20V5zM6.25 5v2.5h3.536A3.76 3.76 0 0 1 6.25 10A3.755 3.755 0 0 1 2.5 6.25A3.755 3.755 0 0 1 6.25 2.5c.896 0 1.759.321 2.429.905L10.32 1.52A6.2 6.2 0 0 0 6.25 0A6.257 6.257 0 0 0 0 6.25a6.257 6.257 0 0 0 6.25 6.25a6.257 6.257 0 0 0 6.25-6.25V5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -5.5 24 24"><path fill="currentColor" d="M17.5 5V2.5h-1.25V5h-2.5v1.25h2.5v2.5h1.25v-2.5H20V5zM6.25 5v2.5h3.536A3.76 3.76 0 0 1 6.25 10A3.755 3.755 0 0 1 2.5 6.25A3.755 3.755 0 0 1 6.25 2.5c.896 0 1.759.321 2.429.905L10.32 1.52A6.2 6.2 0 0 0 6.25 0A6.257 6.257 0 0 0 0 6.25a6.257 6.257 0 0 0 6.25 6.25a6.257 6.257 0 0 0 6.25-6.25V5z"/></svg>
</template>

CSS

.icon-google-plus {
  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%22-2%20-5.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%205V2.5h-1.25V5h-2.5v1.25h2.5v2.5h1.25v-2.5H20V5zM6.25%205v2.5h3.536A3.76%203.76%200%200%201%206.25%2010A3.755%203.755%200%200%201%202.5%206.25A3.755%203.755%200%200%201%206.25%202.5c.896%200%201.759.321%202.429.905L10.32%201.52A6.2%206.2%200%200%200%206.25%200A6.257%206.257%200%200%200%200%206.25a6.257%206.257%200%200%200%206.25%206.25a6.257%206.257%200%200%200%206.25-6.25V5z%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%22-2%20-5.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%205V2.5h-1.25V5h-2.5v1.25h2.5v2.5h1.25v-2.5H20V5zM6.25%205v2.5h3.536A3.76%203.76%200%200%201%206.25%2010A3.755%203.755%200%200%201%202.5%206.25A3.755%203.755%200%200%201%206.25%202.5c.896%200%201.759.321%202.429.905L10.32%201.52A6.2%206.2%200%200%200%206.25%200A6.257%206.257%200%200%200%200%206.25a6.257%206.257%200%200%200%206.25%206.25a6.257%206.257%200%200%200%206.25-6.25V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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