social googleplus icon
social-googleplus from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- social-googleplus
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
social-android-outlinesocial-angular-outlinesocial-apple-outlinesocial-bitcoin-outlinesocial-buffer-outlinesocial-chrome-outlinesocial-codepen-outlinesocial-css3-outlinesocial-designernews-outlinesocial-dribbblesocial-dropbox-outlinesocial-euro-outlinesocial-facebooksocial-foursquare-outlinesocial-github-outlinesocial-googlesocial-hackernews-outlinesocial-html5-outlinesocial-instagramsocial-javascript-outlinesocial-linkedin-outlinesocial-octocatsocial-pinterest-outlinesocial-reddit
Use the social googleplus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M242.1 275.6l-18.2-13.7-.1-.1c-5.8-4.6-10-8.3-10-14.7 0-7 5-11.8 10.9-17.4l.5-.4c20-15.2 44.7-34.3 44.7-74.6 0-26.9-11.9-44.7-23.3-57.7h13L320 64H186.5c-25.3 0-62.7 3.2-94.6 28.6l-.1.3C70 110.9 57 137.4 57 163.5c0 21.2 8.7 42.2 23.9 57.4 21.4 21.6 48.3 26.1 67.1 26.1 1.5 0 3 0 4.5-.1-.8 3-1.2 6.3-1.2 10.3 0 10.9 3.6 19.3 8.1 26.2-24 1.9-58.1 6.5-84.9 22.3-39.4 22.7-42.5 56-42.5 65.6 0 38.2 35.7 76.8 115.5 76.8 91.6 0 139.5-49.8 139.5-99 0-37.1-22.8-55.6-44.9-73.5zM116.7 139.9c0-13.4 3-23.5 9.3-30.9 6.5-7.9 18.2-13.1 29-13.1 19.9 0 32.9 15 40.4 27.6 9.2 15.5 14.9 36.1 14.9 53.6 0 4.9 0 20-10.2 29.8-7 6.7-18.7 11.4-28.6 11.4-20.5 0-33.5-14.7-40.7-27-10.4-17.8-14.1-38.2-14.1-51.4zM237.8 368c0 27.4-25.2 44.5-65.8 44.5-48.1 0-80.3-20.6-80.3-51.3 0-26.1 21.5-36.8 37.8-42.5 18.9-6.1 44.3-7.3 50.1-7.3 3.9 0 6.1 0 8.7.2 36.6 25.2 49.5 36.1 49.5 56.4z" fill="currentColor"/><path d="M402 142V64h-34v78h-80v34h80v81h34v-81h78v-34z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSocialGoogleplus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M242.1 275.6l-18.2-13.7-.1-.1c-5.8-4.6-10-8.3-10-14.7 0-7 5-11.8 10.9-17.4l.5-.4c20-15.2 44.7-34.3 44.7-74.6 0-26.9-11.9-44.7-23.3-57.7h13L320 64H186.5c-25.3 0-62.7 3.2-94.6 28.6l-.1.3C70 110.9 57 137.4 57 163.5c0 21.2 8.7 42.2 23.9 57.4 21.4 21.6 48.3 26.1 67.1 26.1 1.5 0 3 0 4.5-.1-.8 3-1.2 6.3-1.2 10.3 0 10.9 3.6 19.3 8.1 26.2-24 1.9-58.1 6.5-84.9 22.3-39.4 22.7-42.5 56-42.5 65.6 0 38.2 35.7 76.8 115.5 76.8 91.6 0 139.5-49.8 139.5-99 0-37.1-22.8-55.6-44.9-73.5zM116.7 139.9c0-13.4 3-23.5 9.3-30.9 6.5-7.9 18.2-13.1 29-13.1 19.9 0 32.9 15 40.4 27.6 9.2 15.5 14.9 36.1 14.9 53.6 0 4.9 0 20-10.2 29.8-7 6.7-18.7 11.4-28.6 11.4-20.5 0-33.5-14.7-40.7-27-10.4-17.8-14.1-38.2-14.1-51.4zM237.8 368c0 27.4-25.2 44.5-65.8 44.5-48.1 0-80.3-20.6-80.3-51.3 0-26.1 21.5-36.8 37.8-42.5 18.9-6.1 44.3-7.3 50.1-7.3 3.9 0 6.1 0 8.7.2 36.6 25.2 49.5 36.1 49.5 56.4z" fill="currentColor"/><path d="M402 142V64h-34v78h-80v34h80v81h34v-81h78v-34z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M242.1 275.6l-18.2-13.7-.1-.1c-5.8-4.6-10-8.3-10-14.7 0-7 5-11.8 10.9-17.4l.5-.4c20-15.2 44.7-34.3 44.7-74.6 0-26.9-11.9-44.7-23.3-57.7h13L320 64H186.5c-25.3 0-62.7 3.2-94.6 28.6l-.1.3C70 110.9 57 137.4 57 163.5c0 21.2 8.7 42.2 23.9 57.4 21.4 21.6 48.3 26.1 67.1 26.1 1.5 0 3 0 4.5-.1-.8 3-1.2 6.3-1.2 10.3 0 10.9 3.6 19.3 8.1 26.2-24 1.9-58.1 6.5-84.9 22.3-39.4 22.7-42.5 56-42.5 65.6 0 38.2 35.7 76.8 115.5 76.8 91.6 0 139.5-49.8 139.5-99 0-37.1-22.8-55.6-44.9-73.5zM116.7 139.9c0-13.4 3-23.5 9.3-30.9 6.5-7.9 18.2-13.1 29-13.1 19.9 0 32.9 15 40.4 27.6 9.2 15.5 14.9 36.1 14.9 53.6 0 4.9 0 20-10.2 29.8-7 6.7-18.7 11.4-28.6 11.4-20.5 0-33.5-14.7-40.7-27-10.4-17.8-14.1-38.2-14.1-51.4zM237.8 368c0 27.4-25.2 44.5-65.8 44.5-48.1 0-80.3-20.6-80.3-51.3 0-26.1 21.5-36.8 37.8-42.5 18.9-6.1 44.3-7.3 50.1-7.3 3.9 0 6.1 0 8.7.2 36.6 25.2 49.5 36.1 49.5 56.4z" fill="currentColor"/><path d="M402 142V64h-34v78h-80v34h80v81h34v-81h78v-34z" fill="currentColor"/></svg> </template>
CSS
.icon-social-googleplus {
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%20512%20512%22%3E%3Cpath%20d%3D%22M242.1%20275.6l-18.2-13.7-.1-.1c-5.8-4.6-10-8.3-10-14.7%200-7%205-11.8%2010.9-17.4l.5-.4c20-15.2%2044.7-34.3%2044.7-74.6%200-26.9-11.9-44.7-23.3-57.7h13L320%2064H186.5c-25.3%200-62.7%203.2-94.6%2028.6l-.1.3C70%20110.9%2057%20137.4%2057%20163.5c0%2021.2%208.7%2042.2%2023.9%2057.4%2021.4%2021.6%2048.3%2026.1%2067.1%2026.1%201.5%200%203%200%204.5-.1-.8%203-1.2%206.3-1.2%2010.3%200%2010.9%203.6%2019.3%208.1%2026.2-24%201.9-58.1%206.5-84.9%2022.3-39.4%2022.7-42.5%2056-42.5%2065.6%200%2038.2%2035.7%2076.8%20115.5%2076.8%2091.6%200%20139.5-49.8%20139.5-99%200-37.1-22.8-55.6-44.9-73.5zM116.7%20139.9c0-13.4%203-23.5%209.3-30.9%206.5-7.9%2018.2-13.1%2029-13.1%2019.9%200%2032.9%2015%2040.4%2027.6%209.2%2015.5%2014.9%2036.1%2014.9%2053.6%200%204.9%200%2020-10.2%2029.8-7%206.7-18.7%2011.4-28.6%2011.4-20.5%200-33.5-14.7-40.7-27-10.4-17.8-14.1-38.2-14.1-51.4zM237.8%20368c0%2027.4-25.2%2044.5-65.8%2044.5-48.1%200-80.3-20.6-80.3-51.3%200-26.1%2021.5-36.8%2037.8-42.5%2018.9-6.1%2044.3-7.3%2050.1-7.3%203.9%200%206.1%200%208.7.2%2036.6%2025.2%2049.5%2036.1%2049.5%2056.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M402%20142V64h-34v78h-80v34h80v81h34v-81h78v-34z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M242.1%20275.6l-18.2-13.7-.1-.1c-5.8-4.6-10-8.3-10-14.7%200-7%205-11.8%2010.9-17.4l.5-.4c20-15.2%2044.7-34.3%2044.7-74.6%200-26.9-11.9-44.7-23.3-57.7h13L320%2064H186.5c-25.3%200-62.7%203.2-94.6%2028.6l-.1.3C70%20110.9%2057%20137.4%2057%20163.5c0%2021.2%208.7%2042.2%2023.9%2057.4%2021.4%2021.6%2048.3%2026.1%2067.1%2026.1%201.5%200%203%200%204.5-.1-.8%203-1.2%206.3-1.2%2010.3%200%2010.9%203.6%2019.3%208.1%2026.2-24%201.9-58.1%206.5-84.9%2022.3-39.4%2022.7-42.5%2056-42.5%2065.6%200%2038.2%2035.7%2076.8%20115.5%2076.8%2091.6%200%20139.5-49.8%20139.5-99%200-37.1-22.8-55.6-44.9-73.5zM116.7%20139.9c0-13.4%203-23.5%209.3-30.9%206.5-7.9%2018.2-13.1%2029-13.1%2019.9%200%2032.9%2015%2040.4%2027.6%209.2%2015.5%2014.9%2036.1%2014.9%2053.6%200%204.9%200%2020-10.2%2029.8-7%206.7-18.7%2011.4-28.6%2011.4-20.5%200-33.5-14.7-40.7-27-10.4-17.8-14.1-38.2-14.1-51.4zM237.8%20368c0%2027.4-25.2%2044.5-65.8%2044.5-48.1%200-80.3-20.6-80.3-51.3%200-26.1%2021.5-36.8%2037.8-42.5%2018.9-6.1%2044.3-7.3%2050.1-7.3%203.9%200%206.1%200%208.7.2%2036.6%2025.2%2049.5%2036.1%2049.5%2056.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M402%20142V64h-34v78h-80v34h80v81h34v-81h78v-34z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-googleplus.svg?color=%231a73e8&size=48