Super Cycle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Super Cycle 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/348028.svg" alt="Super Cycle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348028.svg" alt="Super Cycle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348028.svg" alt="Super Cycle icon" :width="24" :height="24" />
CSS background
.icon-super-cycle {
background-image: url('https://proicons.com/icon/348028.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><path class="b" d="m24.7564,15.918c0-.4883-7.4121-7.3706-7.938-7.3706-.277,0-.6164.4264-.7541.9477l-.2504.9476-1.8716-1.1963c-1.0294-.6579-2.2786-1.5441-2.7761-1.9691-.4975-.4251-.9833-.698-1.0797-.6065-.4788.4547-2.1755,5.5376-1.9271,5.7729.3211.3041,8.2987,2.9891,8.8816,2.9891.2049,0,.466-.3397.5803-.7549.2012-.7306.27-.7348,2.139-.1299,1.0621.3438,2.3942.8545,2.9602,1.1351,1.1359.563,2.0358.6669,2.0358.2351h0Z"/><path class="b" d="m25.9874,37.8869c.6615-.6615.7208-1.192,1.0018-6.597.5519-2.9917-.3612-3.75-2.6529-5.3389-.7229-.498-1.3126-.9777-1.3105-1.0659.0021-.0882.7248-.8177,1.606-1.6211l1.6022-1.4607.6181.5014c1.2803,1.1951,2.2671,2.2027,3.8695,3.1661.1137.1038,4.4266.0833,5.7469-.6231.6713-.6713.7823-1.3524.3685-2.2607-.387-.8494-1.2193-1.1665-3.0611-1.1665h-1.6315l-2.0253-1.6521c-2.924-2.3852-3.2755-2.6114-4.0587-2.6114-.734,0-1.3524.4974-5.0205,4.0375-1.2951,1.222-2.6718,2.4864-3.3473,4.0652-.1768,1.0894.5598,1.4338,2.9464,3.0531,1.1804.8009,2.2576,1.5904,2.3938,1.7545.1852.2232.1898.7424.0182,2.0612-.1262.9696-.29,2.4583-.364,3.3081l-.1346,1.5453.0198.1278c.2058,1.3307,2.5692,1.6233,3.4152.7773h0Z"/><circle class="b" cx="35.4607" cy="34.5007" r="7.3843"/><circle class="b" cx="13.2293" cy="34.5007" r="7.3843"/><circle class="b" cx="30.9048" cy="14.2361" r="3.3779"/></svg>
Copied!