object ungroup icon
object-ungroup from Unicons Monochrome by Iconscout · Monochrome · Design Tools · Apache-2.0 Free for personal and commercial use.
- Name
- object-ungroup
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Design Tools
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More design tools icons from Unicons Monochrome
Use the object ungroup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4M4 6a2 2 0 1 1 0-4a2 2 0 0 1 0 4m10 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-2.002" opacity=".5"/><path fill="currentColor" d="M10 22a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m10 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-2.002"/><path fill="currentColor" d="M12.278 5a1.94 1.94 0 0 1 0-2H5.722a1.94 1.94 0 0 1 0 2zM4 12a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 4 12" opacity=".25"/><path fill="currentColor" d="M20 18a2 2 0 0 1 1 .278v-6.556a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 20 18m-10 0a2 2 0 0 1 1 .278v-6.556a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 10 18" opacity=".5"/><path fill="currentColor" d="M12.278 13H11v2h1.278a1.94 1.94 0 0 1 0-2M9 15v-2H5.722a1.94 1.94 0 0 1 0 2z" opacity=".25"/><path fill="currentColor" d="M18.278 19h-6.556a1.94 1.94 0 0 1 0 2h6.556a1.94 1.94 0 0 1 0-2m0-8a1.94 1.94 0 0 1 0-2h-6.556a1.94 1.94 0 0 1 0 2z" opacity=".5"/><path fill="currentColor" d="M15 9V5.722a1.94 1.94 0 0 1-2 0V9zm-2 2v1.278a1.94 1.94 0 0 1 2 0V11z" opacity=".25"/></svg>
React
import type { SVGProps } from "react";
export function UimObjectUngroup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4M4 6a2 2 0 1 1 0-4a2 2 0 0 1 0 4m10 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-2.002" opacity=".5"/><path fill="currentColor" d="M10 22a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m10 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-2.002"/><path fill="currentColor" d="M12.278 5a1.94 1.94 0 0 1 0-2H5.722a1.94 1.94 0 0 1 0 2zM4 12a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 4 12" opacity=".25"/><path fill="currentColor" d="M20 18a2 2 0 0 1 1 .278v-6.556a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 20 18m-10 0a2 2 0 0 1 1 .278v-6.556a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 10 18" opacity=".5"/><path fill="currentColor" d="M12.278 13H11v2h1.278a1.94 1.94 0 0 1 0-2M9 15v-2H5.722a1.94 1.94 0 0 1 0 2z" opacity=".25"/><path fill="currentColor" d="M18.278 19h-6.556a1.94 1.94 0 0 1 0 2h6.556a1.94 1.94 0 0 1 0-2m0-8a1.94 1.94 0 0 1 0-2h-6.556a1.94 1.94 0 0 1 0 2z" opacity=".5"/><path fill="currentColor" d="M15 9V5.722a1.94 1.94 0 0 1-2 0V9zm-2 2v1.278a1.94 1.94 0 0 1 2 0V11z" opacity=".25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4M4 6a2 2 0 1 1 0-4a2 2 0 0 1 0 4m10 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-2.002" opacity=".5"/><path fill="currentColor" d="M10 22a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m10 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0-2.002"/><path fill="currentColor" d="M12.278 5a1.94 1.94 0 0 1 0-2H5.722a1.94 1.94 0 0 1 0 2zM4 12a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 4 12" opacity=".25"/><path fill="currentColor" d="M20 18a2 2 0 0 1 1 .278v-6.556a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 20 18m-10 0a2 2 0 0 1 1 .278v-6.556a1.94 1.94 0 0 1-2 0v6.556A2 2 0 0 1 10 18" opacity=".5"/><path fill="currentColor" d="M12.278 13H11v2h1.278a1.94 1.94 0 0 1 0-2M9 15v-2H5.722a1.94 1.94 0 0 1 0 2z" opacity=".25"/><path fill="currentColor" d="M18.278 19h-6.556a1.94 1.94 0 0 1 0 2h6.556a1.94 1.94 0 0 1 0-2m0-8a1.94 1.94 0 0 1 0-2h-6.556a1.94 1.94 0 0 1 0 2z" opacity=".5"/><path fill="currentColor" d="M15 9V5.722a1.94 1.94 0 0 1-2 0V9zm-2 2v1.278a1.94 1.94 0 0 1 2 0V11z" opacity=".25"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2016a2%202%200%201%201%200-4a2%202%200%200%201%200%204M4%206a2%202%200%201%201%200-4a2%202%200%200%201%200%204m10%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%2010a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0-2.002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2022a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0-10a2%202%200%201%201%200-4a2%202%200%200%201%200%204m10%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%2010a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0-2.002%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.278%205a1.94%201.94%200%200%201%200-2H5.722a1.94%201.94%200%200%201%200%202zM4%2012a2%202%200%200%201%201%20.278V5.722a1.94%201.94%200%200%201-2%200v6.556A2%202%200%200%201%204%2012%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2018a2%202%200%200%201%201%20.278v-6.556a1.94%201.94%200%200%201-2%200v6.556A2%202%200%200%201%2020%2018m-10%200a2%202%200%200%201%201%20.278v-6.556a1.94%201.94%200%200%201-2%200v6.556A2%202%200%200%201%2010%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.278%2013H11v2h1.278a1.94%201.94%200%200%201%200-2M9%2015v-2H5.722a1.94%201.94%200%200%201%200%202z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.278%2019h-6.556a1.94%201.94%200%200%201%200%202h6.556a1.94%201.94%200%200%201%200-2m0-8a1.94%201.94%200%200%201%200-2h-6.556a1.94%201.94%200%200%201%200%202z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209V5.722a1.94%201.94%200%200%201-2%200V9zm-2%202v1.278a1.94%201.94%200%200%201%202%200V11z%22%20opacity%3D%22.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2016a2%202%200%201%201%200-4a2%202%200%200%201%200%204M4%206a2%202%200%201%201%200-4a2%202%200%200%201%200%204m10%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%2010a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0-2.002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2022a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0-10a2%202%200%201%201%200-4a2%202%200%200%201%200%204m10%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%2010a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0-2.002%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.278%205a1.94%201.94%200%200%201%200-2H5.722a1.94%201.94%200%200%201%200%202zM4%2012a2%202%200%200%201%201%20.278V5.722a1.94%201.94%200%200%201-2%200v6.556A2%202%200%200%201%204%2012%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2018a2%202%200%200%201%201%20.278v-6.556a1.94%201.94%200%200%201-2%200v6.556A2%202%200%200%201%2020%2018m-10%200a2%202%200%200%201%201%20.278v-6.556a1.94%201.94%200%200%201-2%200v6.556A2%202%200%200%201%2010%2018%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.278%2013H11v2h1.278a1.94%201.94%200%200%201%200-2M9%2015v-2H5.722a1.94%201.94%200%200%201%200%202z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.278%2019h-6.556a1.94%201.94%200%200%201%200%202h6.556a1.94%201.94%200%200%201%200-2m0-8a1.94%201.94%200%200%201%200-2h-6.556a1.94%201.94%200%200%201%200%202z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209V5.722a1.94%201.94%200%200%201-2%200V9zm-2%202v1.278a1.94%201.94%200%200%201%202%200V11z%22%20opacity%3D%22.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/object-ungroup.svg?color=%231a73e8&size=48