google home icon

google-home from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
google-home
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the google home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 11.27C22 16.644 17.523 21 12 21S2 16.644 2 11.27c0-2.503.972-4.786 2.569-6.51c.445-.482.668-.722 1.315-1.047c.648-.325 1.104-.374 2.016-.473A40 40 0 0 1 12 3c1.489 0 2.977.12 4.1.24c.912.099 1.368.148 2.016.473s.87.565 1.315 1.046A9.55 9.55 0 0 1 22 11.27"/><path d="M18 4c0 1.105-2.686 2-6 2s-6-.895-6-2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGoogleHome(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 11.27C22 16.644 17.523 21 12 21S2 16.644 2 11.27c0-2.503.972-4.786 2.569-6.51c.445-.482.668-.722 1.315-1.047c.648-.325 1.104-.374 2.016-.473A40 40 0 0 1 12 3c1.489 0 2.977.12 4.1.24c.912.099 1.368.148 2.016.473s.87.565 1.315 1.046A9.55 9.55 0 0 1 22 11.27"/><path d="M18 4c0 1.105-2.686 2-6 2s-6-.895-6-2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 11.27C22 16.644 17.523 21 12 21S2 16.644 2 11.27c0-2.503.972-4.786 2.569-6.51c.445-.482.668-.722 1.315-1.047c.648-.325 1.104-.374 2.016-.473A40 40 0 0 1 12 3c1.489 0 2.977.12 4.1.24c.912.099 1.368.148 2.016.473s.87.565 1.315 1.046A9.55 9.55 0 0 1 22 11.27"/><path d="M18 4c0 1.105-2.686 2-6 2s-6-.895-6-2"/></g></svg>
</template>

CSS

.icon-google-home {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2011.27C22%2016.644%2017.523%2021%2012%2021S2%2016.644%202%2011.27c0-2.503.972-4.786%202.569-6.51c.445-.482.668-.722%201.315-1.047c.648-.325%201.104-.374%202.016-.473A40%2040%200%200%201%2012%203c1.489%200%202.977.12%204.1.24c.912.099%201.368.148%202.016.473s.87.565%201.315%201.046A9.55%209.55%200%200%201%2022%2011.27%22%2F%3E%3Cpath%20d%3D%22M18%204c0%201.105-2.686%202-6%202s-6-.895-6-2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2011.27C22%2016.644%2017.523%2021%2012%2021S2%2016.644%202%2011.27c0-2.503.972-4.786%202.569-6.51c.445-.482.668-.722%201.315-1.047c.648-.325%201.104-.374%202.016-.473A40%2040%200%200%201%2012%203c1.489%200%202.977.12%204.1.24c.912.099%201.368.148%202.016.473s.87.565%201.315%201.046A9.55%209.55%200%200%201%2022%2011.27%22%2F%3E%3Cpath%20d%3D%22M18%204c0%201.105-2.686%202-6%202s-6-.895-6-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/google-home.svg?color=%231a73e8&size=48