Qwik Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Qwik 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/315763.svg" alt="Qwik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315763.svg" alt="Qwik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315763.svg" alt="Qwik icon" :width="24" :height="24" />
CSS background
.icon-qwik {
background-image: url('https://proicons.com/icon/315763.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Qwik</title><path d="M7.5469 0a2.957 2.957 0 0 0-2.5606 1.4785L.5332 9.1915a2.957 2.957 0 0 0 0 2.957l4.4531 7.7128A2.955 2.955 0 0 0 7.547 21.338H12l8.5938 2.6484c.2409.0742.4512-.1782.3359-.4023l-1.916-3.7227 4.4531-7.7129a2.957 2.957 0 0 0 0-2.957l-4.4531-7.7129A2.957 2.957 0 0 0 16.453 0zm0 .7656L17.7324 10.67l-1.8965 1.8985.5782 7.5332L6.2676 10.67l2.371-2.373z"/></svg>
Qwik in other icon packs
Copied!