Google Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341211.svg" alt="Google Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341211.svg" alt="Google Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341211.svg" alt="Google Home icon" :width="24" :height="24" />
CSS background
.icon-google-home {
background-image: url('https://proicons.com/icon/341211.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.5357,42.2722H9.4643A3.9642,3.9642,0,0,1,5.5,38.3079V24.2127a3.9628,3.9628,0,0,1,1.1627-2.8046l14.5357-14.52a3.9629,3.9629,0,0,1,5.6032,0l14.5357,14.52A3.9628,3.9628,0,0,1,42.5,24.2127V38.3079A3.9642,3.9642,0,0,1,38.5357,42.2722ZM13.4286,34.3437H34.5714V25.8559L24,15.2956l-10.5714,10.56Z"/><line class="a" x1="29.5865" y1="9.6699" x2="5.5" y2="33.7936"/><line class="a" x1="13.4286" y1="34.3437" x2="13.4286" y2="42.2722"/><line class="a" x1="34.5714" y1="34.3437" x2="34.5714" y2="42.2722"/></svg>
Google Home in other icon packs
Copied!