expand icon
expand-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- expand-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- expand
The same icon in other sets
expandBoxIcons v2expandElement Plusexpand-fillEva IconsexpandFramework7 IconsexpandFont Awesome 6 SolidexpandFont Awesome Solidexpand-outlineFlowbite Iconsexpandcss.ggexpandHuge IconsexpandHumbleiconsexpandIconoirexpandIonIconsexpandLine AwesomeexpandLucideexpandMaterial SymbolsexpandMaterial Symbols LightexpandPixelarticonsexpandPrime Iconsexpand-outlineTeenyicons
Related icons in Ant Design Icons
Use the expand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M342 88H120c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V168h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16m578 576h-48c-8.8 0-16 7.2-16 16v176H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V680c0-8.8-7.2-16-16-16M342 856H168V680c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16M904 88H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V120c0-17.7-14.3-32-32-32"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignExpandOutlined(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="M342 88H120c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V168h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16m578 576h-48c-8.8 0-16 7.2-16 16v176H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V680c0-8.8-7.2-16-16-16M342 856H168V680c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16M904 88H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V120c0-17.7-14.3-32-32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M342 88H120c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V168h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16m578 576h-48c-8.8 0-16 7.2-16 16v176H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V680c0-8.8-7.2-16-16-16M342 856H168V680c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16M904 88H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V120c0-17.7-14.3-32-32-32"/></svg> </template>
CSS
.icon-expand-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%22M342%2088H120c-17.7%200-32%2014.3-32%2032v224c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V168h174c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16m578%20576h-48c-8.8%200-16%207.2-16%2016v176H682c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h222c17.7%200%2032-14.3%2032-32V680c0-8.8-7.2-16-16-16M342%20856H168V680c0-8.8-7.2-16-16-16h-48c-8.8%200-16%207.2-16%2016v224c0%2017.7%2014.3%2032%2032%2032h222c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16M904%2088H682c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h174v176c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V120c0-17.7-14.3-32-32-32%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%22M342%2088H120c-17.7%200-32%2014.3-32%2032v224c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V168h174c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16m578%20576h-48c-8.8%200-16%207.2-16%2016v176H682c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h222c17.7%200%2032-14.3%2032-32V680c0-8.8-7.2-16-16-16M342%20856H168V680c0-8.8-7.2-16-16-16h-48c-8.8%200-16%207.2-16%2016v224c0%2017.7%2014.3%2032%2032%2032h222c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16M904%2088H682c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h174v176c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V120c0-17.7-14.3-32-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/expand-outlined.svg?color=%231a73e8&size=48