ungroup icon
ungroup from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ungroup
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the ungroup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 10h-3c-.93 0-1.396 0-1.773-.122a2.5 2.5 0 0 1-1.605-1.605C4 7.896 4 7.43 4 6.5s0-1.396.122-1.773a2.5 2.5 0 0 1 1.605-1.605C6.104 3 6.57 3 7.5 3h3c.93 0 1.396 0 1.773.122a2.5 2.5 0 0 1 1.605 1.605C14 5.104 14 5.57 14 6.5s0 1.396-.122 1.773a2.5 2.5 0 0 1-1.605 1.605C11.896 10 11.43 10 10.5 10m6 11h-3c-.93 0-1.396 0-1.773-.122a2.5 2.5 0 0 1-1.605-1.605C10 18.896 10 18.43 10 17.5s0-1.396.122-1.773a2.5 2.5 0 0 1 1.605-1.605C12.105 14 12.57 14 13.5 14h3c.93 0 1.396 0 1.773.122a2.5 2.5 0 0 1 1.605 1.605c.122.377.122.842.122 1.773s0 1.396-.122 1.773a2.5 2.5 0 0 1-1.605 1.605C17.896 21 17.43 21 16.5 21"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsUngroup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10.5 10h-3c-.93 0-1.396 0-1.773-.122a2.5 2.5 0 0 1-1.605-1.605C4 7.896 4 7.43 4 6.5s0-1.396.122-1.773a2.5 2.5 0 0 1 1.605-1.605C6.104 3 6.57 3 7.5 3h3c.93 0 1.396 0 1.773.122a2.5 2.5 0 0 1 1.605 1.605C14 5.104 14 5.57 14 6.5s0 1.396-.122 1.773a2.5 2.5 0 0 1-1.605 1.605C11.896 10 11.43 10 10.5 10m6 11h-3c-.93 0-1.396 0-1.773-.122a2.5 2.5 0 0 1-1.605-1.605C10 18.896 10 18.43 10 17.5s0-1.396.122-1.773a2.5 2.5 0 0 1 1.605-1.605C12.105 14 12.57 14 13.5 14h3c.93 0 1.396 0 1.773.122a2.5 2.5 0 0 1 1.605 1.605c.122.377.122.842.122 1.773s0 1.396-.122 1.773a2.5 2.5 0 0 1-1.605 1.605C17.896 21 17.43 21 16.5 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 10h-3c-.93 0-1.396 0-1.773-.122a2.5 2.5 0 0 1-1.605-1.605C4 7.896 4 7.43 4 6.5s0-1.396.122-1.773a2.5 2.5 0 0 1 1.605-1.605C6.104 3 6.57 3 7.5 3h3c.93 0 1.396 0 1.773.122a2.5 2.5 0 0 1 1.605 1.605C14 5.104 14 5.57 14 6.5s0 1.396-.122 1.773a2.5 2.5 0 0 1-1.605 1.605C11.896 10 11.43 10 10.5 10m6 11h-3c-.93 0-1.396 0-1.773-.122a2.5 2.5 0 0 1-1.605-1.605C10 18.896 10 18.43 10 17.5s0-1.396.122-1.773a2.5 2.5 0 0 1 1.605-1.605C12.105 14 12.57 14 13.5 14h3c.93 0 1.396 0 1.773.122a2.5 2.5 0 0 1 1.605 1.605c.122.377.122.842.122 1.773s0 1.396-.122 1.773a2.5 2.5 0 0 1-1.605 1.605C17.896 21 17.43 21 16.5 21"/></svg> </template>
CSS
.icon-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.5%2010h-3c-.93%200-1.396%200-1.773-.122a2.5%202.5%200%200%201-1.605-1.605C4%207.896%204%207.43%204%206.5s0-1.396.122-1.773a2.5%202.5%200%200%201%201.605-1.605C6.104%203%206.57%203%207.5%203h3c.93%200%201.396%200%201.773.122a2.5%202.5%200%200%201%201.605%201.605C14%205.104%2014%205.57%2014%206.5s0%201.396-.122%201.773a2.5%202.5%200%200%201-1.605%201.605C11.896%2010%2011.43%2010%2010.5%2010m6%2011h-3c-.93%200-1.396%200-1.773-.122a2.5%202.5%200%200%201-1.605-1.605C10%2018.896%2010%2018.43%2010%2017.5s0-1.396.122-1.773a2.5%202.5%200%200%201%201.605-1.605C12.105%2014%2012.57%2014%2013.5%2014h3c.93%200%201.396%200%201.773.122a2.5%202.5%200%200%201%201.605%201.605c.122.377.122.842.122%201.773s0%201.396-.122%201.773a2.5%202.5%200%200%201-1.605%201.605C17.896%2021%2017.43%2021%2016.5%2021%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.5%2010h-3c-.93%200-1.396%200-1.773-.122a2.5%202.5%200%200%201-1.605-1.605C4%207.896%204%207.43%204%206.5s0-1.396.122-1.773a2.5%202.5%200%200%201%201.605-1.605C6.104%203%206.57%203%207.5%203h3c.93%200%201.396%200%201.773.122a2.5%202.5%200%200%201%201.605%201.605C14%205.104%2014%205.57%2014%206.5s0%201.396-.122%201.773a2.5%202.5%200%200%201-1.605%201.605C11.896%2010%2011.43%2010%2010.5%2010m6%2011h-3c-.93%200-1.396%200-1.773-.122a2.5%202.5%200%200%201-1.605-1.605C10%2018.896%2010%2018.43%2010%2017.5s0-1.396.122-1.773a2.5%202.5%200%200%201%201.605-1.605C12.105%2014%2012.57%2014%2013.5%2014h3c.93%200%201.396%200%201.773.122a2.5%202.5%200%200%201%201.605%201.605c.122.377.122.842.122%201.773s0%201.396-.122%201.773a2.5%202.5%200%200%201-1.605%201.605C17.896%2021%2017.43%2021%2016.5%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ungroup.svg?color=%231a73e8&size=48