42-group from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
42-group
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the 42 group logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160v320c21 0 41.8-4.1 61.2-12.2s37-19.8 51.9-34.7s26.6-32.5 34.7-51.9S480 341 480 320s-4.1-41.8-12.2-61.2s-19.8-37.1-34.7-51.9s-32.5-26.6-51.9-34.7S341 160 320 160M0 320l160 160l160-160l-160-160zm480 0c0 21 4.1 41.8 12.2 61.2s19.8 37 34.7 51.9s32.5 26.6 51.9 34.7S619 480 640 480V160c-42.4 0-83.1 16.9-113.1 46.9S480 277.6 480 320"/></svg>

React

import type { SVGProps } from "react";

export function Fa7Brands42Group(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160v320c21 0 41.8-4.1 61.2-12.2s37-19.8 51.9-34.7s26.6-32.5 34.7-51.9S480 341 480 320s-4.1-41.8-12.2-61.2s-19.8-37.1-34.7-51.9s-32.5-26.6-51.9-34.7S341 160 320 160M0 320l160 160l160-160l-160-160zm480 0c0 21 4.1 41.8 12.2 61.2s19.8 37 34.7 51.9s32.5 26.6 51.9 34.7S619 480 640 480V160c-42.4 0-83.1 16.9-113.1 46.9S480 277.6 480 320"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160v320c21 0 41.8-4.1 61.2-12.2s37-19.8 51.9-34.7s26.6-32.5 34.7-51.9S480 341 480 320s-4.1-41.8-12.2-61.2s-19.8-37.1-34.7-51.9s-32.5-26.6-51.9-34.7S341 160 320 160M0 320l160 160l160-160l-160-160zm480 0c0 21 4.1 41.8 12.2 61.2s19.8 37 34.7 51.9s32.5 26.6 51.9 34.7S619 480 640 480V160c-42.4 0-83.1 16.9-113.1 46.9S480 277.6 480 320"/></svg>
</template>

CSS

.icon-42-group {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160v320c21%200%2041.8-4.1%2061.2-12.2s37-19.8%2051.9-34.7s26.6-32.5%2034.7-51.9S480%20341%20480%20320s-4.1-41.8-12.2-61.2s-19.8-37.1-34.7-51.9s-32.5-26.6-51.9-34.7S341%20160%20320%20160M0%20320l160%20160l160-160l-160-160zm480%200c0%2021%204.1%2041.8%2012.2%2061.2s19.8%2037%2034.7%2051.9s32.5%2026.6%2051.9%2034.7S619%20480%20640%20480V160c-42.4%200-83.1%2016.9-113.1%2046.9S480%20277.6%20480%20320%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160v320c21%200%2041.8-4.1%2061.2-12.2s37-19.8%2051.9-34.7s26.6-32.5%2034.7-51.9S480%20341%20480%20320s-4.1-41.8-12.2-61.2s-19.8-37.1-34.7-51.9s-32.5-26.6-51.9-34.7S341%20160%20320%20160M0%20320l160%20160l160-160l-160-160zm480%200c0%2021%204.1%2041.8%2012.2%2061.2s19.8%2037%2034.7%2051.9s32.5%2026.6%2051.9%2034.7S619%20480%20640%20480V160c-42.4%200-83.1%2016.9-113.1%2046.9S480%20277.6%20480%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/42-group.svg?color=%231a73e8&size=48