Qcy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qcy 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/346316.svg" alt="Qcy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346316.svg" alt="Qcy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346316.svg" alt="Qcy icon" :width="24" :height="24" />
CSS background
.icon-qcy {
background-image: url('https://proicons.com/icon/346316.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="41.2939 20.1087 38.7645 24 36.2351 20.1087"/><line class="b" x1="38.7645" y1="27.8913" x2="38.7645" y2="24"/><path class="b" d="m26.6399,25.2857h0c0,1.4766-1.1813,2.6579-2.6579,2.6579h0c-1.4766,0-2.6579-1.1813-2.6579-2.5595v-2.6579c0-1.4766,1.1813-2.6579,2.6579-2.5595h0c1.4766,0,2.5595,1.1813,2.5595,2.5595h0"/><line class="b" x1="12.3202" y1="27.8913" x2="9.7908" y2="25.2647"/><path class="b" d="m9.7908,27.8913h0c-1.4592,0-2.5294-1.1674-2.5294-2.5294v-2.6266c0-1.4592,1.1674-2.6266,2.5294-2.6266h0c1.4592,0,2.5294,1.1674,2.5294,2.6266v2.5294c0,1.4592-1.0701,2.6266-2.5294,2.6266Z"/><ellipse class="b" cx="9.7939" cy="24.0001" rx="8.5289" ry="5.8437" transform="translate(-16.1276 24.0554) rotate(-67.923)"/><ellipse class="b" cx="23.9819" cy="24.0002" rx="8.5289" ry="5.8437" transform="translate(-7.2722 37.2032) rotate(-67.923)"/><ellipse class="b" cx="38.2061" cy="23.9999" rx="8.5289" ry="5.8437" transform="translate(1.6061 50.3843) rotate(-67.923)"/></svg>
Copied!