object-group from Font Awesome 6 Regular by Dave Gandy · Regular · Design · CC-BY-4.0 Attribution required.

Name
object-group
Set
Font Awesome 6 Regular
Style
Regular
Category
Design
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More design icons from Font Awesome 6 Regular

Use the object group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16h344.4c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8v280.4c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3v261.5c13.6 4.8 24.4 15.6 29.3 29.3h325.5c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3zm2.7 64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm128 160h32c35.3 0 64-28.7 64-64v-32h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularObjectGroup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16h344.4c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8v280.4c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3v261.5c13.6 4.8 24.4 15.6 29.3 29.3h325.5c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3zm2.7 64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm128 160h32c35.3 0 64-28.7 64-64v-32h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16h344.4c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8v280.4c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3v261.5c13.6 4.8 24.4 15.6 29.3 29.3h325.5c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3zm2.7 64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm128 160h32c35.3 0 64-28.7 64-64v-32h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32z"/></svg>
</template>

CSS

.icon-object-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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%20115.8C38.2%20107%2032%2094.2%2032%2080c0-26.5%2021.5-48%2048-48c14.2%200%2027%206.2%2035.8%2016h344.4c8.8-9.8%2021.6-16%2035.8-16c26.5%200%2048%2021.5%2048%2048c0%2014.2-6.2%2027-16%2035.8v280.4c9.8%208.8%2016%2021.6%2016%2035.8c0%2026.5-21.5%2048-48%2048c-14.2%200-27-6.2-35.8-16H115.8c-8.8%209.8-21.6%2016-35.8%2016c-26.5%200-48-21.5-48-48c0-14.2%206.2-27%2016-35.8zM125.3%2096c-4.8%2013.6-15.6%2024.4-29.3%2029.3v261.5c13.6%204.8%2024.4%2015.6%2029.3%2029.3h325.5c4.8-13.6%2015.6-24.4%2029.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3zm2.7%2064c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032H160c-17.7%200-32-14.3-32-32zm128%20160h32c35.3%200%2064-28.7%2064-64v-32h64c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032H288c-17.7%200-32-14.3-32-32z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%20115.8C38.2%20107%2032%2094.2%2032%2080c0-26.5%2021.5-48%2048-48c14.2%200%2027%206.2%2035.8%2016h344.4c8.8-9.8%2021.6-16%2035.8-16c26.5%200%2048%2021.5%2048%2048c0%2014.2-6.2%2027-16%2035.8v280.4c9.8%208.8%2016%2021.6%2016%2035.8c0%2026.5-21.5%2048-48%2048c-14.2%200-27-6.2-35.8-16H115.8c-8.8%209.8-21.6%2016-35.8%2016c-26.5%200-48-21.5-48-48c0-14.2%206.2-27%2016-35.8zM125.3%2096c-4.8%2013.6-15.6%2024.4-29.3%2029.3v261.5c13.6%204.8%2024.4%2015.6%2029.3%2029.3h325.5c4.8-13.6%2015.6-24.4%2029.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3zm2.7%2064c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032H160c-17.7%200-32-14.3-32-32zm128%20160h32c35.3%200%2064-28.7%2064-64v-32h64c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032H288c-17.7%200-32-14.3-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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