google plus logo
google-plus from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- google-plus
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×258
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
google-2014google-360suitegoogle-admobgoogle-adsgoogle-adsensegoogle-adwordsgoogle-aistudiogoogle-aistudio-darkgoogle-analyticsgoogle-bardgoogle-bard-icongoogle-calendargoogle-calendar-2020google-cloudgoogle-cloud-functionsgoogle-cloud-platformgoogle-cloud-rungoogle-currentsgoogle-data-studiogoogle-developersgoogle-developers-icongoogle-domainsgoogle-domains-icongoogle-drive
Use the google plus logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 258"><defs><filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="ssvg-id-google-plusa"><feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.168 0" in="shadowBlurOuter1" result="shadowMatrixOuter1"/><feOffset in="SourceAlpha" result="shadowOffsetOuter2"/><feGaussianBlur stdDeviation="1" in="shadowOffsetOuter2" result="shadowBlurOuter2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.084 0" in="shadowBlurOuter2" result="shadowMatrixOuter2"/><feMerge><feMergeNode in="shadowMatrixOuter1"/><feMergeNode in="shadowMatrixOuter2"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g fill="none" transform="translate(2 2)"><rect fill="#DC4E41" filter="url(#ssvg-id-google-plusa)" width="252" height="252" rx="7"/><path d="M100.8 119.7v15.12h25.011c-1.008 6.489-7.56 19.026-25.011 19.026c-15.057 0-27.342-12.474-27.342-27.846S85.743 98.154 100.8 98.154c8.568 0 14.301 3.654 17.577 6.804l11.97-11.529C122.661 86.247 112.707 81.9 100.8 81.9c-24.381 0-44.1 19.719-44.1 44.1s19.719 44.1 44.1 44.1c25.452 0 42.336-17.892 42.336-43.092c0-2.898-.315-5.103-.693-7.308H100.8z" fill="#FFF"/><path d="M100.8 120.456h41.643c.441 2.079.693 4.284.693 6.93v-.441c0-2.898-.315-5.103-.693-7.308H100.8v.819zm0-37.8c11.655 0 21.483 4.221 29.043 11.151l.441-.441C122.661 86.247 112.707 81.9 100.8 81.9c-24.381 0-44.1 19.719-44.1 44.1v.378c.252-24.129 19.908-43.722 44.1-43.722zm0 71.946c17.451 0 24.003-12.474 25.011-19.026h-.189c-1.386 6.678-8.001 18.207-24.822 18.207c-14.931 0-27.09-12.285-27.279-27.405c0 .126-.063.252-.063.378c0 15.372 12.285 27.846 27.342 27.846z" opacity=".4" fill="#FFF"/><path d="M100.8 98.154c-15.057 0-27.342 12.474-27.342 27.846c0 .126.063.252.063.378c.189-15.183 12.348-27.405 27.279-27.405c8.568 0 14.301 3.654 17.577 6.804l11.97-11.529c-.126-.126-.315-.252-.441-.378l-11.529 11.151c-3.276-3.15-9.009-6.867-17.577-6.867zm0 36.666v.756h24.822c.063-.252.126-.567.189-.756H100.8z" opacity=".1" fill="#3E2723"/><path d="M100.8 170.1c-24.192 0-43.848-19.53-44.1-43.722v.378c0 24.381 19.719 44.1 44.1 44.1c25.452 0 42.336-17.892 42.336-43.092v-.378c-.189 25.011-17.01 42.714-42.336 42.714z" opacity=".1" fill="#3E2723"/><path d="M195.3 119.7h-12.6v-12.6h-12.6v12.6h-12.6v12.6h12.6v12.6h12.6v-12.6h12.6" fill="#FFF"/><path d="M182.7 119.7h12.6v.756h-12.6v-.756zm-12.6-12.6h12.6v.756h-12.6v-.756zm-12.6 12.6h12.6v.756h-12.6v-.756z" opacity=".4" fill="#FFF"/><path d="M157.5 132.3h12.6v.756h-12.6v-.756zm25.2 0h12.6v.756h-12.6v-.756zm-12.6 12.6h12.6v.756h-12.6v-.756z" opacity=".1" fill="#3E2723"/><path d="M25.2 25.2h201.6v201.6H25.2V25.2z"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosGooglePlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 258"><defs><filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="ssvgId-googlePlusa"><feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.168 0" in="shadowBlurOuter1" result="shadowMatrixOuter1"/><feOffset in="SourceAlpha" result="shadowOffsetOuter2"/><feGaussianBlur stdDeviation="1" in="shadowOffsetOuter2" result="shadowBlurOuter2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.084 0" in="shadowBlurOuter2" result="shadowMatrixOuter2"/><feMerge><feMergeNode in="shadowMatrixOuter1"/><feMergeNode in="shadowMatrixOuter2"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g fill="none" transform="translate(2 2)"><rect fill="#DC4E41" filter="url(#ssvgId-googlePlusa)" width="252" height="252" rx="7"/><path d="M100.8 119.7v15.12h25.011c-1.008 6.489-7.56 19.026-25.011 19.026c-15.057 0-27.342-12.474-27.342-27.846S85.743 98.154 100.8 98.154c8.568 0 14.301 3.654 17.577 6.804l11.97-11.529C122.661 86.247 112.707 81.9 100.8 81.9c-24.381 0-44.1 19.719-44.1 44.1s19.719 44.1 44.1 44.1c25.452 0 42.336-17.892 42.336-43.092c0-2.898-.315-5.103-.693-7.308H100.8z" fill="#FFF"/><path d="M100.8 120.456h41.643c.441 2.079.693 4.284.693 6.93v-.441c0-2.898-.315-5.103-.693-7.308H100.8v.819zm0-37.8c11.655 0 21.483 4.221 29.043 11.151l.441-.441C122.661 86.247 112.707 81.9 100.8 81.9c-24.381 0-44.1 19.719-44.1 44.1v.378c.252-24.129 19.908-43.722 44.1-43.722zm0 71.946c17.451 0 24.003-12.474 25.011-19.026h-.189c-1.386 6.678-8.001 18.207-24.822 18.207c-14.931 0-27.09-12.285-27.279-27.405c0 .126-.063.252-.063.378c0 15.372 12.285 27.846 27.342 27.846z" opacity=".4" fill="#FFF"/><path d="M100.8 98.154c-15.057 0-27.342 12.474-27.342 27.846c0 .126.063.252.063.378c.189-15.183 12.348-27.405 27.279-27.405c8.568 0 14.301 3.654 17.577 6.804l11.97-11.529c-.126-.126-.315-.252-.441-.378l-11.529 11.151c-3.276-3.15-9.009-6.867-17.577-6.867zm0 36.666v.756h24.822c.063-.252.126-.567.189-.756H100.8z" opacity=".1" fill="#3E2723"/><path d="M100.8 170.1c-24.192 0-43.848-19.53-44.1-43.722v.378c0 24.381 19.719 44.1 44.1 44.1c25.452 0 42.336-17.892 42.336-43.092v-.378c-.189 25.011-17.01 42.714-42.336 42.714z" opacity=".1" fill="#3E2723"/><path d="M195.3 119.7h-12.6v-12.6h-12.6v12.6h-12.6v12.6h12.6v12.6h12.6v-12.6h12.6" fill="#FFF"/><path d="M182.7 119.7h12.6v.756h-12.6v-.756zm-12.6-12.6h12.6v.756h-12.6v-.756zm-12.6 12.6h12.6v.756h-12.6v-.756z" opacity=".4" fill="#FFF"/><path d="M157.5 132.3h12.6v.756h-12.6v-.756zm25.2 0h12.6v.756h-12.6v-.756zm-12.6 12.6h12.6v.756h-12.6v-.756z" opacity=".1" fill="#3E2723"/><path d="M25.2 25.2h201.6v201.6H25.2V25.2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 258"><defs><filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="ssvg-id-google-plusa"><feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.168 0" in="shadowBlurOuter1" result="shadowMatrixOuter1"/><feOffset in="SourceAlpha" result="shadowOffsetOuter2"/><feGaussianBlur stdDeviation="1" in="shadowOffsetOuter2" result="shadowBlurOuter2"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.084 0" in="shadowBlurOuter2" result="shadowMatrixOuter2"/><feMerge><feMergeNode in="shadowMatrixOuter1"/><feMergeNode in="shadowMatrixOuter2"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g fill="none" transform="translate(2 2)"><rect fill="#DC4E41" filter="url(#ssvg-id-google-plusa)" width="252" height="252" rx="7"/><path d="M100.8 119.7v15.12h25.011c-1.008 6.489-7.56 19.026-25.011 19.026c-15.057 0-27.342-12.474-27.342-27.846S85.743 98.154 100.8 98.154c8.568 0 14.301 3.654 17.577 6.804l11.97-11.529C122.661 86.247 112.707 81.9 100.8 81.9c-24.381 0-44.1 19.719-44.1 44.1s19.719 44.1 44.1 44.1c25.452 0 42.336-17.892 42.336-43.092c0-2.898-.315-5.103-.693-7.308H100.8z" fill="#FFF"/><path d="M100.8 120.456h41.643c.441 2.079.693 4.284.693 6.93v-.441c0-2.898-.315-5.103-.693-7.308H100.8v.819zm0-37.8c11.655 0 21.483 4.221 29.043 11.151l.441-.441C122.661 86.247 112.707 81.9 100.8 81.9c-24.381 0-44.1 19.719-44.1 44.1v.378c.252-24.129 19.908-43.722 44.1-43.722zm0 71.946c17.451 0 24.003-12.474 25.011-19.026h-.189c-1.386 6.678-8.001 18.207-24.822 18.207c-14.931 0-27.09-12.285-27.279-27.405c0 .126-.063.252-.063.378c0 15.372 12.285 27.846 27.342 27.846z" opacity=".4" fill="#FFF"/><path d="M100.8 98.154c-15.057 0-27.342 12.474-27.342 27.846c0 .126.063.252.063.378c.189-15.183 12.348-27.405 27.279-27.405c8.568 0 14.301 3.654 17.577 6.804l11.97-11.529c-.126-.126-.315-.252-.441-.378l-11.529 11.151c-3.276-3.15-9.009-6.867-17.577-6.867zm0 36.666v.756h24.822c.063-.252.126-.567.189-.756H100.8z" opacity=".1" fill="#3E2723"/><path d="M100.8 170.1c-24.192 0-43.848-19.53-44.1-43.722v.378c0 24.381 19.719 44.1 44.1 44.1c25.452 0 42.336-17.892 42.336-43.092v-.378c-.189 25.011-17.01 42.714-42.336 42.714z" opacity=".1" fill="#3E2723"/><path d="M195.3 119.7h-12.6v-12.6h-12.6v12.6h-12.6v12.6h12.6v12.6h12.6v-12.6h12.6" fill="#FFF"/><path d="M182.7 119.7h12.6v.756h-12.6v-.756zm-12.6-12.6h12.6v.756h-12.6v-.756zm-12.6 12.6h12.6v.756h-12.6v-.756z" opacity=".4" fill="#FFF"/><path d="M157.5 132.3h12.6v.756h-12.6v-.756zm25.2 0h12.6v.756h-12.6v-.756zm-12.6 12.6h12.6v.756h-12.6v-.756z" opacity=".1" fill="#3E2723"/><path d="M25.2 25.2h201.6v201.6H25.2V25.2z"/></g></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%220%200%20256%20258%22%3E%3Cdefs%3E%3Cfilter%20x%3D%22-50%25%22%20y%3D%22-50%25%22%20width%3D%22200%25%22%20height%3D%22200%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22ssvg-id-google-plusa%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.168%200%22%20in%3D%22shadowBlurOuter1%22%20result%3D%22shadowMatrixOuter1%22%2F%3E%3CfeOffset%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter2%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221%22%20in%3D%22shadowOffsetOuter2%22%20result%3D%22shadowBlurOuter2%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.084%200%22%20in%3D%22shadowBlurOuter2%22%20result%3D%22shadowMatrixOuter2%22%2F%3E%3CfeMerge%3E%3CfeMergeNode%20in%3D%22shadowMatrixOuter1%22%2F%3E%3CfeMergeNode%20in%3D%22shadowMatrixOuter2%22%2F%3E%3CfeMergeNode%20in%3D%22SourceGraphic%22%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20transform%3D%22translate(2%202)%22%3E%3Crect%20fill%3D%22%23DC4E41%22%20filter%3D%22url(%23ssvg-id-google-plusa)%22%20width%3D%22252%22%20height%3D%22252%22%20rx%3D%227%22%2F%3E%3Cpath%20d%3D%22M100.8%20119.7v15.12h25.011c-1.008%206.489-7.56%2019.026-25.011%2019.026c-15.057%200-27.342-12.474-27.342-27.846S85.743%2098.154%20100.8%2098.154c8.568%200%2014.301%203.654%2017.577%206.804l11.97-11.529C122.661%2086.247%20112.707%2081.9%20100.8%2081.9c-24.381%200-44.1%2019.719-44.1%2044.1s19.719%2044.1%2044.1%2044.1c25.452%200%2042.336-17.892%2042.336-43.092c0-2.898-.315-5.103-.693-7.308H100.8z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M100.8%20120.456h41.643c.441%202.079.693%204.284.693%206.93v-.441c0-2.898-.315-5.103-.693-7.308H100.8v.819zm0-37.8c11.655%200%2021.483%204.221%2029.043%2011.151l.441-.441C122.661%2086.247%20112.707%2081.9%20100.8%2081.9c-24.381%200-44.1%2019.719-44.1%2044.1v.378c.252-24.129%2019.908-43.722%2044.1-43.722zm0%2071.946c17.451%200%2024.003-12.474%2025.011-19.026h-.189c-1.386%206.678-8.001%2018.207-24.822%2018.207c-14.931%200-27.09-12.285-27.279-27.405c0%20.126-.063.252-.063.378c0%2015.372%2012.285%2027.846%2027.342%2027.846z%22%20opacity%3D%22.4%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M100.8%2098.154c-15.057%200-27.342%2012.474-27.342%2027.846c0%20.126.063.252.063.378c.189-15.183%2012.348-27.405%2027.279-27.405c8.568%200%2014.301%203.654%2017.577%206.804l11.97-11.529c-.126-.126-.315-.252-.441-.378l-11.529%2011.151c-3.276-3.15-9.009-6.867-17.577-6.867zm0%2036.666v.756h24.822c.063-.252.126-.567.189-.756H100.8z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M100.8%20170.1c-24.192%200-43.848-19.53-44.1-43.722v.378c0%2024.381%2019.719%2044.1%2044.1%2044.1c25.452%200%2042.336-17.892%2042.336-43.092v-.378c-.189%2025.011-17.01%2042.714-42.336%2042.714z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M195.3%20119.7h-12.6v-12.6h-12.6v12.6h-12.6v12.6h12.6v12.6h12.6v-12.6h12.6%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M182.7%20119.7h12.6v.756h-12.6v-.756zm-12.6-12.6h12.6v.756h-12.6v-.756zm-12.6%2012.6h12.6v.756h-12.6v-.756z%22%20opacity%3D%22.4%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M157.5%20132.3h12.6v.756h-12.6v-.756zm25.2%200h12.6v.756h-12.6v-.756zm-12.6%2012.6h12.6v.756h-12.6v-.756z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M25.2%2025.2h201.6v201.6H25.2V25.2z%22%2F%3E%3C%2Fg%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%20256%20258%22%3E%3Cdefs%3E%3Cfilter%20x%3D%22-50%25%22%20y%3D%22-50%25%22%20width%3D%22200%25%22%20height%3D%22200%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22ssvg-id-google-plusa%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.168%200%22%20in%3D%22shadowBlurOuter1%22%20result%3D%22shadowMatrixOuter1%22%2F%3E%3CfeOffset%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter2%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%221%22%20in%3D%22shadowOffsetOuter2%22%20result%3D%22shadowBlurOuter2%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.084%200%22%20in%3D%22shadowBlurOuter2%22%20result%3D%22shadowMatrixOuter2%22%2F%3E%3CfeMerge%3E%3CfeMergeNode%20in%3D%22shadowMatrixOuter1%22%2F%3E%3CfeMergeNode%20in%3D%22shadowMatrixOuter2%22%2F%3E%3CfeMergeNode%20in%3D%22SourceGraphic%22%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20transform%3D%22translate(2%202)%22%3E%3Crect%20fill%3D%22%23DC4E41%22%20filter%3D%22url(%23ssvg-id-google-plusa)%22%20width%3D%22252%22%20height%3D%22252%22%20rx%3D%227%22%2F%3E%3Cpath%20d%3D%22M100.8%20119.7v15.12h25.011c-1.008%206.489-7.56%2019.026-25.011%2019.026c-15.057%200-27.342-12.474-27.342-27.846S85.743%2098.154%20100.8%2098.154c8.568%200%2014.301%203.654%2017.577%206.804l11.97-11.529C122.661%2086.247%20112.707%2081.9%20100.8%2081.9c-24.381%200-44.1%2019.719-44.1%2044.1s19.719%2044.1%2044.1%2044.1c25.452%200%2042.336-17.892%2042.336-43.092c0-2.898-.315-5.103-.693-7.308H100.8z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M100.8%20120.456h41.643c.441%202.079.693%204.284.693%206.93v-.441c0-2.898-.315-5.103-.693-7.308H100.8v.819zm0-37.8c11.655%200%2021.483%204.221%2029.043%2011.151l.441-.441C122.661%2086.247%20112.707%2081.9%20100.8%2081.9c-24.381%200-44.1%2019.719-44.1%2044.1v.378c.252-24.129%2019.908-43.722%2044.1-43.722zm0%2071.946c17.451%200%2024.003-12.474%2025.011-19.026h-.189c-1.386%206.678-8.001%2018.207-24.822%2018.207c-14.931%200-27.09-12.285-27.279-27.405c0%20.126-.063.252-.063.378c0%2015.372%2012.285%2027.846%2027.342%2027.846z%22%20opacity%3D%22.4%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M100.8%2098.154c-15.057%200-27.342%2012.474-27.342%2027.846c0%20.126.063.252.063.378c.189-15.183%2012.348-27.405%2027.279-27.405c8.568%200%2014.301%203.654%2017.577%206.804l11.97-11.529c-.126-.126-.315-.252-.441-.378l-11.529%2011.151c-3.276-3.15-9.009-6.867-17.577-6.867zm0%2036.666v.756h24.822c.063-.252.126-.567.189-.756H100.8z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M100.8%20170.1c-24.192%200-43.848-19.53-44.1-43.722v.378c0%2024.381%2019.719%2044.1%2044.1%2044.1c25.452%200%2042.336-17.892%2042.336-43.092v-.378c-.189%2025.011-17.01%2042.714-42.336%2042.714z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M195.3%20119.7h-12.6v-12.6h-12.6v12.6h-12.6v12.6h12.6v12.6h12.6v-12.6h12.6%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M182.7%20119.7h12.6v.756h-12.6v-.756zm-12.6-12.6h12.6v.756h-12.6v-.756zm-12.6%2012.6h12.6v.756h-12.6v-.756z%22%20opacity%3D%22.4%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M157.5%20132.3h12.6v.756h-12.6v-.756zm25.2%200h12.6v.756h-12.6v-.756zm-12.6%2012.6h12.6v.756h-12.6v-.756z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M25.2%2025.2h201.6v201.6H25.2V25.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/google-plus.svg?color=%231a73e8&size=48