Fold Up Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Fold Up icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307173.svg" alt="Fold Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307173.svg" alt="Fold Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307173.svg" alt="Fold Up icon" :width="24" :height="24" />
CSS background
.icon-fold-up {
background-image: url('https://proicons.com/icon/307173.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.85355 8.35355C3.65829 8.54882 3.34171 8.54882 3.14645 8.35355C2.95118 8.15829 2.95118 7.84171 3.14645 7.64645L7.64645 3.14645C7.84171 2.95118 8.15829 2.95118 8.35355 3.14645L12.8536 7.64645C13.0488 7.84171 13.0488 8.15829 12.8536 8.35355C12.6583 8.54882 12.3417 8.54882 12.1464 8.35355L8 4.20711L3.85355 8.35355ZM3.85355 12.3536C3.65829 12.5488 3.34171 12.5488 3.14645 12.3536C2.95118 12.1583 2.95118 11.8417 3.14645 11.6464L7.64645 7.14645C7.84171 6.95118 8.15829 6.95118 8.35355 7.14645L12.8536 11.6464C13.0488 11.8417 13.0488 12.1583 12.8536 12.3536C12.6583 12.5488 12.3417 12.5488 12.1464 12.3536L8 8.20711L3.85355 12.3536Z"/></svg>
Fold Up in other icon packs
Copied!