google home devices icon
google-home-devices from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- google-home-devices
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- google-home-devices-outline
2 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the google home devices icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21v-2H4q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v2h-2V5H4v12h7v4zm7.838-6.163q.687-.687 1.662-.687t1.663.688t.687 1.662t-.687 1.663t-1.663.687t-1.662-.687t-.688-1.663t.688-1.662M21 8q.425 0 .713.288T22 9v11q0 .425-.288.713T21 21h-7q-.425 0-.712-.288T13 20V9q0-.425.288-.712T14 8zm-4.575 1.425Q16 9.85 16 10.5t.425 1.075T17.5 12t1.075-.425T19 10.5t-.425-1.075T17.5 9t-1.075.425m3.563 9.563Q21 17.975 21 16.5t-1.012-2.488T17.5 13t-2.488 1.013T14 16.5t1.013 2.488T17.5 20t2.488-1.012"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGoogleHomeDevices(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21v-2H4q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v2h-2V5H4v12h7v4zm7.838-6.163q.687-.687 1.662-.687t1.663.688t.687 1.662t-.687 1.663t-1.663.687t-1.662-.687t-.688-1.663t.688-1.662M21 8q.425 0 .713.288T22 9v11q0 .425-.288.713T21 21h-7q-.425 0-.712-.288T13 20V9q0-.425.288-.712T14 8zm-4.575 1.425Q16 9.85 16 10.5t.425 1.075T17.5 12t1.075-.425T19 10.5t-.425-1.075T17.5 9t-1.075.425m3.563 9.563Q21 17.975 21 16.5t-1.012-2.488T17.5 13t-2.488 1.013T14 16.5t1.013 2.488T17.5 20t2.488-1.012"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21v-2H4q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v2h-2V5H4v12h7v4zm7.838-6.163q.687-.687 1.662-.687t1.663.688t.687 1.662t-.687 1.663t-1.663.687t-1.662-.687t-.688-1.663t.688-1.662M21 8q.425 0 .713.288T22 9v11q0 .425-.288.713T21 21h-7q-.425 0-.712-.288T13 20V9q0-.425.288-.712T14 8zm-4.575 1.425Q16 9.85 16 10.5t.425 1.075T17.5 12t1.075-.425T19 10.5t-.425-1.075T17.5 9t-1.075.425m3.563 9.563Q21 17.975 21 16.5t-1.012-2.488T17.5 13t-2.488 1.013T14 16.5t1.013 2.488T17.5 20t2.488-1.012"/></svg> </template>
CSS
.icon-google-home-devices {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2021v-2H4q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v2h-2V5H4v12h7v4zm7.838-6.163q.687-.687%201.662-.687t1.663.688t.687%201.662t-.687%201.663t-1.663.687t-1.662-.687t-.688-1.663t.688-1.662M21%208q.425%200%20.713.288T22%209v11q0%20.425-.288.713T21%2021h-7q-.425%200-.712-.288T13%2020V9q0-.425.288-.712T14%208zm-4.575%201.425Q16%209.85%2016%2010.5t.425%201.075T17.5%2012t1.075-.425T19%2010.5t-.425-1.075T17.5%209t-1.075.425m3.563%209.563Q21%2017.975%2021%2016.5t-1.012-2.488T17.5%2013t-2.488%201.013T14%2016.5t1.013%202.488T17.5%2020t2.488-1.012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2021v-2H4q-.825%200-1.412-.587T2%2017V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v2h-2V5H4v12h7v4zm7.838-6.163q.687-.687%201.662-.687t1.663.688t.687%201.662t-.687%201.663t-1.663.687t-1.662-.687t-.688-1.663t.688-1.662M21%208q.425%200%20.713.288T22%209v11q0%20.425-.288.713T21%2021h-7q-.425%200-.712-.288T13%2020V9q0-.425.288-.712T14%208zm-4.575%201.425Q16%209.85%2016%2010.5t.425%201.075T17.5%2012t1.075-.425T19%2010.5t-.425-1.075T17.5%209t-1.075.425m3.563%209.563Q21%2017.975%2021%2016.5t-1.012-2.488T17.5%2013t-2.488%201.013T14%2016.5t1.013%202.488T17.5%2020t2.488-1.012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/google-home-devices.svg?color=%231a73e8&size=48