Swoosh Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Swoosh Right 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/306622.svg" alt="Swoosh Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306622.svg" alt="Swoosh Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306622.svg" alt="Swoosh Right icon" :width="24" :height="24" />
CSS background
.icon-swoosh-right {
background-image: url('https://proicons.com/icon/306622.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="M200 509l3-17c0-3 2-5 5-5h124l2-16h-98c-2 0-3-1-5-3 0-1-1-3-1-5l3-20c1-3 3-5 5-5h351L480 329c-9-9-10-23-3-32l42-58c6-9 18-10 26-2l249 248c8 8 8 22 0 30L546 763c-9 8-20 7-27-2l-41-59c-7-9-5-24 3-32l108-108H258c-2 0-3-1-4-3-1-1-2-3-1-5l2-16c0-3 3-5 5-5h94l2-16H205c-1 0-3-1-4-3-1-1-1-3-1-5z"/></svg>
Copied!