Styxbrowser2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Styxbrowser2 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/333410.svg" alt="Styxbrowser2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333410.svg" alt="Styxbrowser2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333410.svg" alt="Styxbrowser2 icon" :width="24" :height="24" />
CSS background
.icon-styxbrowser2 {
background-image: url('https://proicons.com/icon/333410.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><circle class="a" cx="23.4956" cy="23.5702" r="20.0704"/><path class="b" d="M22.4,3.6786s-4.7444,4.8833.1153,9.0026,3.8832,4.4247,6.088,1.5205S35.18,16.8043,35.0449,19.16s-1.7139,2.772-4.767-.0506-5.9893,3.3371-.8869,6.0269S41.98,26.5351,43.56,23.6707"/><path class="b" d="M3.768,27.2668s.5945-6.181,6.4673-5.19,6.3883,4.08,6.4346,6.9546,7.2707,1.6379,8.8331,3.6508,3.073,6.1126-2.0625,7.8062-8.2179-1.566-11.9621-1.0049"/><path class="b" d="M42.0885,30.9261s-5.2811-.9468-7.4834,2.4961-1.58,3.4992,1.6688,5.1472"/><circle class="a" cx="10.4647" cy="16.7046" r="2.8561"/><path class="a" d="M35.4341,7.3005c4.04-2.2414,7.16-2.9584,8.48-1.6384C46.7,8.4482,40.4124,19.253,29.87,29.7956S8.5229,46.6262,5.737,43.8393c-1.2361-1.2361-.6861-4.0507,1.2292-7.7205"/></svg>
Copied!