google hangouts icon

google-hangouts from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
google-hangouts
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the google hangouts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.444 9.055a8.5 8.5 0 0 0-2.173-4.334a8.4 8.4 0 0 0-1.622-1.357a8.5 8.5 0 0 0-3.64-1.31A4 4 0 0 1 12.528 2h-1.135c-.012.029-.038.018-.06.02a9 9 0 0 0-.87.114a8.45 8.45 0 0 0-5.177 3.104a8.36 8.36 0 0 0-1.84 4.709a8.6 8.6 0 0 0 .186 2.529a8.2 8.2 0 0 0 .624 1.79l.073.146a8.6 8.6 0 0 0 1.784 2.396a8.53 8.53 0 0 0 5.763 2.333c.1.001.127.026.126.128q-.004 1.31-.002 2.621q.001.049.005.11l.063-.026a18 18 0 0 0 4.49-2.966q.4-.365.769-.762q.157-.173.315-.342c.163-.175.304-.37.458-.553a9 9 0 0 0 .494-.663a11 11 0 0 0 .918-1.575q.2-.418.37-.847l.01-.016a10.3 10.3 0 0 0 .6-2.44q.054-.436.075-.877a8 8 0 0 0-.123-1.878m-9.19 2.82a2.5 2.5 0 0 1-.84 1.877l-.084.08a2.7 2.7 0 0 1-.933.481a4 4 0 0 1-.448.085a.21.21 0 0 1-.235-.152l.001-.968c.006-.095-.032-.197.044-.28a.27.27 0 0 1 .138-.085a1.8 1.8 0 0 0 .494-.169a1.13 1.13 0 0 0 .538-.731l.036-.151l-2.042-.003a.7.7 0 0 1-.174-.018a.41.41 0 0 1-.307-.386q-.002-1.543.002-3.087a.47.47 0 0 1 .138-.436a.4.4 0 0 1 .257-.102h3.001a.416.416 0 0 1 .4.527a.4.4 0 0 1 .016.153c0 1.121.007 2.243-.002 3.364m5.303.004a2.56 2.56 0 0 1-1.556 2.328q-.035.016-.069.035l-.038.01l-.021.013a5 5 0 0 1-.59.129a.216.216 0 0 1-.269-.217l-.003-.322l.006-.578l-.003-.127c0-.147.057-.21.241-.252a1.3 1.3 0 0 0 .634-.297a1.26 1.26 0 0 0 .377-.74l-1.885-.003h-.206a.42.42 0 0 1-.432-.44q0-1.525.002-3.049l-.001-.03a.43.43 0 0 1 .203-.45a.4.4 0 0 1 .213-.059h2.982a.416.416 0 0 1 .399.527a.4.4 0 0 1 .017.153z"/></svg>

React

import type { SVGProps } from "react";

export function UilGoogleHangouts(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="M20.444 9.055a8.5 8.5 0 0 0-2.173-4.334a8.4 8.4 0 0 0-1.622-1.357a8.5 8.5 0 0 0-3.64-1.31A4 4 0 0 1 12.528 2h-1.135c-.012.029-.038.018-.06.02a9 9 0 0 0-.87.114a8.45 8.45 0 0 0-5.177 3.104a8.36 8.36 0 0 0-1.84 4.709a8.6 8.6 0 0 0 .186 2.529a8.2 8.2 0 0 0 .624 1.79l.073.146a8.6 8.6 0 0 0 1.784 2.396a8.53 8.53 0 0 0 5.763 2.333c.1.001.127.026.126.128q-.004 1.31-.002 2.621q.001.049.005.11l.063-.026a18 18 0 0 0 4.49-2.966q.4-.365.769-.762q.157-.173.315-.342c.163-.175.304-.37.458-.553a9 9 0 0 0 .494-.663a11 11 0 0 0 .918-1.575q.2-.418.37-.847l.01-.016a10.3 10.3 0 0 0 .6-2.44q.054-.436.075-.877a8 8 0 0 0-.123-1.878m-9.19 2.82a2.5 2.5 0 0 1-.84 1.877l-.084.08a2.7 2.7 0 0 1-.933.481a4 4 0 0 1-.448.085a.21.21 0 0 1-.235-.152l.001-.968c.006-.095-.032-.197.044-.28a.27.27 0 0 1 .138-.085a1.8 1.8 0 0 0 .494-.169a1.13 1.13 0 0 0 .538-.731l.036-.151l-2.042-.003a.7.7 0 0 1-.174-.018a.41.41 0 0 1-.307-.386q-.002-1.543.002-3.087a.47.47 0 0 1 .138-.436a.4.4 0 0 1 .257-.102h3.001a.416.416 0 0 1 .4.527a.4.4 0 0 1 .016.153c0 1.121.007 2.243-.002 3.364m5.303.004a2.56 2.56 0 0 1-1.556 2.328q-.035.016-.069.035l-.038.01l-.021.013a5 5 0 0 1-.59.129a.216.216 0 0 1-.269-.217l-.003-.322l.006-.578l-.003-.127c0-.147.057-.21.241-.252a1.3 1.3 0 0 0 .634-.297a1.26 1.26 0 0 0 .377-.74l-1.885-.003h-.206a.42.42 0 0 1-.432-.44q0-1.525.002-3.049l-.001-.03a.43.43 0 0 1 .203-.45a.4.4 0 0 1 .213-.059h2.982a.416.416 0 0 1 .399.527a.4.4 0 0 1 .017.153z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.444 9.055a8.5 8.5 0 0 0-2.173-4.334a8.4 8.4 0 0 0-1.622-1.357a8.5 8.5 0 0 0-3.64-1.31A4 4 0 0 1 12.528 2h-1.135c-.012.029-.038.018-.06.02a9 9 0 0 0-.87.114a8.45 8.45 0 0 0-5.177 3.104a8.36 8.36 0 0 0-1.84 4.709a8.6 8.6 0 0 0 .186 2.529a8.2 8.2 0 0 0 .624 1.79l.073.146a8.6 8.6 0 0 0 1.784 2.396a8.53 8.53 0 0 0 5.763 2.333c.1.001.127.026.126.128q-.004 1.31-.002 2.621q.001.049.005.11l.063-.026a18 18 0 0 0 4.49-2.966q.4-.365.769-.762q.157-.173.315-.342c.163-.175.304-.37.458-.553a9 9 0 0 0 .494-.663a11 11 0 0 0 .918-1.575q.2-.418.37-.847l.01-.016a10.3 10.3 0 0 0 .6-2.44q.054-.436.075-.877a8 8 0 0 0-.123-1.878m-9.19 2.82a2.5 2.5 0 0 1-.84 1.877l-.084.08a2.7 2.7 0 0 1-.933.481a4 4 0 0 1-.448.085a.21.21 0 0 1-.235-.152l.001-.968c.006-.095-.032-.197.044-.28a.27.27 0 0 1 .138-.085a1.8 1.8 0 0 0 .494-.169a1.13 1.13 0 0 0 .538-.731l.036-.151l-2.042-.003a.7.7 0 0 1-.174-.018a.41.41 0 0 1-.307-.386q-.002-1.543.002-3.087a.47.47 0 0 1 .138-.436a.4.4 0 0 1 .257-.102h3.001a.416.416 0 0 1 .4.527a.4.4 0 0 1 .016.153c0 1.121.007 2.243-.002 3.364m5.303.004a2.56 2.56 0 0 1-1.556 2.328q-.035.016-.069.035l-.038.01l-.021.013a5 5 0 0 1-.59.129a.216.216 0 0 1-.269-.217l-.003-.322l.006-.578l-.003-.127c0-.147.057-.21.241-.252a1.3 1.3 0 0 0 .634-.297a1.26 1.26 0 0 0 .377-.74l-1.885-.003h-.206a.42.42 0 0 1-.432-.44q0-1.525.002-3.049l-.001-.03a.43.43 0 0 1 .203-.45a.4.4 0 0 1 .213-.059h2.982a.416.416 0 0 1 .399.527a.4.4 0 0 1 .017.153z"/></svg>
</template>

CSS

.icon-google-hangouts {
  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%22M20.444%209.055a8.5%208.5%200%200%200-2.173-4.334a8.4%208.4%200%200%200-1.622-1.357a8.5%208.5%200%200%200-3.64-1.31A4%204%200%200%201%2012.528%202h-1.135c-.012.029-.038.018-.06.02a9%209%200%200%200-.87.114a8.45%208.45%200%200%200-5.177%203.104a8.36%208.36%200%200%200-1.84%204.709a8.6%208.6%200%200%200%20.186%202.529a8.2%208.2%200%200%200%20.624%201.79l.073.146a8.6%208.6%200%200%200%201.784%202.396a8.53%208.53%200%200%200%205.763%202.333c.1.001.127.026.126.128q-.004%201.31-.002%202.621q.001.049.005.11l.063-.026a18%2018%200%200%200%204.49-2.966q.4-.365.769-.762q.157-.173.315-.342c.163-.175.304-.37.458-.553a9%209%200%200%200%20.494-.663a11%2011%200%200%200%20.918-1.575q.2-.418.37-.847l.01-.016a10.3%2010.3%200%200%200%20.6-2.44q.054-.436.075-.877a8%208%200%200%200-.123-1.878m-9.19%202.82a2.5%202.5%200%200%201-.84%201.877l-.084.08a2.7%202.7%200%200%201-.933.481a4%204%200%200%201-.448.085a.21.21%200%200%201-.235-.152l.001-.968c.006-.095-.032-.197.044-.28a.27.27%200%200%201%20.138-.085a1.8%201.8%200%200%200%20.494-.169a1.13%201.13%200%200%200%20.538-.731l.036-.151l-2.042-.003a.7.7%200%200%201-.174-.018a.41.41%200%200%201-.307-.386q-.002-1.543.002-3.087a.47.47%200%200%201%20.138-.436a.4.4%200%200%201%20.257-.102h3.001a.416.416%200%200%201%20.4.527a.4.4%200%200%201%20.016.153c0%201.121.007%202.243-.002%203.364m5.303.004a2.56%202.56%200%200%201-1.556%202.328q-.035.016-.069.035l-.038.01l-.021.013a5%205%200%200%201-.59.129a.216.216%200%200%201-.269-.217l-.003-.322l.006-.578l-.003-.127c0-.147.057-.21.241-.252a1.3%201.3%200%200%200%20.634-.297a1.26%201.26%200%200%200%20.377-.74l-1.885-.003h-.206a.42.42%200%200%201-.432-.44q0-1.525.002-3.049l-.001-.03a.43.43%200%200%201%20.203-.45a.4.4%200%200%201%20.213-.059h2.982a.416.416%200%200%201%20.399.527a.4.4%200%200%201%20.017.153z%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%22M20.444%209.055a8.5%208.5%200%200%200-2.173-4.334a8.4%208.4%200%200%200-1.622-1.357a8.5%208.5%200%200%200-3.64-1.31A4%204%200%200%201%2012.528%202h-1.135c-.012.029-.038.018-.06.02a9%209%200%200%200-.87.114a8.45%208.45%200%200%200-5.177%203.104a8.36%208.36%200%200%200-1.84%204.709a8.6%208.6%200%200%200%20.186%202.529a8.2%208.2%200%200%200%20.624%201.79l.073.146a8.6%208.6%200%200%200%201.784%202.396a8.53%208.53%200%200%200%205.763%202.333c.1.001.127.026.126.128q-.004%201.31-.002%202.621q.001.049.005.11l.063-.026a18%2018%200%200%200%204.49-2.966q.4-.365.769-.762q.157-.173.315-.342c.163-.175.304-.37.458-.553a9%209%200%200%200%20.494-.663a11%2011%200%200%200%20.918-1.575q.2-.418.37-.847l.01-.016a10.3%2010.3%200%200%200%20.6-2.44q.054-.436.075-.877a8%208%200%200%200-.123-1.878m-9.19%202.82a2.5%202.5%200%200%201-.84%201.877l-.084.08a2.7%202.7%200%200%201-.933.481a4%204%200%200%201-.448.085a.21.21%200%200%201-.235-.152l.001-.968c.006-.095-.032-.197.044-.28a.27.27%200%200%201%20.138-.085a1.8%201.8%200%200%200%20.494-.169a1.13%201.13%200%200%200%20.538-.731l.036-.151l-2.042-.003a.7.7%200%200%201-.174-.018a.41.41%200%200%201-.307-.386q-.002-1.543.002-3.087a.47.47%200%200%201%20.138-.436a.4.4%200%200%201%20.257-.102h3.001a.416.416%200%200%201%20.4.527a.4.4%200%200%201%20.016.153c0%201.121.007%202.243-.002%203.364m5.303.004a2.56%202.56%200%200%201-1.556%202.328q-.035.016-.069.035l-.038.01l-.021.013a5%205%200%200%201-.59.129a.216.216%200%200%201-.269-.217l-.003-.322l.006-.578l-.003-.127c0-.147.057-.21.241-.252a1.3%201.3%200%200%200%20.634-.297a1.26%201.26%200%200%200%20.377-.74l-1.885-.003h-.206a.42.42%200%200%201-.432-.44q0-1.525.002-3.049l-.001-.03a.43.43%200%200%201%20.203-.45a.4.4%200%200%201%20.213-.059h2.982a.416.416%200%200%201%20.399.527a.4.4%200%200%201%20.017.153z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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