google square icon

google-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
google-square-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
google-square, google-square-fill

The same icon in other sets

Related icons in Ant Design Icons

Use the google square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245 245 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135c66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6c-63.8 0-117.8 43.1-137.1 101c-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101c33 0 61-8.7 82.9-23.4c26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1c0 74.7-26.7 137.4-73 180.1"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGoogleSquareFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245 245 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135c66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6c-63.8 0-117.8 43.1-137.1 101c-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101c33 0 61-8.7 82.9-23.4c26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1c0 74.7-26.7 137.4-73 180.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245 245 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135c66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6c-63.8 0-117.8 43.1-137.1 101c-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101c33 0 61-8.7 82.9-23.4c26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1c0 74.7-26.7 137.4-73 180.1"/></svg>
</template>

CSS

.icon-google-square-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M679%20697.6C638.4%20735%20583%20757%20516.9%20757c-95.7%200-178.5-54.9-218.8-134.9A245%20245%200%200%201%20272%20512c0-39.6%209.5-77%2026.1-110.1c40.3-80.1%20123.1-135%20218.8-135c66%200%20121.4%2024.3%20163.9%2063.8L610.6%20401c-25.4-24.3-57.7-36.6-93.6-36.6c-63.8%200-117.8%2043.1-137.1%20101c-4.9%2014.7-7.7%2030.4-7.7%2046.6s2.8%2031.9%207.7%2046.6c19.3%2057.9%2073.3%20101%20137%20101c33%200%2061-8.7%2082.9-23.4c26-17.4%2043.2-43.3%2048.9-74H516.9v-94.8h230.7c2.9%2016.1%204.4%2032.8%204.4%2050.1c0%2074.7-26.7%20137.4-73%20180.1%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M679%20697.6C638.4%20735%20583%20757%20516.9%20757c-95.7%200-178.5-54.9-218.8-134.9A245%20245%200%200%201%20272%20512c0-39.6%209.5-77%2026.1-110.1c40.3-80.1%20123.1-135%20218.8-135c66%200%20121.4%2024.3%20163.9%2063.8L610.6%20401c-25.4-24.3-57.7-36.6-93.6-36.6c-63.8%200-117.8%2043.1-137.1%20101c-4.9%2014.7-7.7%2030.4-7.7%2046.6s2.8%2031.9%207.7%2046.6c19.3%2057.9%2073.3%20101%20137%20101c33%200%2061-8.7%2082.9-23.4c26-17.4%2043.2-43.3%2048.9-74H516.9v-94.8h230.7c2.9%2016.1%204.4%2032.8%204.4%2050.1c0%2074.7-26.7%20137.4-73%20180.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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