expander icon
expander from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- expander
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the expander icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M11.339 16.497c.257-.216.551-.385.864-.49c2.024-.634.9-2.153 2.736-2.751c1.417-.462.982-1.242 1.534-1.9m-6.418 2.57c.198-.156.435-.268.695-.32c1.074-.205.911-1.846 2.051-2.065c.785-.159.697-.954 1.105-1.47m-6.418 2.57c.105-.426.552-.385.864-.49c1.944-.715.82-2.402 2.737-2.751c1.453-.213.892-1.338 1.534-1.9"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 15.334L8.658 22m-5.82-6.207l.678-.636c.414-.388.853-.833 1.419-.873c.522-.038 1.229.24 3.171.925c.645.227 1.443 2.256 1.562 3.598c.058.648-.33 1.2-.78 1.668l-.545.567"/><path fill="currentColor" d="M14.809 2.533a.75.75 0 0 1 1.066-1.055zM22.5 8.178a.75.75 0 1 1-1.067 1.055zm-7.248-5.847a.75.75 0 1 1 1.09 1.03zm-.094 1.191l-.545-.515zm-.88 1.417l-.747-.057zm.91 3.18l.708-.245zm5.305-.277a.75.75 0 1 1 1.036 1.085zm-.05 1.085l-.518-.543zm-4.569-7.45L22.5 8.178l-1.067 1.055l-6.625-6.7zm.468 1.884l-.639.676l-1.09-1.03l.639-.676zm-1.315 1.635c-.009.112.011.304.156.78c.142.468.371 1.11.713 2.098l-1.418.49c-.331-.96-.577-1.647-.73-2.151c-.151-.497-.248-.92-.217-1.331zm.676-.959c-.213.226-.376.393-.504.572c-.122.17-.165.29-.172.387l-1.496-.114c.036-.47.237-.851.447-1.145c.203-.285.458-.543.635-.73zm5.826 4.89l-.568.543l-1.036-1.086l.569-.542zm-2.83 1.52c-.762-.072-1.678-.33-2.433-.652a6 6 0 0 1-1.042-.559c-.264-.184-.607-.471-.746-.872l1.418-.49c-.027-.077-.034-.021.186.132c.186.13.452.272.773.409c.645.275 1.41.484 1.986.54zm2.262-.977c-.493.47-1.263 1.072-2.261.977l.141-1.493c.297.028.636-.142 1.084-.57z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsExpander(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M11.339 16.497c.257-.216.551-.385.864-.49c2.024-.634.9-2.153 2.736-2.751c1.417-.462.982-1.242 1.534-1.9m-6.418 2.57c.198-.156.435-.268.695-.32c1.074-.205.911-1.846 2.051-2.065c.785-.159.697-.954 1.105-1.47m-6.418 2.57c.105-.426.552-.385.864-.49c1.944-.715.82-2.402 2.737-2.751c1.453-.213.892-1.338 1.534-1.9"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 15.334L8.658 22m-5.82-6.207l.678-.636c.414-.388.853-.833 1.419-.873c.522-.038 1.229.24 3.171.925c.645.227 1.443 2.256 1.562 3.598c.058.648-.33 1.2-.78 1.668l-.545.567"/><path fill="currentColor" d="M14.809 2.533a.75.75 0 0 1 1.066-1.055zM22.5 8.178a.75.75 0 1 1-1.067 1.055zm-7.248-5.847a.75.75 0 1 1 1.09 1.03zm-.094 1.191l-.545-.515zm-.88 1.417l-.747-.057zm.91 3.18l.708-.245zm5.305-.277a.75.75 0 1 1 1.036 1.085zm-.05 1.085l-.518-.543zm-4.569-7.45L22.5 8.178l-1.067 1.055l-6.625-6.7zm.468 1.884l-.639.676l-1.09-1.03l.639-.676zm-1.315 1.635c-.009.112.011.304.156.78c.142.468.371 1.11.713 2.098l-1.418.49c-.331-.96-.577-1.647-.73-2.151c-.151-.497-.248-.92-.217-1.331zm.676-.959c-.213.226-.376.393-.504.572c-.122.17-.165.29-.172.387l-1.496-.114c.036-.47.237-.851.447-1.145c.203-.285.458-.543.635-.73zm5.826 4.89l-.568.543l-1.036-1.086l.569-.542zm-2.83 1.52c-.762-.072-1.678-.33-2.433-.652a6 6 0 0 1-1.042-.559c-.264-.184-.607-.471-.746-.872l1.418-.49c-.027-.077-.034-.021.186.132c.186.13.452.272.773.409c.645.275 1.41.484 1.986.54zm2.262-.977c-.493.47-1.263 1.072-2.261.977l.141-1.493c.297.028.636-.142 1.084-.57z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M11.339 16.497c.257-.216.551-.385.864-.49c2.024-.634.9-2.153 2.736-2.751c1.417-.462.982-1.242 1.534-1.9m-6.418 2.57c.198-.156.435-.268.695-.32c1.074-.205.911-1.846 2.051-2.065c.785-.159.697-.954 1.105-1.47m-6.418 2.57c.105-.426.552-.385.864-.49c1.944-.715.82-2.402 2.737-2.751c1.453-.213.892-1.338 1.534-1.9"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 15.334L8.658 22m-5.82-6.207l.678-.636c.414-.388.853-.833 1.419-.873c.522-.038 1.229.24 3.171.925c.645.227 1.443 2.256 1.562 3.598c.058.648-.33 1.2-.78 1.668l-.545.567"/><path fill="currentColor" d="M14.809 2.533a.75.75 0 0 1 1.066-1.055zM22.5 8.178a.75.75 0 1 1-1.067 1.055zm-7.248-5.847a.75.75 0 1 1 1.09 1.03zm-.094 1.191l-.545-.515zm-.88 1.417l-.747-.057zm.91 3.18l.708-.245zm5.305-.277a.75.75 0 1 1 1.036 1.085zm-.05 1.085l-.518-.543zm-4.569-7.45L22.5 8.178l-1.067 1.055l-6.625-6.7zm.468 1.884l-.639.676l-1.09-1.03l.639-.676zm-1.315 1.635c-.009.112.011.304.156.78c.142.468.371 1.11.713 2.098l-1.418.49c-.331-.96-.577-1.647-.73-2.151c-.151-.497-.248-.92-.217-1.331zm.676-.959c-.213.226-.376.393-.504.572c-.122.17-.165.29-.172.387l-1.496-.114c.036-.47.237-.851.447-1.145c.203-.285.458-.543.635-.73zm5.826 4.89l-.568.543l-1.036-1.086l.569-.542zm-2.83 1.52c-.762-.072-1.678-.33-2.433-.652a6 6 0 0 1-1.042-.559c-.264-.184-.607-.471-.746-.872l1.418-.49c-.027-.077-.034-.021.186.132c.186.13.452.272.773.409c.645.275 1.41.484 1.986.54zm2.262-.977c-.493.47-1.263 1.072-2.261.977l.141-1.493c.297.028.636-.142 1.084-.57z"/></g></svg> </template>
CSS
.icon-expander {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.339%2016.497c.257-.216.551-.385.864-.49c2.024-.634.9-2.153%202.736-2.751c1.417-.462.982-1.242%201.534-1.9m-6.418%202.57c.198-.156.435-.268.695-.32c1.074-.205.911-1.846%202.051-2.065c.785-.159.697-.954%201.105-1.47m-6.418%202.57c.105-.426.552-.385.864-.49c1.944-.715.82-2.402%202.737-2.751c1.453-.213.892-1.338%201.534-1.9%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2015.334L8.658%2022m-5.82-6.207l.678-.636c.414-.388.853-.833%201.419-.873c.522-.038%201.229.24%203.171.925c.645.227%201.443%202.256%201.562%203.598c.058.648-.33%201.2-.78%201.668l-.545.567%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.809%202.533a.75.75%200%200%201%201.066-1.055zM22.5%208.178a.75.75%200%201%201-1.067%201.055zm-7.248-5.847a.75.75%200%201%201%201.09%201.03zm-.094%201.191l-.545-.515zm-.88%201.417l-.747-.057zm.91%203.18l.708-.245zm5.305-.277a.75.75%200%201%201%201.036%201.085zm-.05%201.085l-.518-.543zm-4.569-7.45L22.5%208.178l-1.067%201.055l-6.625-6.7zm.468%201.884l-.639.676l-1.09-1.03l.639-.676zm-1.315%201.635c-.009.112.011.304.156.78c.142.468.371%201.11.713%202.098l-1.418.49c-.331-.96-.577-1.647-.73-2.151c-.151-.497-.248-.92-.217-1.331zm.676-.959c-.213.226-.376.393-.504.572c-.122.17-.165.29-.172.387l-1.496-.114c.036-.47.237-.851.447-1.145c.203-.285.458-.543.635-.73zm5.826%204.89l-.568.543l-1.036-1.086l.569-.542zm-2.83%201.52c-.762-.072-1.678-.33-2.433-.652a6%206%200%200%201-1.042-.559c-.264-.184-.607-.471-.746-.872l1.418-.49c-.027-.077-.034-.021.186.132c.186.13.452.272.773.409c.645.275%201.41.484%201.986.54zm2.262-.977c-.493.47-1.263%201.072-2.261.977l.141-1.493c.297.028.636-.142%201.084-.57z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.339%2016.497c.257-.216.551-.385.864-.49c2.024-.634.9-2.153%202.736-2.751c1.417-.462.982-1.242%201.534-1.9m-6.418%202.57c.198-.156.435-.268.695-.32c1.074-.205.911-1.846%202.051-2.065c.785-.159.697-.954%201.105-1.47m-6.418%202.57c.105-.426.552-.385.864-.49c1.944-.715.82-2.402%202.737-2.751c1.453-.213.892-1.338%201.534-1.9%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2015.334L8.658%2022m-5.82-6.207l.678-.636c.414-.388.853-.833%201.419-.873c.522-.038%201.229.24%203.171.925c.645.227%201.443%202.256%201.562%203.598c.058.648-.33%201.2-.78%201.668l-.545.567%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.809%202.533a.75.75%200%200%201%201.066-1.055zM22.5%208.178a.75.75%200%201%201-1.067%201.055zm-7.248-5.847a.75.75%200%201%201%201.09%201.03zm-.094%201.191l-.545-.515zm-.88%201.417l-.747-.057zm.91%203.18l.708-.245zm5.305-.277a.75.75%200%201%201%201.036%201.085zm-.05%201.085l-.518-.543zm-4.569-7.45L22.5%208.178l-1.067%201.055l-6.625-6.7zm.468%201.884l-.639.676l-1.09-1.03l.639-.676zm-1.315%201.635c-.009.112.011.304.156.78c.142.468.371%201.11.713%202.098l-1.418.49c-.331-.96-.577-1.647-.73-2.151c-.151-.497-.248-.92-.217-1.331zm.676-.959c-.213.226-.376.393-.504.572c-.122.17-.165.29-.172.387l-1.496-.114c.036-.47.237-.851.447-1.145c.203-.285.458-.543.635-.73zm5.826%204.89l-.568.543l-1.036-1.086l.569-.542zm-2.83%201.52c-.762-.072-1.678-.33-2.433-.652a6%206%200%200%201-1.042-.559c-.264-.184-.607-.471-.746-.872l1.418-.49c-.027-.077-.034-.021.186.132c.186.13.452.272.773.409c.645.275%201.41.484%201.986.54zm2.262-.977c-.493.47-1.263%201.072-2.261.977l.141-1.493c.297.028.636-.142%201.084-.57z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/expander.svg?color=%231a73e8&size=48