object ungroup icon
object-ungroup from Font Awesome Regular by Dave Gandy · Regular · Design · CC-BY-4.0 Attribution required.
- Name
- object-ungroup
- 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 ungroup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M48.2 130.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16c.9 0 1.9.1 2.8.2c7.5 1.3 13.2 7.9 13.2 15.8c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 128c0 26.9 16.5 49.9 40 59.3v105.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-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.3V187.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 40H123.3C113.9 80.5 90.9 64 64 64C28.7 64 0 92.7 0 128m368 0c0-8.8 7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16m-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.3V187.3c16-6.5 28.9-19.3 35.3-35.3zM384 336c8.8 0 16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16s7.2-16 16-16M80 352c0 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.3-7.5 7.9-13.2 15.8-13.2c8.8 0 16 7.2 16 16zm436.7-40c6.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-20.7h-48v20.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.3V347.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 40H464v9.6c10.7 10.9 19.1 23.9 24.6 38.4h28zm59.3-8c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16M271.8 514.7c-.8 5.8-4.7 10.7-10.2 12.8c-5.4 2.1-11.6 1-16.1-2.8c-4.4-3.8-6.4-9.8-5.2-15.5c.8-5.8 4.7-10.7 10.2-12.8c5.4-2.1 11.6-1 16.1 2.8c4.4 3.8 6.4 9.8 5.2 15.5m301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2v.1c.1.9.2 1.8.2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularObjectUngroup(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="M48.2 130.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16c.9 0 1.9.1 2.8.2c7.5 1.3 13.2 7.9 13.2 15.8c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 128c0 26.9 16.5 49.9 40 59.3v105.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-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.3V187.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 40H123.3C113.9 80.5 90.9 64 64 64C28.7 64 0 92.7 0 128m368 0c0-8.8 7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16m-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.3V187.3c16-6.5 28.9-19.3 35.3-35.3zM384 336c8.8 0 16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16s7.2-16 16-16M80 352c0 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.3-7.5 7.9-13.2 15.8-13.2c8.8 0 16 7.2 16 16zm436.7-40c6.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-20.7h-48v20.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.3V347.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 40H464v9.6c10.7 10.9 19.1 23.9 24.6 38.4h28zm59.3-8c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16M271.8 514.7c-.8 5.8-4.7 10.7-10.2 12.8c-5.4 2.1-11.6 1-16.1-2.8c-4.4-3.8-6.4-9.8-5.2-15.5c.8-5.8 4.7-10.7 10.2-12.8c5.4-2.1 11.6-1 16.1 2.8c4.4 3.8 6.4 9.8 5.2 15.5m301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2v.1c.1.9.2 1.8.2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M48.2 130.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8 7.2-16 16-16c.9 0 1.9.1 2.8.2c7.5 1.3 13.2 7.9 13.2 15.8c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 128c0 26.9 16.5 49.9 40 59.3v105.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-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.3V187.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 40H123.3C113.9 80.5 90.9 64 64 64C28.7 64 0 92.7 0 128m368 0c0-8.8 7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16m-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.3V187.3c16-6.5 28.9-19.3 35.3-35.3zM384 336c8.8 0 16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16s7.2-16 16-16M80 352c0 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.3-7.5 7.9-13.2 15.8-13.2c8.8 0 16 7.2 16 16zm436.7-40c6.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-20.7h-48v20.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.3V347.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 40H464v9.6c10.7 10.9 19.1 23.9 24.6 38.4h28zm59.3-8c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16M271.8 514.7c-.8 5.8-4.7 10.7-10.2 12.8c-5.4 2.1-11.6 1-16.1-2.8c-4.4-3.8-6.4-9.8-5.2-15.5c.8-5.8 4.7-10.7 10.2-12.8c5.4-2.1 11.6-1 16.1 2.8c4.4 3.8 6.4 9.8 5.2 15.5m301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2v.1c.1.9.2 1.8.2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.2%20130.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8%207.2-16%2016-16c.9%200%201.9.1%202.8.2c7.5%201.3%2013.2%207.9%2013.2%2015.8c0%208.8-7.2%2016-16%2016c-7.9%200-14.5-5.7-15.8-13.2zM0%20128c0%2026.9%2016.5%2049.9%2040%2059.3v105.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-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.3V187.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%2040H123.3C113.9%2080.5%2090.9%2064%2064%2064C28.7%2064%200%2092.7%200%20128m368%200c0-8.8%207.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016s-16-7.2-16-16m-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.3V187.3c16-6.5%2028.9-19.3%2035.3-35.3zM384%20336c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016s-16-7.2-16-16s7.2-16%2016-16M80%20352c0%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.3-7.5%207.9-13.2%2015.8-13.2c8.8%200%2016%207.2%2016%2016zm436.7-40c6.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-20.7h-48v20.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.3V347.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%2040H464v9.6c10.7%2010.9%2019.1%2023.9%2024.6%2038.4h28zm59.3-8c-8.8%200-16-7.2-16-16s7.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016M271.8%20514.7c-.8%205.8-4.7%2010.7-10.2%2012.8c-5.4%202.1-11.6%201-16.1-2.8c-4.4-3.8-6.4-9.8-5.2-15.5c.8-5.8%204.7-10.7%2010.2-12.8c5.4-2.1%2011.6-1%2016.1%202.8c4.4%203.8%206.4%209.8%205.2%2015.5m301.5%2013c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8%207.2-16%2016-16c7.9%200%2014.5%205.7%2015.8%2013.2v.1c.1.9.2%201.8.2%202.7c0%208.8-7.2%2016-16%2016c-.9%200-1.9-.1-2.8-.2%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%22M48.2%20130.8c-.1-.8-.2-1.7-.2-2.5v-.2c0-8.8%207.2-16%2016-16c.9%200%201.9.1%202.8.2c7.5%201.3%2013.2%207.9%2013.2%2015.8c0%208.8-7.2%2016-16%2016c-7.9%200-14.5-5.7-15.8-13.2zM0%20128c0%2026.9%2016.5%2049.9%2040%2059.3v105.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-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.3V187.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%2040H123.3C113.9%2080.5%2090.9%2064%2064%2064C28.7%2064%200%2092.7%200%20128m368%200c0-8.8%207.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016s-16-7.2-16-16m-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.3V187.3c16-6.5%2028.9-19.3%2035.3-35.3zM384%20336c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016s-16-7.2-16-16s7.2-16%2016-16M80%20352c0%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.3-7.5%207.9-13.2%2015.8-13.2c8.8%200%2016%207.2%2016%2016zm436.7-40c6.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-20.7h-48v20.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.3V347.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%2040H464v9.6c10.7%2010.9%2019.1%2023.9%2024.6%2038.4h28zm59.3-8c-8.8%200-16-7.2-16-16s7.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016M271.8%20514.7c-.8%205.8-4.7%2010.7-10.2%2012.8c-5.4%202.1-11.6%201-16.1-2.8c-4.4-3.8-6.4-9.8-5.2-15.5c.8-5.8%204.7-10.7%2010.2-12.8c5.4-2.1%2011.6-1%2016.1%202.8c4.4%203.8%206.4%209.8%205.2%2015.5m301.5%2013c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8%207.2-16%2016-16c7.9%200%2014.5%205.7%2015.8%2013.2v.1c.1.9.2%201.8.2%202.7c0%208.8-7.2%2016-16%2016c-.9%200-1.9-.1-2.8-.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/object-ungroup.svg?color=%231a73e8&size=48