Quinb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quinb 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/331827.svg" alt="Quinb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331827.svg" alt="Quinb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331827.svg" alt="Quinb icon" :width="24" :height="24" />
CSS background
.icon-quinb {
background-image: url('https://proicons.com/icon/331827.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;}</style></defs><path class="a" d="M20.368,24.89a13.6007,13.6007,0,0,1-3.4792,3.08,8.2741,8.2741,0,1,1,3.07-11.2938c1.1356,1.983,4.2727,7.682,4.2727,7.682s2.6921,4.6339,3.8417,6.6088a8.2748,8.2748,0,1,0,2.9888-11.3153,13.5338,13.5338,0,0,0-3.4305,3.05"/><path class="a" d="M19.2027,35.22A2.3421,2.3421,0,1,1,22.288,38.246"/><path class="a" d="M28.9138,12.7805A2.3422,2.3422,0,1,1,25.8285,9.754"/></svg>
Copied!