Fold Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fold 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/340612.svg" alt="Fold icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340612.svg" alt="Fold icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340612.svg" alt="Fold icon" :width="24" :height="24" />
CSS background
.icon-fold {
background-image: url('https://proicons.com/icon/340612.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M29.977,3.3475c9.5175,5.747-5.6387,14.629-2.5294,27.247,1.8319,7.4343,13.334,8.7115,16.261,1.9991"/><path class="b" d="M30.65,15.338c6.5892,2.9849,9.3228,15.61.5944,20.253"/></svg>
Fold in other icon packs
Copied!