Continuum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Continuum 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/338551.svg" alt="Continuum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338551.svg" alt="Continuum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338551.svg" alt="Continuum icon" :width="24" :height="24" />
CSS background
.icon-continuum {
background-image: url('https://proicons.com/icon/338551.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><circle class="b" cx="25.8442" cy="9.7747" r="3.2191"/><circle class="b" cx="17.2035" cy="22.0004" r="7.5071"/><path class="b" d="M27.7018,25.8522c-1.4726,3.278-4.7672,5.5659-8.5943,5.5659-5.1999,0-9.4097-4.2181-9.4097-9.418s4.2098-9.418,9.4097-9.418c4.6508,0,8.5195,3.3778,9.2766,7.8123"/><path class="b" d="M25.8442,6.5557c-4.3504,0-8.6397,3.917-9.6266,6.4838"/><path class="b" d="M37.3792,22.8492c-.6298-1.9594,2.0994-4.0588,3.8839-1.8894s-1.9882,3.8839-1.9882,3.8839c-1.5458,1.7145-4.7649,3.534-4.7649,3.534"/><path class="b" d="M29.6106,23.9215c6.1919-.8131,6.5556-5.516,7.6286-4.7928s.3918,1.9942.3918,1.9942"/><path class="b" d="M9.3633,26.678c.4683-2.0042-2.4227-3.8746-4.0247-1.5672s2.2976,3.7092,2.2976,3.7092c1.6345,2.071,5.5534,3.1346,5.5534,3.1346,1.7882,1.007,5.4505.4471,5.4505.4471.6298.7231-.2714,2.5892.4008,3.2657s2.5383,2.9625,3.4714,3.0324,2.9858-.1866,2.9858-.1866c1.7028,2.4726,4.6886,2.5193,5.7617,2.5426.3732,2.4493,1.2288,3.0091,3.2503,2.6126s2.3947-3.8722,1.5783-5.3884l-3.5456.0467"/><path class="b" d="M9.7588,22.9726c-.2072-.1298-.3881-.1508-.5587-.0143-1.0106.808-.2283,2.0194-.2283,2.0194"/><ellipse class="b" cx="27.9584" cy="23.1084" rx="2.7612" ry="1.7612" transform="translate(3.0427 49.4689) rotate(-86.1888)"/><path class="b" d="M28.1419,20.3533l-1.5318-.2001c-.9705-.0647-1.8394,1.1164-1.9408,2.638s.6032,2.8075,1.5737,2.8721l1.5318.2001"/><path class="b" d="M36.3373,38.9288c1.4772,1.6372,2.9701,2.9435,4.6496,1.0074s1.0653-4.2299-1.0497-6.3448c-1.3296-1.3296-3.7789-.9797-3.7789-.9797.5482-1.4287.049-3.5759-.8998-4.6804"/><path class="b" d="M38.491,36.3089c-.9797,1.2596-2.4026,1.9711-2.4026,1.9711"/><path class="b" d="M33.1725,40.1928c-.7873.4549-1.9128.8631-1.9128.8631"/><path class="b" d="M18.8165,35.2126c.9841-.175,4.5997-.9681,6.1859-1.8312,1.5629,1.4462,2.956,3.0324,2.956,3.0324"/><path class="b" d="M31.2597,29.2993c-.8223,1.7728-2.7693,4.5487-4.7116,5.5984"/><path class="b" d="M31.7608,23.4213c.2628,2.3739.811,3.7553,1.4117,4.1985"/></svg>
Copied!