Qcc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qcc 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/331755.svg" alt="Qcc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331755.svg" alt="Qcc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331755.svg" alt="Qcc icon" :width="24" :height="24" />
CSS background
.icon-qcc {
background-image: url('https://proicons.com/icon/331755.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.1224,33.1229c-5.0378,5.0378-13.206,5.0378-18.243,0-5.0378-5.0378-5.0378-13.206,0-18.243,5.0378-5.0378,13.206-5.0378,18.243,0"/><path class="b" d="M27.0414,27.0419c-1.6793,1.6793-4.4019,1.6793-6.0811,0s-1.6793-4.4019,0-6.0811,4.4019-1.6793,6.0811,0"/><path class="b" d="M43.7634,43.7639l-4.5609-4.5609c-8.1384,8.1384-21.242,8.4243-29.728.6487C.9889,32.0761.1316,18.9967,7.5297,10.1807,14.9278,1.364,27.9567-.0633,37.0877,6.9435c9.131,7.0065,11.125,19.961,4.5234,29.389"/></svg>
Copied!