Swoosh Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Swoosh Left 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/306621.svg" alt="Swoosh Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306621.svg" alt="Swoosh Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306621.svg" alt="Swoosh Left icon" :width="24" :height="24" />
CSS background
.icon-swoosh-left {
background-image: url('https://proicons.com/icon/306621.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M800 509l-2-17c-1-3-3-5-6-5H668l-2-16h98c2 0 4-1 5-3 0-1 1-3 1-5l-3-20c-1-3-3-5-5-5H411l109-109c9-9 10-23 3-32l-42-58c-6-9-18-10-26-2L206 485c-8 8-8 22 0 30l249 248c8 8 20 7 26-2l41-59c7-9 5-24-3-32L411 562h331c2 0 3-1 4-3 1-1 2-3 1-5l-2-16c0-3-3-5-5-5h-94l-2-16h151c1 0 3-1 4-3 1-1 1-3 1-5z"/></svg>
Copied!