ungroup icon
ungroup-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- ungroup-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- ungroup
The same icon in other sets
Use the ungroup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M736 550H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16m-56 136H344v-64h336zm208 130c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24M736 266H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16m-56 136H344v-64h336zm208-194c39.8 0 72-32.2 72-72s-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72m0-96c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24M136 64c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m0 656c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignUngroupOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M736 550H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16m-56 136H344v-64h336zm208 130c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24M736 266H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16m-56 136H344v-64h336zm208-194c39.8 0 72-32.2 72-72s-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72m0-96c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24M136 64c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m0 656c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M736 550H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16m-56 136H344v-64h336zm208 130c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24M736 266H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16m-56 136H344v-64h336zm208-194c39.8 0 72-32.2 72-72s-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72m0-96c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24M136 64c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m0 656c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/></svg> </template>
CSS
.icon-ungroup-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M736%20550H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016h448c8.8%200%2016-7.2%2016-16V566c0-8.8-7.2-16-16-16m-56%20136H344v-64h336zm208%20130c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72m0%2096c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024M736%20266H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016h448c8.8%200%2016-7.2%2016-16V282c0-8.8-7.2-16-16-16m-56%20136H344v-64h336zm208-194c39.8%200%2072-32.2%2072-72s-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072m0-96c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24M136%2064c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72m0%2096c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024m0%20656c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72m0%2096c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M736%20550H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016h448c8.8%200%2016-7.2%2016-16V566c0-8.8-7.2-16-16-16m-56%20136H344v-64h336zm208%20130c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72m0%2096c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024M736%20266H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016h448c8.8%200%2016-7.2%2016-16V282c0-8.8-7.2-16-16-16m-56%20136H344v-64h336zm208-194c39.8%200%2072-32.2%2072-72s-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072m0-96c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24M136%2064c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72m0%2096c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024m0%20656c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72m0%2096c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/ungroup-outlined.svg?color=%231a73e8&size=48