google ads logo
google-ads from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- google-ads
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×230
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
google-2014google-360suitegoogle-admobgoogle-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-drivegoogle-drive-2020
Use the google ads logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 230"><path fill="#fbbc04" d="M5.888 166.405L90.88 20.9c10.796 6.356 65.236 36.484 74.028 42.214L79.916 208.627c-9.295 12.28-85.804-23.587-74.028-42.23z"/><path fill="#4285f4" d="M250.084 166.402L165.092 20.906C153.21 1.132 127.62-6.054 106.601 5.625S79.182 42.462 91.064 63.119l84.992 145.514c11.882 19.765 37.473 26.95 58.492 15.272c20.1-11.68 27.418-37.73 15.536-57.486z"/><ellipse cx="42.664" cy="187.924" fill="#34a853" rx="42.664" ry="41.604"/></svg>
React
import type { SVGProps } from "react";
export function LogosGoogleAds(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 230"><path fill="#fbbc04" d="M5.888 166.405L90.88 20.9c10.796 6.356 65.236 36.484 74.028 42.214L79.916 208.627c-9.295 12.28-85.804-23.587-74.028-42.23z"/><path fill="#4285f4" d="M250.084 166.402L165.092 20.906C153.21 1.132 127.62-6.054 106.601 5.625S79.182 42.462 91.064 63.119l84.992 145.514c11.882 19.765 37.473 26.95 58.492 15.272c20.1-11.68 27.418-37.73 15.536-57.486z"/><ellipse cx="42.664" cy="187.924" fill="#34a853" rx="42.664" ry="41.604"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 230"><path fill="#fbbc04" d="M5.888 166.405L90.88 20.9c10.796 6.356 65.236 36.484 74.028 42.214L79.916 208.627c-9.295 12.28-85.804-23.587-74.028-42.23z"/><path fill="#4285f4" d="M250.084 166.402L165.092 20.906C153.21 1.132 127.62-6.054 106.601 5.625S79.182 42.462 91.064 63.119l84.992 145.514c11.882 19.765 37.473 26.95 58.492 15.272c20.1-11.68 27.418-37.73 15.536-57.486z"/><ellipse cx="42.664" cy="187.924" fill="#34a853" rx="42.664" ry="41.604"/></svg> </template>
CSS
.icon-google-ads {
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%20230%22%3E%3Cpath%20fill%3D%22%23fbbc04%22%20d%3D%22M5.888%20166.405L90.88%2020.9c10.796%206.356%2065.236%2036.484%2074.028%2042.214L79.916%20208.627c-9.295%2012.28-85.804-23.587-74.028-42.23z%22%2F%3E%3Cpath%20fill%3D%22%234285f4%22%20d%3D%22M250.084%20166.402L165.092%2020.906C153.21%201.132%20127.62-6.054%20106.601%205.625S79.182%2042.462%2091.064%2063.119l84.992%20145.514c11.882%2019.765%2037.473%2026.95%2058.492%2015.272c20.1-11.68%2027.418-37.73%2015.536-57.486z%22%2F%3E%3Cellipse%20cx%3D%2242.664%22%20cy%3D%22187.924%22%20fill%3D%22%2334a853%22%20rx%3D%2242.664%22%20ry%3D%2241.604%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%20230%22%3E%3Cpath%20fill%3D%22%23fbbc04%22%20d%3D%22M5.888%20166.405L90.88%2020.9c10.796%206.356%2065.236%2036.484%2074.028%2042.214L79.916%20208.627c-9.295%2012.28-85.804-23.587-74.028-42.23z%22%2F%3E%3Cpath%20fill%3D%22%234285f4%22%20d%3D%22M250.084%20166.402L165.092%2020.906C153.21%201.132%20127.62-6.054%20106.601%205.625S79.182%2042.462%2091.064%2063.119l84.992%20145.514c11.882%2019.765%2037.473%2026.95%2058.492%2015.272c20.1-11.68%2027.418-37.73%2015.536-57.486z%22%2F%3E%3Cellipse%20cx%3D%2242.664%22%20cy%3D%22187.924%22%20fill%3D%22%2334a853%22%20rx%3D%2242.664%22%20ry%3D%2241.604%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/google-ads.svg?color=%231a73e8&size=48