Swoosh Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Swoosh Up 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/306623.svg" alt="Swoosh Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306623.svg" alt="Swoosh Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306623.svg" alt="Swoosh Up icon" :width="24" :height="24" />
CSS background
.icon-swoosh-up {
background-image: url('https://proicons.com/icon/306623.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="M509 800l-17-3c-3 0-5-2-5-5V668l-17-2v98c0 2 0 3-2 4-1 1-3 2-5 1l-20-2c-3-1-5-3-5-5V411L328 520c-8 9-22 10-31 3l-58-42c-10-6-10-18-2-27l248-248c8-8 21-8 30 0l248 249c8 8 7 20-2 26l-59 41c-10 6-24 5-32-3L562 411v331c0 2-1 3-3 4-1 1-3 2-5 1l-16-2c-3 0-5-3-5-5v-94l-17-2v151c0 1 0 3-2 4-1 1-3 1-5 1z"/></svg>
Copied!