Google Buzz Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Google Buzz icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305775.svg" alt="Google Buzz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305775.svg" alt="Google Buzz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305775.svg" alt="Google Buzz icon" :width="24" :height="24" />
CSS background
.icon-google-buzz {
background-image: url('https://proicons.com/icon/305775.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M938 467c0 74-30 144-79 200L597 402l216-180c77 63 125 149 125 245zm-559 75l407-341c-77-53-177-85-286-85-159 0-298 68-375 170l254 256zM181 707l172-144-247-250c-28 47-44 99-44 154 1 93 46 177 119 240zm655-16L572 423 381 583l-4 4-1 2-56 49h-2l-81 63-30 27c6 4 13 8 19 12-15 40-37 86-69 133 76 34 164-17 226-68 37 8 76 13 117 13 135-1 256-50 336-127z"/></svg>
Copied!