Whoosh Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whoosh 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/335137.svg" alt="Whoosh icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335137.svg" alt="Whoosh icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335137.svg" alt="Whoosh icon" :width="24" :height="24" />
CSS background
.icon-whoosh {
background-image: url('https://proicons.com/icon/335137.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M31.941,16.0625l-3.97,15.876-3.968-15.876-3.97,15.876-3.969-15.876M35.019,32.5215H5.5M9.5,5.4995h29.001c2.2047-.0039,3.9951,1.7803,3.999,3.985,0,.005,0,.01,0,.015v29.001c.0055,2.2036-1.7764,3.9945-3.98,4-.0063,0-.0127,0-.019,0H9.501c-2.2036.0055-3.9945-1.7764-4-3.98,0-.0067,0-.0133,0-.02V9.5005c-.005-2.2047,1.7783-3.996,3.983-4.001.0057,0,.0113,0,.017,0h-.001Z"/></svg>
Copied!