fold vertical icon
fold-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fold-vertical
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the fold vertical 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="M2 12h2m4 0h2m4 0h2m4 0h2"/><path fill="currentColor" d="M12.75 17a.75.75 0 1 0-1.5 0zm-1.5 5a.75.75 0 0 0 1.5 0zm.75-6v-.75zm2.396 3.445a.75.75 0 0 0 1.208-.89L15 19zm-6-.89a.75.75 0 0 0 1.208.89L9 19zM12 17h-.75v5h1.5v-5zm0-1v.75c-.11 0-.134-.04-.031.021c.082.05.195.134.337.26c.282.248.607.595.924.96a25 25 0 0 1 1.144 1.423l.017.023l.004.006l.001.001L15 19l.604-.445v-.001l-.002-.002l-.006-.007l-.02-.027a22 22 0 0 0-.342-.448a27 27 0 0 0-.871-1.062c-.334-.384-.71-.788-1.064-1.101a4 4 0 0 0-.556-.42c-.17-.103-.435-.237-.743-.237zm-3 3l.604.445v-.002l.005-.005l.017-.024l.069-.091a26 26 0 0 1 1.075-1.332c.317-.365.643-.712.924-.96c.142-.126.255-.21.337-.26c.103-.062.079-.021-.031-.021v-1.5c-.308 0-.574.134-.743.236a4 4 0 0 0-.556.42c-.355.314-.73.718-1.064 1.102a27 27 0 0 0-1.213 1.51l-.02.027l-.006.007l-.001.002zm2.25-12a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM12 8v.75zm3.604-2.555a.75.75 0 0 0-1.208-.89L15 5zm-6-.89a.75.75 0 0 0-1.208.89L9 5zM12 7h.75V2h-1.5v5zm0 1v.75c.308 0 .574-.135.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717 1.064-1.102a27 27 0 0 0 1.213-1.51q.014-.016.02-.026l.007-.01L15 5l-.604-.445v.001l-.005.006l-.017.023l-.069.092a27 27 0 0 1-1.075 1.331c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.061-.08.02.031.02zM9 5l-.604.445l.002.002l.006.008l.094.126a28 28 0 0 0 1.14 1.41c.333.385.708.789 1.063 1.102c.177.156.366.306.556.42c.17.102.435.237.743.237v-1.5c.11 0 .134.04.031-.021a2.5 2.5 0 0 1-.337-.26a11 11 0 0 1-.924-.961a25 25 0 0 1-1.161-1.446l-.004-.006h-.001v-.001z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFoldVertical(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="M2 12h2m4 0h2m4 0h2m4 0h2"/><path fill="currentColor" d="M12.75 17a.75.75 0 1 0-1.5 0zm-1.5 5a.75.75 0 0 0 1.5 0zm.75-6v-.75zm2.396 3.445a.75.75 0 0 0 1.208-.89L15 19zm-6-.89a.75.75 0 0 0 1.208.89L9 19zM12 17h-.75v5h1.5v-5zm0-1v.75c-.11 0-.134-.04-.031.021c.082.05.195.134.337.26c.282.248.607.595.924.96a25 25 0 0 1 1.144 1.423l.017.023l.004.006l.001.001L15 19l.604-.445v-.001l-.002-.002l-.006-.007l-.02-.027a22 22 0 0 0-.342-.448a27 27 0 0 0-.871-1.062c-.334-.384-.71-.788-1.064-1.101a4 4 0 0 0-.556-.42c-.17-.103-.435-.237-.743-.237zm-3 3l.604.445v-.002l.005-.005l.017-.024l.069-.091a26 26 0 0 1 1.075-1.332c.317-.365.643-.712.924-.96c.142-.126.255-.21.337-.26c.103-.062.079-.021-.031-.021v-1.5c-.308 0-.574.134-.743.236a4 4 0 0 0-.556.42c-.355.314-.73.718-1.064 1.102a27 27 0 0 0-1.213 1.51l-.02.027l-.006.007l-.001.002zm2.25-12a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM12 8v.75zm3.604-2.555a.75.75 0 0 0-1.208-.89L15 5zm-6-.89a.75.75 0 0 0-1.208.89L9 5zM12 7h.75V2h-1.5v5zm0 1v.75c.308 0 .574-.135.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717 1.064-1.102a27 27 0 0 0 1.213-1.51q.014-.016.02-.026l.007-.01L15 5l-.604-.445v.001l-.005.006l-.017.023l-.069.092a27 27 0 0 1-1.075 1.331c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.061-.08.02.031.02zM9 5l-.604.445l.002.002l.006.008l.094.126a28 28 0 0 0 1.14 1.41c.333.385.708.789 1.063 1.102c.177.156.366.306.556.42c.17.102.435.237.743.237v-1.5c.11 0 .134.04.031-.021a2.5 2.5 0 0 1-.337-.26a11 11 0 0 1-.924-.961a25 25 0 0 1-1.161-1.446l-.004-.006h-.001v-.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="M2 12h2m4 0h2m4 0h2m4 0h2"/><path fill="currentColor" d="M12.75 17a.75.75 0 1 0-1.5 0zm-1.5 5a.75.75 0 0 0 1.5 0zm.75-6v-.75zm2.396 3.445a.75.75 0 0 0 1.208-.89L15 19zm-6-.89a.75.75 0 0 0 1.208.89L9 19zM12 17h-.75v5h1.5v-5zm0-1v.75c-.11 0-.134-.04-.031.021c.082.05.195.134.337.26c.282.248.607.595.924.96a25 25 0 0 1 1.144 1.423l.017.023l.004.006l.001.001L15 19l.604-.445v-.001l-.002-.002l-.006-.007l-.02-.027a22 22 0 0 0-.342-.448a27 27 0 0 0-.871-1.062c-.334-.384-.71-.788-1.064-1.101a4 4 0 0 0-.556-.42c-.17-.103-.435-.237-.743-.237zm-3 3l.604.445v-.002l.005-.005l.017-.024l.069-.091a26 26 0 0 1 1.075-1.332c.317-.365.643-.712.924-.96c.142-.126.255-.21.337-.26c.103-.062.079-.021-.031-.021v-1.5c-.308 0-.574.134-.743.236a4 4 0 0 0-.556.42c-.355.314-.73.718-1.064 1.102a27 27 0 0 0-1.213 1.51l-.02.027l-.006.007l-.001.002zm2.25-12a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM12 8v.75zm3.604-2.555a.75.75 0 0 0-1.208-.89L15 5zm-6-.89a.75.75 0 0 0-1.208.89L9 5zM12 7h.75V2h-1.5v5zm0 1v.75c.308 0 .574-.135.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717 1.064-1.102a27 27 0 0 0 1.213-1.51q.014-.016.02-.026l.007-.01L15 5l-.604-.445v.001l-.005.006l-.017.023l-.069.092a27 27 0 0 1-1.075 1.331c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.061-.08.02.031.02zM9 5l-.604.445l.002.002l.006.008l.094.126a28 28 0 0 0 1.14 1.41c.333.385.708.789 1.063 1.102c.177.156.366.306.556.42c.17.102.435.237.743.237v-1.5c.11 0 .134.04.031-.021a2.5 2.5 0 0 1-.337-.26a11 11 0 0 1-.924-.961a25 25 0 0 1-1.161-1.446l-.004-.006h-.001v-.001z"/></g></svg> </template>
CSS
.icon-fold-vertical {
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%22M2%2012h2m4%200h2m4%200h2m4%200h2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%2017a.75.75%200%201%200-1.5%200zm-1.5%205a.75.75%200%200%200%201.5%200zm.75-6v-.75zm2.396%203.445a.75.75%200%200%200%201.208-.89L15%2019zm-6-.89a.75.75%200%200%200%201.208.89L9%2019zM12%2017h-.75v5h1.5v-5zm0-1v.75c-.11%200-.134-.04-.031.021c.082.05.195.134.337.26c.282.248.607.595.924.96a25%2025%200%200%201%201.144%201.423l.017.023l.004.006l.001.001L15%2019l.604-.445v-.001l-.002-.002l-.006-.007l-.02-.027a22%2022%200%200%200-.342-.448a27%2027%200%200%200-.871-1.062c-.334-.384-.71-.788-1.064-1.101a4%204%200%200%200-.556-.42c-.17-.103-.435-.237-.743-.237zm-3%203l.604.445v-.002l.005-.005l.017-.024l.069-.091a26%2026%200%200%201%201.075-1.332c.317-.365.643-.712.924-.96c.142-.126.255-.21.337-.26c.103-.062.079-.021-.031-.021v-1.5c-.308%200-.574.134-.743.236a4%204%200%200%200-.556.42c-.355.314-.73.718-1.064%201.102a27%2027%200%200%200-1.213%201.51l-.02.027l-.006.007l-.001.002zm2.25-12a.75.75%200%200%200%201.5%200zm1.5-5a.75.75%200%200%200-1.5%200zM12%208v.75zm3.604-2.555a.75.75%200%200%200-1.208-.89L15%205zm-6-.89a.75.75%200%200%200-1.208.89L9%205zM12%207h.75V2h-1.5v5zm0%201v.75c.308%200%20.574-.135.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717%201.064-1.102a27%2027%200%200%200%201.213-1.51q.014-.016.02-.026l.007-.01L15%205l-.604-.445v.001l-.005.006l-.017.023l-.069.092a27%2027%200%200%201-1.075%201.331c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.061-.08.02.031.02zM9%205l-.604.445l.002.002l.006.008l.094.126a28%2028%200%200%200%201.14%201.41c.333.385.708.789%201.063%201.102c.177.156.366.306.556.42c.17.102.435.237.743.237v-1.5c.11%200%20.134.04.031-.021a2.5%202.5%200%200%201-.337-.26a11%2011%200%200%201-.924-.961a25%2025%200%200%201-1.161-1.446l-.004-.006h-.001v-.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%22M2%2012h2m4%200h2m4%200h2m4%200h2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%2017a.75.75%200%201%200-1.5%200zm-1.5%205a.75.75%200%200%200%201.5%200zm.75-6v-.75zm2.396%203.445a.75.75%200%200%200%201.208-.89L15%2019zm-6-.89a.75.75%200%200%200%201.208.89L9%2019zM12%2017h-.75v5h1.5v-5zm0-1v.75c-.11%200-.134-.04-.031.021c.082.05.195.134.337.26c.282.248.607.595.924.96a25%2025%200%200%201%201.144%201.423l.017.023l.004.006l.001.001L15%2019l.604-.445v-.001l-.002-.002l-.006-.007l-.02-.027a22%2022%200%200%200-.342-.448a27%2027%200%200%200-.871-1.062c-.334-.384-.71-.788-1.064-1.101a4%204%200%200%200-.556-.42c-.17-.103-.435-.237-.743-.237zm-3%203l.604.445v-.002l.005-.005l.017-.024l.069-.091a26%2026%200%200%201%201.075-1.332c.317-.365.643-.712.924-.96c.142-.126.255-.21.337-.26c.103-.062.079-.021-.031-.021v-1.5c-.308%200-.574.134-.743.236a4%204%200%200%200-.556.42c-.355.314-.73.718-1.064%201.102a27%2027%200%200%200-1.213%201.51l-.02.027l-.006.007l-.001.002zm2.25-12a.75.75%200%200%200%201.5%200zm1.5-5a.75.75%200%200%200-1.5%200zM12%208v.75zm3.604-2.555a.75.75%200%200%200-1.208-.89L15%205zm-6-.89a.75.75%200%200%200-1.208.89L9%205zM12%207h.75V2h-1.5v5zm0%201v.75c.308%200%20.574-.135.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717%201.064-1.102a27%2027%200%200%200%201.213-1.51q.014-.016.02-.026l.007-.01L15%205l-.604-.445v.001l-.005.006l-.017.023l-.069.092a27%2027%200%200%201-1.075%201.331c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.061-.08.02.031.02zM9%205l-.604.445l.002.002l.006.008l.094.126a28%2028%200%200%200%201.14%201.41c.333.385.708.789%201.063%201.102c.177.156.366.306.556.42c.17.102.435.237.743.237v-1.5c.11%200%20.134.04.031-.021a2.5%202.5%200%200%201-.337-.26a11%2011%200%200%201-.924-.961a25%2025%200%200%201-1.161-1.446l-.004-.006h-.001v-.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/fold-vertical.svg?color=%231a73e8&size=48