Swoosh Down Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Swoosh Down 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/306620.svg" alt="Swoosh Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306620.svg" alt="Swoosh Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306620.svg" alt="Swoosh Down icon" :width="24" :height="24" />
CSS background
.icon-swoosh-down {
background-image: url('https://proicons.com/icon/306620.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 200l-17 2c-3 1-5 3-5 6v124l-16 2v-98c0-2-1-4-3-5-1 0-3-1-5-1l-20 3c-3 1-5 3-5 5v351L329 479c-9-8-23-9-32-2l-58 42c-9 6-10 18-2 26l248 249c8 8 22 8 30 0l248-249c8-8 7-20-2-26l-59-41c-9-7-24-5-32 3L562 589V258c0-2-1-3-3-4-1-1-3-2-5-1l-16 2c-3 0-5 3-5 5v94l-16 2V205c0-1-1-3-3-4-1-1-3-1-5-1z"/></svg>
Copied!