google-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
google-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
google, google-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the google icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8c-34.4 23-78.3 36.6-129.9 36.6c-99.9 0-184.4-67.5-214.6-158.2c-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1c56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100c-149.9 0-279.6 86-342.7 211.4c-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93c72.5-66.8 114.4-165.2 114.4-282.1c0-27.2-2.4-53.3-6.9-78.5"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGoogleOutlined(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="M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8c-34.4 23-78.3 36.6-129.9 36.6c-99.9 0-184.4-67.5-214.6-158.2c-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1c56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100c-149.9 0-279.6 86-342.7 211.4c-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93c72.5-66.8 114.4-165.2 114.4-282.1c0-27.2-2.4-53.3-6.9-78.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8c-34.4 23-78.3 36.6-129.9 36.6c-99.9 0-184.4-67.5-214.6-158.2c-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1c56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100c-149.9 0-279.6 86-342.7 211.4c-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93c72.5-66.8 114.4-165.2 114.4-282.1c0-27.2-2.4-53.3-6.9-78.5"/></svg>
</template>

CSS

.icon-google-outlined {
  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%22M881%20442.4H519.7v148.5h206.4c-8.9%2048-35.9%2088.6-76.6%20115.8c-34.4%2023-78.3%2036.6-129.9%2036.6c-99.9%200-184.4-67.5-214.6-158.2c-7.6-23-12-47.6-12-72.9s4.4-49.9%2012-72.9c30.3-90.6%20114.8-158.1%20214.7-158.1c56.3%200%20106.8%2019.4%20146.6%2057.4l110-110.1c-66.5-62-153.2-100-256.6-100c-149.9%200-279.6%2086-342.7%20211.4c-26%2051.8-40.8%20110.4-40.8%20172.4S151%20632.8%20177%20684.6C240.1%20810%20369.8%20896%20519.7%20896c103.6%200%20190.4-34.4%20253.8-93c72.5-66.8%20114.4-165.2%20114.4-282.1c0-27.2-2.4-53.3-6.9-78.5%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%22M881%20442.4H519.7v148.5h206.4c-8.9%2048-35.9%2088.6-76.6%20115.8c-34.4%2023-78.3%2036.6-129.9%2036.6c-99.9%200-184.4-67.5-214.6-158.2c-7.6-23-12-47.6-12-72.9s4.4-49.9%2012-72.9c30.3-90.6%20114.8-158.1%20214.7-158.1c56.3%200%20106.8%2019.4%20146.6%2057.4l110-110.1c-66.5-62-153.2-100-256.6-100c-149.9%200-279.6%2086-342.7%20211.4c-26%2051.8-40.8%20110.4-40.8%20172.4S151%20632.8%20177%20684.6C240.1%20810%20369.8%20896%20519.7%20896c103.6%200%20190.4-34.4%20253.8-93c72.5-66.8%20114.4-165.2%20114.4-282.1c0-27.2-2.4-53.3-6.9-78.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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