Twist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twist 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/334408.svg" alt="Twist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334408.svg" alt="Twist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334408.svg" alt="Twist icon" :width="24" :height="24" />
CSS background
.icon-twist {
background-image: url('https://proicons.com/icon/334408.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.8893,5.1969,6.8012,21.7339a2,2,0,0,0-1.127,1.7994V41.8644a1,1,0,0,0,1.4558.89L21.7837,35.25l6.1582,4.7275,4.0333-10.3713,9.3927-5.7342a2,2,0,0,0,.9579-1.7071V6.0966A1,1,0,0,0,40.8893,5.1969Z"/></svg>
Copied!