Qik Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Qik 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/306295.svg" alt="Qik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306295.svg" alt="Qik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306295.svg" alt="Qik icon" :width="24" :height="24" />
CSS background
.icon-qik {
background-image: url('https://proicons.com/icon/306295.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="M697 938h120c16-103 30-194 44-286 15-93 40-185 48-282C924 177 809 76 628 64c-197-13-331 52-420 140-67 67-112 150-118 260-9 175 123 309 352 290 26-2 52-9 76-20 36-16 61-44 89-61-21 102-60 263 90 265zM575 548c-36 25-119 40-172 8-93-58-36-239 33-291 19-14 43-24 77-28 27-3 75 3 97 18 81 55 41 239-35 293z"/></svg>
Copied!