Googlehome Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlehome 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/314532.svg" alt="Googlehome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314532.svg" alt="Googlehome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314532.svg" alt="Googlehome icon" :width="24" :height="24" />
CSS background
.icon-googlehome {
background-image: url('https://proicons.com/icon/314532.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Google Home</title><path d="M12 0a1.44 1.44 0 0 0-.947.399L.547 10.762a1.26 1.26 0 0 0-.342.808v11.138c0 .768.53 1.292 1.311 1.292h20.968c.78 0 1.311-.522 1.311-1.292V11.57a1.25 1.25 0 0 0-.34-.804L15.68 3.097h-.001L12.947.4A1.454 1.454 0 0 0 12 0Zm0 6.727 6.552 6.456v5.65H5.446v-5.65z"/></svg>
Googlehome in other icon packs
Copied!