google one logo
google-one from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- google-one
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×516
- 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 one logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 516"><defs><linearGradient id="SVGDvi8keKw" x1="50%" x2="50%" y1="100.777%" y2="-.04%"><stop offset="0%" stop-color="#1a73e8"/><stop offset="100%" stop-color="#4285f4"/></linearGradient></defs><path fill="#34a853" d="M256 404.228v54.076c0 31.638-25.573 57.3-57.122 57.3c-31.55 0-57.124-25.633-57.124-57.3V316.726z"/><path fill="url(#SVGDvi8keKw)" d="M256 57.299v346.929l-114.246-87.502V178.752l93.477-77.278c13.71-11.307 20.77-27.682 20.77-44.175"/><path fill="#ea4335" d="M255.971 55.307c.03.644.03 1.289.03 1.963c0 16.492-7.06 32.868-20.77 44.175l-93.477 77.278V57.299c0-18.748 8.994-35.446 22.967-45.904a38 38 0 0 1 3.076-2.138c.498-.322.966-.645 1.464-.938c.908-.585 1.875-1.113 2.754-1.581l2.52-1.26l2.108-.967c.85-.351 1.7-.703 2.608-1.025c.85-.322 1.757-.615 2.636-.908c1.64-.498 3.31-.967 5.039-1.318c.498-.118 1.025-.205 1.581-.323l1.143-.175c.674-.118 1.347-.205 2.021-.293a32 32 0 0 1 2.402-.264c.645-.059 1.29-.117 1.934-.146c.937-.03 1.904-.059 2.87-.059h.03c2.08 0 4.101.117 6.152.322q1.493.176 3.075.44c.996.146 1.992.351 3.047.586c.996.205 1.992.468 2.988.761c.82.205 1.67.469 2.49.762c1.611.527 3.222 1.113 4.746 1.787a78 78 0 0 1 2.285 1.025c.966.469 1.933.967 2.87 1.465a59 59 0 0 1 4.102 2.519c.146.117.292.205.439.293c1.435.996 2.812 2.08 4.189 3.193c.674.586 1.347 1.142 2.021 1.758l.059.058c.644.615 1.289 1.23 1.933 1.875s1.29 1.318 1.904 1.963c1.26 1.347 2.402 2.783 3.486 4.247c.762.996 1.465 2.05 2.139 3.076c.322.498.644.967.937 1.465c.586.908 1.113 1.875 1.582 2.754c.352.703.908 1.845 1.26 2.519c.322.703.644 1.406.937 2.109c.352.85.703 1.728 1.025 2.607c.323.85.616 1.758.88 2.637c.38 1.26.702 2.519.995 3.75c.176.585.293 1.142.381 1.728c.176.82.322 1.61.469 2.402c.117.644.175 1.289.263 1.933c.118.791.205 1.582.264 2.402c.059.645.117 1.29.146 1.934c-.029.293 0 .615 0 .937"/><path fill="#fbbc04" d="M162.494 13.065a39 39 0 0 1 2.168-1.67c-13.914 10.458-22.908 27.127-22.908 45.904v121.453l-48.51 40.162c-10.605 8.817-23.436 13.065-36.237 13.065c-16.434 0-32.75-7.09-44-20.828C-7 186.72-3.543 150.63 20.741 130.534z"/></svg>
React
import type { SVGProps } from "react";
export function LogosGoogleOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 516"><defs><linearGradient id="SVGDvi8keKw" x1="50%" x2="50%" y1="100.777%" y2="-.04%"><stop offset="0%" stopColor="#1a73e8"/><stop offset="100%" stopColor="#4285f4"/></linearGradient></defs><path fill="#34a853" d="M256 404.228v54.076c0 31.638-25.573 57.3-57.122 57.3c-31.55 0-57.124-25.633-57.124-57.3V316.726z"/><path fill="url(#SVGDvi8keKw)" d="M256 57.299v346.929l-114.246-87.502V178.752l93.477-77.278c13.71-11.307 20.77-27.682 20.77-44.175"/><path fill="#ea4335" d="M255.971 55.307c.03.644.03 1.289.03 1.963c0 16.492-7.06 32.868-20.77 44.175l-93.477 77.278V57.299c0-18.748 8.994-35.446 22.967-45.904a38 38 0 0 1 3.076-2.138c.498-.322.966-.645 1.464-.938c.908-.585 1.875-1.113 2.754-1.581l2.52-1.26l2.108-.967c.85-.351 1.7-.703 2.608-1.025c.85-.322 1.757-.615 2.636-.908c1.64-.498 3.31-.967 5.039-1.318c.498-.118 1.025-.205 1.581-.323l1.143-.175c.674-.118 1.347-.205 2.021-.293a32 32 0 0 1 2.402-.264c.645-.059 1.29-.117 1.934-.146c.937-.03 1.904-.059 2.87-.059h.03c2.08 0 4.101.117 6.152.322q1.493.176 3.075.44c.996.146 1.992.351 3.047.586c.996.205 1.992.468 2.988.761c.82.205 1.67.469 2.49.762c1.611.527 3.222 1.113 4.746 1.787a78 78 0 0 1 2.285 1.025c.966.469 1.933.967 2.87 1.465a59 59 0 0 1 4.102 2.519c.146.117.292.205.439.293c1.435.996 2.812 2.08 4.189 3.193c.674.586 1.347 1.142 2.021 1.758l.059.058c.644.615 1.289 1.23 1.933 1.875s1.29 1.318 1.904 1.963c1.26 1.347 2.402 2.783 3.486 4.247c.762.996 1.465 2.05 2.139 3.076c.322.498.644.967.937 1.465c.586.908 1.113 1.875 1.582 2.754c.352.703.908 1.845 1.26 2.519c.322.703.644 1.406.937 2.109c.352.85.703 1.728 1.025 2.607c.323.85.616 1.758.88 2.637c.38 1.26.702 2.519.995 3.75c.176.585.293 1.142.381 1.728c.176.82.322 1.61.469 2.402c.117.644.175 1.289.263 1.933c.118.791.205 1.582.264 2.402c.059.645.117 1.29.146 1.934c-.029.293 0 .615 0 .937"/><path fill="#fbbc04" d="M162.494 13.065a39 39 0 0 1 2.168-1.67c-13.914 10.458-22.908 27.127-22.908 45.904v121.453l-48.51 40.162c-10.605 8.817-23.436 13.065-36.237 13.065c-16.434 0-32.75-7.09-44-20.828C-7 186.72-3.543 150.63 20.741 130.534z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 516"><defs><linearGradient id="SVGDvi8keKw" x1="50%" x2="50%" y1="100.777%" y2="-.04%"><stop offset="0%" stop-color="#1a73e8"/><stop offset="100%" stop-color="#4285f4"/></linearGradient></defs><path fill="#34a853" d="M256 404.228v54.076c0 31.638-25.573 57.3-57.122 57.3c-31.55 0-57.124-25.633-57.124-57.3V316.726z"/><path fill="url(#SVGDvi8keKw)" d="M256 57.299v346.929l-114.246-87.502V178.752l93.477-77.278c13.71-11.307 20.77-27.682 20.77-44.175"/><path fill="#ea4335" d="M255.971 55.307c.03.644.03 1.289.03 1.963c0 16.492-7.06 32.868-20.77 44.175l-93.477 77.278V57.299c0-18.748 8.994-35.446 22.967-45.904a38 38 0 0 1 3.076-2.138c.498-.322.966-.645 1.464-.938c.908-.585 1.875-1.113 2.754-1.581l2.52-1.26l2.108-.967c.85-.351 1.7-.703 2.608-1.025c.85-.322 1.757-.615 2.636-.908c1.64-.498 3.31-.967 5.039-1.318c.498-.118 1.025-.205 1.581-.323l1.143-.175c.674-.118 1.347-.205 2.021-.293a32 32 0 0 1 2.402-.264c.645-.059 1.29-.117 1.934-.146c.937-.03 1.904-.059 2.87-.059h.03c2.08 0 4.101.117 6.152.322q1.493.176 3.075.44c.996.146 1.992.351 3.047.586c.996.205 1.992.468 2.988.761c.82.205 1.67.469 2.49.762c1.611.527 3.222 1.113 4.746 1.787a78 78 0 0 1 2.285 1.025c.966.469 1.933.967 2.87 1.465a59 59 0 0 1 4.102 2.519c.146.117.292.205.439.293c1.435.996 2.812 2.08 4.189 3.193c.674.586 1.347 1.142 2.021 1.758l.059.058c.644.615 1.289 1.23 1.933 1.875s1.29 1.318 1.904 1.963c1.26 1.347 2.402 2.783 3.486 4.247c.762.996 1.465 2.05 2.139 3.076c.322.498.644.967.937 1.465c.586.908 1.113 1.875 1.582 2.754c.352.703.908 1.845 1.26 2.519c.322.703.644 1.406.937 2.109c.352.85.703 1.728 1.025 2.607c.323.85.616 1.758.88 2.637c.38 1.26.702 2.519.995 3.75c.176.585.293 1.142.381 1.728c.176.82.322 1.61.469 2.402c.117.644.175 1.289.263 1.933c.118.791.205 1.582.264 2.402c.059.645.117 1.29.146 1.934c-.029.293 0 .615 0 .937"/><path fill="#fbbc04" d="M162.494 13.065a39 39 0 0 1 2.168-1.67c-13.914 10.458-22.908 27.127-22.908 45.904v121.453l-48.51 40.162c-10.605 8.817-23.436 13.065-36.237 13.065c-16.434 0-32.75-7.09-44-20.828C-7 186.72-3.543 150.63 20.741 130.534z"/></svg> </template>
CSS
.icon-google-one {
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%20516%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDvi8keKw%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%22100.777%25%22%20y2%3D%22-.04%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%231a73e8%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%234285f4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M256%20404.228v54.076c0%2031.638-25.573%2057.3-57.122%2057.3c-31.55%200-57.124-25.633-57.124-57.3V316.726z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDvi8keKw)%22%20d%3D%22M256%2057.299v346.929l-114.246-87.502V178.752l93.477-77.278c13.71-11.307%2020.77-27.682%2020.77-44.175%22%2F%3E%3Cpath%20fill%3D%22%23ea4335%22%20d%3D%22M255.971%2055.307c.03.644.03%201.289.03%201.963c0%2016.492-7.06%2032.868-20.77%2044.175l-93.477%2077.278V57.299c0-18.748%208.994-35.446%2022.967-45.904a38%2038%200%200%201%203.076-2.138c.498-.322.966-.645%201.464-.938c.908-.585%201.875-1.113%202.754-1.581l2.52-1.26l2.108-.967c.85-.351%201.7-.703%202.608-1.025c.85-.322%201.757-.615%202.636-.908c1.64-.498%203.31-.967%205.039-1.318c.498-.118%201.025-.205%201.581-.323l1.143-.175c.674-.118%201.347-.205%202.021-.293a32%2032%200%200%201%202.402-.264c.645-.059%201.29-.117%201.934-.146c.937-.03%201.904-.059%202.87-.059h.03c2.08%200%204.101.117%206.152.322q1.493.176%203.075.44c.996.146%201.992.351%203.047.586c.996.205%201.992.468%202.988.761c.82.205%201.67.469%202.49.762c1.611.527%203.222%201.113%204.746%201.787a78%2078%200%200%201%202.285%201.025c.966.469%201.933.967%202.87%201.465a59%2059%200%200%201%204.102%202.519c.146.117.292.205.439.293c1.435.996%202.812%202.08%204.189%203.193c.674.586%201.347%201.142%202.021%201.758l.059.058c.644.615%201.289%201.23%201.933%201.875s1.29%201.318%201.904%201.963c1.26%201.347%202.402%202.783%203.486%204.247c.762.996%201.465%202.05%202.139%203.076c.322.498.644.967.937%201.465c.586.908%201.113%201.875%201.582%202.754c.352.703.908%201.845%201.26%202.519c.322.703.644%201.406.937%202.109c.352.85.703%201.728%201.025%202.607c.323.85.616%201.758.88%202.637c.38%201.26.702%202.519.995%203.75c.176.585.293%201.142.381%201.728c.176.82.322%201.61.469%202.402c.117.644.175%201.289.263%201.933c.118.791.205%201.582.264%202.402c.059.645.117%201.29.146%201.934c-.029.293%200%20.615%200%20.937%22%2F%3E%3Cpath%20fill%3D%22%23fbbc04%22%20d%3D%22M162.494%2013.065a39%2039%200%200%201%202.168-1.67c-13.914%2010.458-22.908%2027.127-22.908%2045.904v121.453l-48.51%2040.162c-10.605%208.817-23.436%2013.065-36.237%2013.065c-16.434%200-32.75-7.09-44-20.828C-7%20186.72-3.543%20150.63%2020.741%20130.534z%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%20256%20516%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDvi8keKw%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%22100.777%25%22%20y2%3D%22-.04%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%231a73e8%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%234285f4%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M256%20404.228v54.076c0%2031.638-25.573%2057.3-57.122%2057.3c-31.55%200-57.124-25.633-57.124-57.3V316.726z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDvi8keKw)%22%20d%3D%22M256%2057.299v346.929l-114.246-87.502V178.752l93.477-77.278c13.71-11.307%2020.77-27.682%2020.77-44.175%22%2F%3E%3Cpath%20fill%3D%22%23ea4335%22%20d%3D%22M255.971%2055.307c.03.644.03%201.289.03%201.963c0%2016.492-7.06%2032.868-20.77%2044.175l-93.477%2077.278V57.299c0-18.748%208.994-35.446%2022.967-45.904a38%2038%200%200%201%203.076-2.138c.498-.322.966-.645%201.464-.938c.908-.585%201.875-1.113%202.754-1.581l2.52-1.26l2.108-.967c.85-.351%201.7-.703%202.608-1.025c.85-.322%201.757-.615%202.636-.908c1.64-.498%203.31-.967%205.039-1.318c.498-.118%201.025-.205%201.581-.323l1.143-.175c.674-.118%201.347-.205%202.021-.293a32%2032%200%200%201%202.402-.264c.645-.059%201.29-.117%201.934-.146c.937-.03%201.904-.059%202.87-.059h.03c2.08%200%204.101.117%206.152.322q1.493.176%203.075.44c.996.146%201.992.351%203.047.586c.996.205%201.992.468%202.988.761c.82.205%201.67.469%202.49.762c1.611.527%203.222%201.113%204.746%201.787a78%2078%200%200%201%202.285%201.025c.966.469%201.933.967%202.87%201.465a59%2059%200%200%201%204.102%202.519c.146.117.292.205.439.293c1.435.996%202.812%202.08%204.189%203.193c.674.586%201.347%201.142%202.021%201.758l.059.058c.644.615%201.289%201.23%201.933%201.875s1.29%201.318%201.904%201.963c1.26%201.347%202.402%202.783%203.486%204.247c.762.996%201.465%202.05%202.139%203.076c.322.498.644.967.937%201.465c.586.908%201.113%201.875%201.582%202.754c.352.703.908%201.845%201.26%202.519c.322.703.644%201.406.937%202.109c.352.85.703%201.728%201.025%202.607c.323.85.616%201.758.88%202.637c.38%201.26.702%202.519.995%203.75c.176.585.293%201.142.381%201.728c.176.82.322%201.61.469%202.402c.117.644.175%201.289.263%201.933c.118.791.205%201.582.264%202.402c.059.645.117%201.29.146%201.934c-.029.293%200%20.615%200%20.937%22%2F%3E%3Cpath%20fill%3D%22%23fbbc04%22%20d%3D%22M162.494%2013.065a39%2039%200%200%201%202.168-1.67c-13.914%2010.458-22.908%2027.127-22.908%2045.904v121.453l-48.51%2040.162c-10.605%208.817-23.436%2013.065-36.237%2013.065c-16.434%200-32.75-7.09-44-20.828C-7%20186.72-3.543%20150.63%2020.741%20130.534z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/google-one.svg?color=%231a73e8&size=48