Bend Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bend 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/322525.svg" alt="Bend icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322525.svg" alt="Bend icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322525.svg" alt="Bend icon" :width="24" :height="24" />
CSS background
.icon-bend {
background-image: url('https://proicons.com/icon/322525.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="d" d="M19.4479,17.6567c7.8613-7.8613,17.477-11.3227,21.4227-7.377,3.9457,3.9457.4374,13.5697-7.4239,21.431M39.8021,23.4458c-1.2973,2.4448-3.4997,5.4122-6.3548,8.2673-5.7103,5.7103-11.7589,8.9199-13.5099,7.1689s1.4586-7.7997,7.1689-13.5099l.7314-.7796-1.3069-1.3069-.7385.7296c-5.7103,5.7103-11.7589,8.9199-13.5099,7.1689-1.751-1.751,1.4586-7.7997,7.1689-13.5099,2.8551-2.8551,5.8308-5.0658,8.2756-6.3631M15.462,18.602c-3.3303,3.3303-7.4426,4.6175-9.1851,2.8751h0c-1.7425-1.7425-.4552-5.8548,2.8751-9.1851,0,0,0,0,0,0,3.3303-3.3303,7.4426-4.6175,9.1851-2.8751s.4552,5.8548-2.8751,9.1851Z"/></svg>
Copied!