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

Name
object-ungroup
Set
Font Awesome 6 Solid
Style
Regular
Category
Design
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More design icons from Font Awesome 6 Solid

Use the object ungroup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32h209.1C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4v113.1c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V279.5c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6v-24.4h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidObjectUngroup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32h209.1C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4v113.1c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V279.5c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6v-24.4h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32h209.1C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4v113.1c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4h209.1c5.6-9.7 13.7-17.8 23.4-23.4V279.5c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6v-24.4h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4v113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.5z"/></svg>
</template>

CSS

.icon-object-ungroup {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20119.4C12.9%20108.4%200%2087.7%200%2064C0%2028.7%2028.7%200%2064%200c23.7%200%2044.4%2012.9%2055.4%2032h209.1C339.6%2012.9%20360.3%200%20384%200c35.3%200%2064%2028.7%2064%2064c0%2023.7-12.9%2044.4-32%2055.4v113.1c19.1%2011.1%2032%2031.7%2032%2055.4c0%2035.3-28.7%2064-64%2064c-23.7%200-44.4-12.9-55.4-32H119.5c-11.1%2019.1-31.7%2032-55.4%2032c-35.3%200-64-28.7-64-64c0-23.7%2012.9-44.4%2032-55.4V119.4zM119.4%2096c-5.6%209.7-13.7%2017.8-23.4%2023.4v113.1c9.7%205.6%2017.8%2013.7%2023.4%2023.4h209.1c5.6-9.7%2013.7-17.8%2023.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zm192%20384c-11.1%2019.1-31.7%2032-55.4%2032c-35.3%200-64-28.7-64-64c0-23.7%2012.9-44.4%2032-55.4V352h64v40.6c9.7%205.6%2017.8%2013.7%2023.4%2023.4h209.1c5.6-9.7%2013.7-17.8%2023.4-23.4V279.5c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6v-24.4h72.6c11.1-19.1%2031.7-32%2055.4-32c35.3%200%2064%2028.7%2064%2064c0%2023.7-12.9%2044.4-32%2055.4v113.1c19.1%2011.1%2032%2031.7%2032%2055.4c0%2035.3-28.7%2064-64%2064c-23.7%200-44.4-12.9-55.4-32H311.5z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20119.4C12.9%20108.4%200%2087.7%200%2064C0%2028.7%2028.7%200%2064%200c23.7%200%2044.4%2012.9%2055.4%2032h209.1C339.6%2012.9%20360.3%200%20384%200c35.3%200%2064%2028.7%2064%2064c0%2023.7-12.9%2044.4-32%2055.4v113.1c19.1%2011.1%2032%2031.7%2032%2055.4c0%2035.3-28.7%2064-64%2064c-23.7%200-44.4-12.9-55.4-32H119.5c-11.1%2019.1-31.7%2032-55.4%2032c-35.3%200-64-28.7-64-64c0-23.7%2012.9-44.4%2032-55.4V119.4zM119.4%2096c-5.6%209.7-13.7%2017.8-23.4%2023.4v113.1c9.7%205.6%2017.8%2013.7%2023.4%2023.4h209.1c5.6-9.7%2013.7-17.8%2023.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zm192%20384c-11.1%2019.1-31.7%2032-55.4%2032c-35.3%200-64-28.7-64-64c0-23.7%2012.9-44.4%2032-55.4V352h64v40.6c9.7%205.6%2017.8%2013.7%2023.4%2023.4h209.1c5.6-9.7%2013.7-17.8%2023.4-23.4V279.5c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6v-24.4h72.6c11.1-19.1%2031.7-32%2055.4-32c35.3%200%2064%2028.7%2064%2064c0%2023.7-12.9%2044.4-32%2055.4v113.1c19.1%2011.1%2032%2031.7%2032%2055.4c0%2035.3-28.7%2064-64%2064c-23.7%200-44.4-12.9-55.4-32H311.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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