Cycplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cycplus 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/338773.svg" alt="Cycplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338773.svg" alt="Cycplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338773.svg" alt="Cycplus icon" :width="24" :height="24" />
CSS background
.icon-cycplus {
background-image: url('https://proicons.com/icon/338773.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M15.7952,32.3642c-1.8473,2.2016-4.9363,2.9005-7.5515,1.7087s-4.1142-3.9816-3.6646-6.8202c.4496-2.8385,2.7374-5.0286,5.5928-5.3539,2.8555-.3253,5.5772,1.294,6.6538,3.9586"/><path id="c" class="h" d="M43.5,26.5986c-.7192,5.1174-5.2747,8.8064-10.4299,8.446-5.1551-.3605-9.1529-4.6476-9.1529-9.8153s3.9978-9.4548,9.1529-9.8153c5.1551-.3605,9.7107,3.3285,10.4299,8.446"/><path id="d" class="h" d="M15.7952,32.3642l8.6858-10.418"/><path id="e" class="h" d="M24.7402,12.9311H13.2757c8.3887,.7927,10.3995,4.9893,10.6235,9.713"/><path id="f" class="h" d="M32.5555,25.2293h2.3062"/><path id="g" class="h" d="M33.7086,23.9875v2.4836"/></svg>
Copied!