Qcpr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qcpr 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/346315.svg" alt="Qcpr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346315.svg" alt="Qcpr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346315.svg" alt="Qcpr icon" :width="24" :height="24" />
CSS background
.icon-qcpr {
background-image: url('https://proicons.com/icon/346315.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.8649,21.7399c5.37-3.91,11.73-2.6,20.55-2.48,2.77,1.29,3.82,7.99,1.22,10.79-1.0933.7267-2.0733,1.09-2.94,1.09l-17.15-.18c-2.03-.07-3.57-.94-3.99-2.61-.1533-.38-.5033-.57-1.05-.57h-1.93c-1.17,1.79-2.38,3.07-6.78,2.11-4.1-.26-5.59-6.19-4.65-8.39.68-1.5067,1.2967-1.6133,1.85-.32,1.2333-1.7733,2.25-2.6733,3.05-2.7,1.64-1.6267,2.6167-1.87,2.93-.73.8867.0333,1.8467-.2567,2.88-.87.8533-.2133,1.38,1.29,1.58,4.51l4.43.35Z"/><path class="c" d="M6.2049,20.9899c1.8,1.4467,3.2333,2.2667,4.3,2.46.37,3.38,2.61,3.28,3.68,1.26.6533-.9867,1.18-.93,1.58.17l2.55.07c2.0067,1.92,3.5367,2.8833,4.59,2.89l7.24.08c0,1.59,3.87,1.64,3.87,0l9.24-.04"/><path class="c" d="M9.9749,19.6599c.22.3067.31.68.27,1.12"/></svg>
Copied!