object group icon
object-group from Font Awesome Regular by Dave Gandy · Regular · Design · CC-BY-4.0 Attribution required.
- Name
- object-group
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Design
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More design icons from Font Awesome Regular
Use the object group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M72 128c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m48 59.3c16-6.5 28.9-19.3 35.3-35.3h329.3c6.5 16 19.3 28.9 35.3 35.3v265.3c-16 6.5-28.9 19.3-35.3 35.3H155.3c-6.5-16-19.3-28.9-35.3-35.3zM544 64c-26.9 0-49.9 16.5-59.3 40H155.3c-9.4-23.5-32.4-40-59.3-40c-35.3 0-64 28.7-64 64c0 26.9 16.5 49.9 40 59.3v265.3c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40h329.3c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V187.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64zm-24 64c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24M96 488c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m424 24c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24M224 240h88v56h-88zm-8-40c-17.7 0-32 14.3-32 32v72c0 17.7 14.3 32 32 32h104c17.7 0 32-14.3 32-32v-72c0-17.7-14.3-32-32-32zm72 184v24c0 17.7 14.3 32 32 32h104c17.7 0 32-14.3 32-32v-72c0-17.7-14.3-32-32-32h-24c0 14.6-3.9 28.2-10.7 40H416v56h-88v-16.4c-2.6.3-5.3.4-8 .4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularObjectGroup(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="M72 128c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m48 59.3c16-6.5 28.9-19.3 35.3-35.3h329.3c6.5 16 19.3 28.9 35.3 35.3v265.3c-16 6.5-28.9 19.3-35.3 35.3H155.3c-6.5-16-19.3-28.9-35.3-35.3zM544 64c-26.9 0-49.9 16.5-59.3 40H155.3c-9.4-23.5-32.4-40-59.3-40c-35.3 0-64 28.7-64 64c0 26.9 16.5 49.9 40 59.3v265.3c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40h329.3c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V187.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64zm-24 64c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24M96 488c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m424 24c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24M224 240h88v56h-88zm-8-40c-17.7 0-32 14.3-32 32v72c0 17.7 14.3 32 32 32h104c17.7 0 32-14.3 32-32v-72c0-17.7-14.3-32-32-32zm72 184v24c0 17.7 14.3 32 32 32h104c17.7 0 32-14.3 32-32v-72c0-17.7-14.3-32-32-32h-24c0 14.6-3.9 28.2-10.7 40H416v56h-88v-16.4c-2.6.3-5.3.4-8 .4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M72 128c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24m48 59.3c16-6.5 28.9-19.3 35.3-35.3h329.3c6.5 16 19.3 28.9 35.3 35.3v265.3c-16 6.5-28.9 19.3-35.3 35.3H155.3c-6.5-16-19.3-28.9-35.3-35.3zM544 64c-26.9 0-49.9 16.5-59.3 40H155.3c-9.4-23.5-32.4-40-59.3-40c-35.3 0-64 28.7-64 64c0 26.9 16.5 49.9 40 59.3v265.3c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40h329.3c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V187.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64zm-24 64c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24M96 488c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24m424 24c0-13.3 10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24M224 240h88v56h-88zm-8-40c-17.7 0-32 14.3-32 32v72c0 17.7 14.3 32 32 32h104c17.7 0 32-14.3 32-32v-72c0-17.7-14.3-32-32-32zm72 184v24c0 17.7 14.3 32 32 32h104c17.7 0 32-14.3 32-32v-72c0-17.7-14.3-32-32-32h-24c0 14.6-3.9 28.2-10.7 40H416v56h-88v-16.4c-2.6.3-5.3.4-8 .4z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20128c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24m48%2059.3c16-6.5%2028.9-19.3%2035.3-35.3h329.3c6.5%2016%2019.3%2028.9%2035.3%2035.3v265.3c-16%206.5-28.9%2019.3-35.3%2035.3H155.3c-6.5-16-19.3-28.9-35.3-35.3zM544%2064c-26.9%200-49.9%2016.5-59.3%2040H155.3c-9.4-23.5-32.4-40-59.3-40c-35.3%200-64%2028.7-64%2064c0%2026.9%2016.5%2049.9%2040%2059.3v265.3c-23.5%209.5-40%2032.5-40%2059.3c0%2035.3%2028.7%2064%2064%2064c26.9%200%2049.9-16.5%2059.3-40h329.3c9.5%2023.5%2032.5%2040%2059.3%2040c35.3%200%2064-28.7%2064-64c0-26.9-16.5-49.9-40-59.3V187.3c23.5-9.5%2040-32.5%2040-59.3c0-35.3-28.7-64-64-64zm-24%2064c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24M96%20488c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24m424%2024c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24M224%20240h88v56h-88zm-8-40c-17.7%200-32%2014.3-32%2032v72c0%2017.7%2014.3%2032%2032%2032h104c17.7%200%2032-14.3%2032-32v-72c0-17.7-14.3-32-32-32zm72%20184v24c0%2017.7%2014.3%2032%2032%2032h104c17.7%200%2032-14.3%2032-32v-72c0-17.7-14.3-32-32-32h-24c0%2014.6-3.9%2028.2-10.7%2040H416v56h-88v-16.4c-2.6.3-5.3.4-8%20.4z%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%22M72%20128c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24m48%2059.3c16-6.5%2028.9-19.3%2035.3-35.3h329.3c6.5%2016%2019.3%2028.9%2035.3%2035.3v265.3c-16%206.5-28.9%2019.3-35.3%2035.3H155.3c-6.5-16-19.3-28.9-35.3-35.3zM544%2064c-26.9%200-49.9%2016.5-59.3%2040H155.3c-9.4-23.5-32.4-40-59.3-40c-35.3%200-64%2028.7-64%2064c0%2026.9%2016.5%2049.9%2040%2059.3v265.3c-23.5%209.5-40%2032.5-40%2059.3c0%2035.3%2028.7%2064%2064%2064c26.9%200%2049.9-16.5%2059.3-40h329.3c9.5%2023.5%2032.5%2040%2059.3%2040c35.3%200%2064-28.7%2064-64c0-26.9-16.5-49.9-40-59.3V187.3c23.5-9.5%2040-32.5%2040-59.3c0-35.3-28.7-64-64-64zm-24%2064c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24M96%20488c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24m424%2024c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24M224%20240h88v56h-88zm-8-40c-17.7%200-32%2014.3-32%2032v72c0%2017.7%2014.3%2032%2032%2032h104c17.7%200%2032-14.3%2032-32v-72c0-17.7-14.3-32-32-32zm72%20184v24c0%2017.7%2014.3%2032%2032%2032h104c17.7%200%2032-14.3%2032-32v-72c0-17.7-14.3-32-32-32h-24c0%2014.6-3.9%2028.2-10.7%2040H416v56h-88v-16.4c-2.6.3-5.3.4-8%20.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/object-group.svg?color=%231a73e8&size=48