Swipefy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swipefy 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/333540.svg" alt="Swipefy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333540.svg" alt="Swipefy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333540.svg" alt="Swipefy icon" :width="24" :height="24" />
CSS background
.icon-swipefy {
background-image: url('https://proicons.com/icon/333540.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.3405,8.2138l15.7616-2.6755c1.4507-.2473,2.8273.7282,3.0746,2.179,0,0,0,.0002,0,.0002l4.1966,24.7375c.2473,1.4507-.7282,2.8273-2.179,3.0746,0,0-.0002,0-.0002,0l-15.7616,2.6755c-1.447.2407-2.8165-.7333-3.0639-2.1792L6.1613,11.2885c-.2473-1.4507.7282-2.8273,2.179-3.0746h.0002Z"/><path class="c" d="m27.5328,9.9723l9.7526,2.4274c3.9341.7696,5.3402,2.8121,4.2182,6.1277l-5.1784,20.6487c-.7552,2.92-2.6935,3.9161-5.8149,2.9883l-10.8098-2.546c-1.2946-.2877-2.5928-.8667-3.8946-1.7369"/></svg>
Copied!