Cuscon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cuscon 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/324196.svg" alt="Cuscon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324196.svg" alt="Cuscon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324196.svg" alt="Cuscon icon" :width="24" :height="24" />
CSS background
.icon-cuscon {
background-image: url('https://proicons.com/icon/324196.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><circle class="b" cx="24.0698" cy="25.3602" r="5.4379"/><circle class="b" cx="24.0698" cy="11.1379" r="4.8054"/><circle class="b" cx="10.3054" cy="20.7487" r="4.8054"/><circle class="b" cx="37.6946" cy="20.7487" r="4.8054"/><circle class="b" cx="15.4146" cy="36.8621" r="4.8054"/><circle class="b" cx="32.1601" cy="36.8621" r="4.8054"/><path class="b" d="m35.8931,16.2993c-1.7592-2.3115-4.1934-4.0911-7.0163-5.0525"/><path class="b" d="m19.4161,39.5165c1.4626.4909,3.0274.7466,4.6537.7466,1.4524,0,2.8638-.2046,4.1934-.6034"/><path class="b" d="m9.1678,25.4123c.0102,3.0888.9614,5.9628,2.5876,8.3357"/><path class="b" d="m36.1079,34.1366v-.0102c1.8001-2.4547,2.8638-5.4719,2.8638-8.7448"/><path class="b" d="m19.2627,11.2467c-2.8331.9716-5.2776,2.7615-7.047,5.0935"/><line class="b" x1="20.8769" y1="29.7591" x2="18.324" y2="33.0431"/><line class="b" x1="33.1585" y1="22.3277" x2="29.212" y2="23.5963"/><line class="b" x1="24.0698" y1="15.9433" x2="24.2669" y2="19.9266"/></svg>
Copied!