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

Name
object-ungroup
Set
Font Awesome 6 Regular
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 Regular

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="M48.2 66.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16c.9 0 1.9.1 2.8.2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2M0 64c0 26.9 16.5 49.9 40 59.3v105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40h201.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.3V123.4c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64m368 0a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-43.3 24c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H123.4c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3zM384 272a16 16 0 1 1 0 32a16 16 0 1 1 0-32M80 288c0 7.9-5.7 14.5-13.2 15.8c-.8.1-1.7.2-2.5.2h-.2c-8.8 0-16-7.2-16-16c0-.9.1-1.9.2-2.8c1.2-7.5 7.8-13.2 15.7-13.2c8.8 0 16 7.2 16 16m391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H315.4c-6.5-16-19.3-28.9-35.3-35.3v-36.7h-48v36.7c-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-40h201.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.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6m88.9-26.7a16 16 0 1 1 31.5 5.5a16 16 0 1 1-31.5-5.5M271.8 450.7a16 16 0 1 1-31.5-5.5a16 16 0 1 1 31.5 5.5m307-18.5a16 16 0 1 1-5.5 31.5a16 16 0 1 1 5.5-31.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularObjectUngroup(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="M48.2 66.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16c.9 0 1.9.1 2.8.2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2M0 64c0 26.9 16.5 49.9 40 59.3v105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40h201.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.3V123.4c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64m368 0a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-43.3 24c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H123.4c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3zM384 272a16 16 0 1 1 0 32a16 16 0 1 1 0-32M80 288c0 7.9-5.7 14.5-13.2 15.8c-.8.1-1.7.2-2.5.2h-.2c-8.8 0-16-7.2-16-16c0-.9.1-1.9.2-2.8c1.2-7.5 7.8-13.2 15.7-13.2c8.8 0 16 7.2 16 16m391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H315.4c-6.5-16-19.3-28.9-35.3-35.3v-36.7h-48v36.7c-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-40h201.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.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6m88.9-26.7a16 16 0 1 1 31.5 5.5a16 16 0 1 1-31.5-5.5M271.8 450.7a16 16 0 1 1-31.5-5.5a16 16 0 1 1 31.5 5.5m307-18.5a16 16 0 1 1-5.5 31.5a16 16 0 1 1 5.5-31.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48.2 66.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16c.9 0 1.9.1 2.8.2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2M0 64c0 26.9 16.5 49.9 40 59.3v105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40h201.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.3V123.4c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64m368 0a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-43.3 24c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H123.4c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3zM384 272a16 16 0 1 1 0 32a16 16 0 1 1 0-32M80 288c0 7.9-5.7 14.5-13.2 15.8c-.8.1-1.7.2-2.5.2h-.2c-8.8 0-16-7.2-16-16c0-.9.1-1.9.2-2.8c1.2-7.5 7.8-13.2 15.7-13.2c8.8 0 16 7.2 16 16m391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3v105.3c-16 6.5-28.9 19.3-35.3 35.3H315.4c-6.5-16-19.3-28.9-35.3-35.3v-36.7h-48v36.7c-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-40h201.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.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6m88.9-26.7a16 16 0 1 1 31.5 5.5a16 16 0 1 1-31.5-5.5M271.8 450.7a16 16 0 1 1-31.5-5.5a16 16 0 1 1 31.5 5.5m307-18.5a16 16 0 1 1-5.5 31.5a16 16 0 1 1 5.5-31.5"/></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%22M48.2%2066.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8%207.2-16%2016-16c.9%200%201.9.1%202.8.2C74.3%2049.5%2080%2056.1%2080%2064c0%208.8-7.2%2016-16%2016c-7.9%200-14.5-5.7-15.8-13.2M0%2064c0%2026.9%2016.5%2049.9%2040%2059.3v105.3C16.5%20238.1%200%20261.1%200%20288c0%2035.3%2028.7%2064%2064%2064c26.9%200%2049.9-16.5%2059.3-40h201.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.3V123.4c23.5-9.5%2040-32.5%2040-59.3c0-35.3-28.7-64-64-64c-26.9%200-49.9%2016.5-59.3%2040L123.3%2040C113.9%2016.5%2090.9%200%2064%200C28.7%200%200%2028.7%200%2064m368%200a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-43.3%2024c6.5%2016%2019.3%2028.9%2035.3%2035.3v105.3c-16%206.5-28.9%2019.3-35.3%2035.3H123.4c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5%2028.9-19.3%2035.3-35.3zM384%20272a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32M80%20288c0%207.9-5.7%2014.5-13.2%2015.8c-.8.1-1.7.2-2.5.2h-.2c-8.8%200-16-7.2-16-16c0-.9.1-1.9.2-2.8c1.2-7.5%207.8-13.2%2015.7-13.2c8.8%200%2016%207.2%2016%2016m391.3-40h45.4c6.5%2016%2019.3%2028.9%2035.3%2035.3v105.3c-16%206.5-28.9%2019.3-35.3%2035.3H315.4c-6.5-16-19.3-28.9-35.3-35.3v-36.7h-48v36.7c-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-40h201.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.3V283.3c23.5-9.5%2040-32.5%2040-59.3c0-35.3-28.7-64-64-64c-26.9%200-49.9%2016.5-59.3%2040H448v16.4c9.8%208.8%2017.8%2019.5%2023.3%2031.6m88.9-26.7a16%2016%200%201%201%2031.5%205.5a16%2016%200%201%201-31.5-5.5M271.8%20450.7a16%2016%200%201%201-31.5-5.5a16%2016%200%201%201%2031.5%205.5m307-18.5a16%2016%200%201%201-5.5%2031.5a16%2016%200%201%201%205.5-31.5%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%22M48.2%2066.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8%207.2-16%2016-16c.9%200%201.9.1%202.8.2C74.3%2049.5%2080%2056.1%2080%2064c0%208.8-7.2%2016-16%2016c-7.9%200-14.5-5.7-15.8-13.2M0%2064c0%2026.9%2016.5%2049.9%2040%2059.3v105.3C16.5%20238.1%200%20261.1%200%20288c0%2035.3%2028.7%2064%2064%2064c26.9%200%2049.9-16.5%2059.3-40h201.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.3V123.4c23.5-9.5%2040-32.5%2040-59.3c0-35.3-28.7-64-64-64c-26.9%200-49.9%2016.5-59.3%2040L123.3%2040C113.9%2016.5%2090.9%200%2064%200C28.7%200%200%2028.7%200%2064m368%200a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-43.3%2024c6.5%2016%2019.3%2028.9%2035.3%2035.3v105.3c-16%206.5-28.9%2019.3-35.3%2035.3H123.4c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5%2028.9-19.3%2035.3-35.3zM384%20272a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32M80%20288c0%207.9-5.7%2014.5-13.2%2015.8c-.8.1-1.7.2-2.5.2h-.2c-8.8%200-16-7.2-16-16c0-.9.1-1.9.2-2.8c1.2-7.5%207.8-13.2%2015.7-13.2c8.8%200%2016%207.2%2016%2016m391.3-40h45.4c6.5%2016%2019.3%2028.9%2035.3%2035.3v105.3c-16%206.5-28.9%2019.3-35.3%2035.3H315.4c-6.5-16-19.3-28.9-35.3-35.3v-36.7h-48v36.7c-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-40h201.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.3V283.3c23.5-9.5%2040-32.5%2040-59.3c0-35.3-28.7-64-64-64c-26.9%200-49.9%2016.5-59.3%2040H448v16.4c9.8%208.8%2017.8%2019.5%2023.3%2031.6m88.9-26.7a16%2016%200%201%201%2031.5%205.5a16%2016%200%201%201-31.5-5.5M271.8%20450.7a16%2016%200%201%201-31.5-5.5a16%2016%200%201%201%2031.5%205.5m307-18.5a16%2016%200%201%201-5.5%2031.5a16%2016%200%201%201%205.5-31.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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