unfold horizontal icon

unfold-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
unfold-horizontal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the unfold horizontal 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-linejoin="round" stroke-width="1.5" d="M12 2v2m0 4v2m0 4v2m0 4v2"/><path fill="currentColor" d="M3 11.25a.75.75 0 0 0 0 1.5zm5 1.5a.75.75 0 0 0 0-1.5zM2 12h-.75zm3.445-2.396a.75.75 0 1 0-.89-1.208L5 9zm-.89 6a.75.75 0 0 0 .89-1.208L5 15zM3 12v.75h5v-1.5H3zm-1 0h.75c0 .11-.04.134.021.031q.074-.123.26-.337c.249-.282.595-.607.96-.924a25 25 0 0 1 1.447-1.161l.005-.004l.002-.001L5 9l-.445-.604l-.003.002l-.007.006l-.126.094a28 28 0 0 0-1.41 1.14c-.385.333-.789.708-1.102 1.063a4 4 0 0 0-.42.556c-.103.17-.237.435-.237.743zm3 3l.445-.604h-.002l-.005-.005l-.024-.017a16 16 0 0 1-.421-.323c-.275-.214-.64-.507-1.001-.82a11 11 0 0 1-.961-.925a2.5 2.5 0 0 1-.26-.337c-.062-.103-.021-.079-.021.031h-1.5c0 .308.134.574.237.743c.114.19.264.38.42.556c.313.355.717.73 1.101 1.064a27 27 0 0 0 1.51 1.213l.027.02l.01.007zm16-2.25a.75.75 0 0 0 0-1.5zm-5-1.5a.75.75 0 0 0 0 1.5zm6 .75h.75zm-2.555-3.604a.75.75 0 0 0-.89 1.208L19 9zm-.89 6a.75.75 0 0 0 .89 1.208L19 15zM21 12v-.75h-5v1.5h5zm1 0h.75c0-.308-.134-.574-.237-.743a4 4 0 0 0-.42-.556c-.313-.355-.717-.73-1.101-1.064a27 27 0 0 0-1.51-1.213l-.027-.02l-.01-.008L19 9l-.445.604h.002q.001.003.005.005l.023.017a18 18 0 0 1 .422.323c.275.214.64.507 1.001.82c.366.318.712.643.961.925q.186.214.26.337c.062.103.021.08.021-.031zm-3 3l.445.604l.003-.002l.007-.006l.027-.02l.099-.074a28 28 0 0 0 1.41-1.14c.385-.333.789-.708 1.102-1.063a4 4 0 0 0 .42-.556c.103-.17.237-.435.237-.743h-1.5c0-.11.04-.134-.021-.031c-.05.082-.134.195-.26.337a11 11 0 0 1-.96.924a25 25 0 0 1-1.424 1.144l-.023.017l-.005.004l-.002.001z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsUnfoldHorizontal(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" strokeLinejoin="round" strokeWidth="1.5" d="M12 2v2m0 4v2m0 4v2m0 4v2"/><path fill="currentColor" d="M3 11.25a.75.75 0 0 0 0 1.5zm5 1.5a.75.75 0 0 0 0-1.5zM2 12h-.75zm3.445-2.396a.75.75 0 1 0-.89-1.208L5 9zm-.89 6a.75.75 0 0 0 .89-1.208L5 15zM3 12v.75h5v-1.5H3zm-1 0h.75c0 .11-.04.134.021.031q.074-.123.26-.337c.249-.282.595-.607.96-.924a25 25 0 0 1 1.447-1.161l.005-.004l.002-.001L5 9l-.445-.604l-.003.002l-.007.006l-.126.094a28 28 0 0 0-1.41 1.14c-.385.333-.789.708-1.102 1.063a4 4 0 0 0-.42.556c-.103.17-.237.435-.237.743zm3 3l.445-.604h-.002l-.005-.005l-.024-.017a16 16 0 0 1-.421-.323c-.275-.214-.64-.507-1.001-.82a11 11 0 0 1-.961-.925a2.5 2.5 0 0 1-.26-.337c-.062-.103-.021-.079-.021.031h-1.5c0 .308.134.574.237.743c.114.19.264.38.42.556c.313.355.717.73 1.101 1.064a27 27 0 0 0 1.51 1.213l.027.02l.01.007zm16-2.25a.75.75 0 0 0 0-1.5zm-5-1.5a.75.75 0 0 0 0 1.5zm6 .75h.75zm-2.555-3.604a.75.75 0 0 0-.89 1.208L19 9zm-.89 6a.75.75 0 0 0 .89 1.208L19 15zM21 12v-.75h-5v1.5h5zm1 0h.75c0-.308-.134-.574-.237-.743a4 4 0 0 0-.42-.556c-.313-.355-.717-.73-1.101-1.064a27 27 0 0 0-1.51-1.213l-.027-.02l-.01-.008L19 9l-.445.604h.002q.001.003.005.005l.023.017a18 18 0 0 1 .422.323c.275.214.64.507 1.001.82c.366.318.712.643.961.925q.186.214.26.337c.062.103.021.08.021-.031zm-3 3l.445.604l.003-.002l.007-.006l.027-.02l.099-.074a28 28 0 0 0 1.41-1.14c.385-.333.789-.708 1.102-1.063a4 4 0 0 0 .42-.556c.103-.17.237-.435.237-.743h-1.5c0-.11.04-.134-.021-.031c-.05.082-.134.195-.26.337a11 11 0 0 1-.96.924a25 25 0 0 1-1.424 1.144l-.023.017l-.005.004l-.002.001z"/></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-linejoin="round" stroke-width="1.5" d="M12 2v2m0 4v2m0 4v2m0 4v2"/><path fill="currentColor" d="M3 11.25a.75.75 0 0 0 0 1.5zm5 1.5a.75.75 0 0 0 0-1.5zM2 12h-.75zm3.445-2.396a.75.75 0 1 0-.89-1.208L5 9zm-.89 6a.75.75 0 0 0 .89-1.208L5 15zM3 12v.75h5v-1.5H3zm-1 0h.75c0 .11-.04.134.021.031q.074-.123.26-.337c.249-.282.595-.607.96-.924a25 25 0 0 1 1.447-1.161l.005-.004l.002-.001L5 9l-.445-.604l-.003.002l-.007.006l-.126.094a28 28 0 0 0-1.41 1.14c-.385.333-.789.708-1.102 1.063a4 4 0 0 0-.42.556c-.103.17-.237.435-.237.743zm3 3l.445-.604h-.002l-.005-.005l-.024-.017a16 16 0 0 1-.421-.323c-.275-.214-.64-.507-1.001-.82a11 11 0 0 1-.961-.925a2.5 2.5 0 0 1-.26-.337c-.062-.103-.021-.079-.021.031h-1.5c0 .308.134.574.237.743c.114.19.264.38.42.556c.313.355.717.73 1.101 1.064a27 27 0 0 0 1.51 1.213l.027.02l.01.007zm16-2.25a.75.75 0 0 0 0-1.5zm-5-1.5a.75.75 0 0 0 0 1.5zm6 .75h.75zm-2.555-3.604a.75.75 0 0 0-.89 1.208L19 9zm-.89 6a.75.75 0 0 0 .89 1.208L19 15zM21 12v-.75h-5v1.5h5zm1 0h.75c0-.308-.134-.574-.237-.743a4 4 0 0 0-.42-.556c-.313-.355-.717-.73-1.101-1.064a27 27 0 0 0-1.51-1.213l-.027-.02l-.01-.008L19 9l-.445.604h.002q.001.003.005.005l.023.017a18 18 0 0 1 .422.323c.275.214.64.507 1.001.82c.366.318.712.643.961.925q.186.214.26.337c.062.103.021.08.021-.031zm-3 3l.445.604l.003-.002l.007-.006l.027-.02l.099-.074a28 28 0 0 0 1.41-1.14c.385-.333.789-.708 1.102-1.063a4 4 0 0 0 .42-.556c.103-.17.237-.435.237-.743h-1.5c0-.11.04-.134-.021-.031c-.05.082-.134.195-.26.337a11 11 0 0 1-.96.924a25 25 0 0 1-1.424 1.144l-.023.017l-.005.004l-.002.001z"/></g></svg>
</template>

CSS

.icon-unfold-horizontal {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%202v2m0%204v2m0%204v2m0%204v2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2011.25a.75.75%200%200%200%200%201.5zm5%201.5a.75.75%200%200%200%200-1.5zM2%2012h-.75zm3.445-2.396a.75.75%200%201%200-.89-1.208L5%209zm-.89%206a.75.75%200%200%200%20.89-1.208L5%2015zM3%2012v.75h5v-1.5H3zm-1%200h.75c0%20.11-.04.134.021.031q.074-.123.26-.337c.249-.282.595-.607.96-.924a25%2025%200%200%201%201.447-1.161l.005-.004l.002-.001L5%209l-.445-.604l-.003.002l-.007.006l-.126.094a28%2028%200%200%200-1.41%201.14c-.385.333-.789.708-1.102%201.063a4%204%200%200%200-.42.556c-.103.17-.237.435-.237.743zm3%203l.445-.604h-.002l-.005-.005l-.024-.017a16%2016%200%200%201-.421-.323c-.275-.214-.64-.507-1.001-.82a11%2011%200%200%201-.961-.925a2.5%202.5%200%200%201-.26-.337c-.062-.103-.021-.079-.021.031h-1.5c0%20.308.134.574.237.743c.114.19.264.38.42.556c.313.355.717.73%201.101%201.064a27%2027%200%200%200%201.51%201.213l.027.02l.01.007zm16-2.25a.75.75%200%200%200%200-1.5zm-5-1.5a.75.75%200%200%200%200%201.5zm6%20.75h.75zm-2.555-3.604a.75.75%200%200%200-.89%201.208L19%209zm-.89%206a.75.75%200%200%200%20.89%201.208L19%2015zM21%2012v-.75h-5v1.5h5zm1%200h.75c0-.308-.134-.574-.237-.743a4%204%200%200%200-.42-.556c-.313-.355-.717-.73-1.101-1.064a27%2027%200%200%200-1.51-1.213l-.027-.02l-.01-.008L19%209l-.445.604h.002q.001.003.005.005l.023.017a18%2018%200%200%201%20.422.323c.275.214.64.507%201.001.82c.366.318.712.643.961.925q.186.214.26.337c.062.103.021.08.021-.031zm-3%203l.445.604l.003-.002l.007-.006l.027-.02l.099-.074a28%2028%200%200%200%201.41-1.14c.385-.333.789-.708%201.102-1.063a4%204%200%200%200%20.42-.556c.103-.17.237-.435.237-.743h-1.5c0-.11.04-.134-.021-.031c-.05.082-.134.195-.26.337a11%2011%200%200%201-.96.924a25%2025%200%200%201-1.424%201.144l-.023.017l-.005.004l-.002.001z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%202v2m0%204v2m0%204v2m0%204v2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2011.25a.75.75%200%200%200%200%201.5zm5%201.5a.75.75%200%200%200%200-1.5zM2%2012h-.75zm3.445-2.396a.75.75%200%201%200-.89-1.208L5%209zm-.89%206a.75.75%200%200%200%20.89-1.208L5%2015zM3%2012v.75h5v-1.5H3zm-1%200h.75c0%20.11-.04.134.021.031q.074-.123.26-.337c.249-.282.595-.607.96-.924a25%2025%200%200%201%201.447-1.161l.005-.004l.002-.001L5%209l-.445-.604l-.003.002l-.007.006l-.126.094a28%2028%200%200%200-1.41%201.14c-.385.333-.789.708-1.102%201.063a4%204%200%200%200-.42.556c-.103.17-.237.435-.237.743zm3%203l.445-.604h-.002l-.005-.005l-.024-.017a16%2016%200%200%201-.421-.323c-.275-.214-.64-.507-1.001-.82a11%2011%200%200%201-.961-.925a2.5%202.5%200%200%201-.26-.337c-.062-.103-.021-.079-.021.031h-1.5c0%20.308.134.574.237.743c.114.19.264.38.42.556c.313.355.717.73%201.101%201.064a27%2027%200%200%200%201.51%201.213l.027.02l.01.007zm16-2.25a.75.75%200%200%200%200-1.5zm-5-1.5a.75.75%200%200%200%200%201.5zm6%20.75h.75zm-2.555-3.604a.75.75%200%200%200-.89%201.208L19%209zm-.89%206a.75.75%200%200%200%20.89%201.208L19%2015zM21%2012v-.75h-5v1.5h5zm1%200h.75c0-.308-.134-.574-.237-.743a4%204%200%200%200-.42-.556c-.313-.355-.717-.73-1.101-1.064a27%2027%200%200%200-1.51-1.213l-.027-.02l-.01-.008L19%209l-.445.604h.002q.001.003.005.005l.023.017a18%2018%200%200%201%20.422.323c.275.214.64.507%201.001.82c.366.318.712.643.961.925q.186.214.26.337c.062.103.021.08.021-.031zm-3%203l.445.604l.003-.002l.007-.006l.027-.02l.099-.074a28%2028%200%200%200%201.41-1.14c.385-.333.789-.708%201.102-1.063a4%204%200%200%200%20.42-.556c.103-.17.237-.435.237-.743h-1.5c0-.11.04-.134-.021-.031c-.05.082-.134.195-.26.337a11%2011%200%200%201-.96.924a25%2025%200%200%201-1.424%201.144l-.023.017l-.005.004l-.002.001z%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/unfold-horizontal.svg?color=%231a73e8&size=48

Unfold Horizontal stroke icon — Huge Icons · IconsDB