Ox Shell Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ox Shell Launcher 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/330870.svg" alt="Ox Shell Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330870.svg" alt="Ox Shell Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330870.svg" alt="Ox Shell Launcher icon" :width="24" :height="24" />
CSS background
.icon-ox-shell-launcher {
background-image: url('https://proicons.com/icon/330870.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><path class="b" d="m38.7659,32.7318c-1.3982-.9131-2.026-1.1414-2.1116-2.1687s1.189-11.1193-4.1435-9.5916"/><path class="b" d="m30.8331,36.099c3.1389-1.6551,4.052-5.3378,4.052-9.4318s-1.1985-6.0948-4.4801-6.0646-8.8174-2.0529-10.1871-3.3655-3.3681-2.035-5.0222-3.0818c-1.3528-.8561-1.3412-2.2543-1.3412-2.2543"/><path class="b" d="m14.9193,13.9581s-3.4617.6538-4.3463-1.3437c0,0,1.9119,2.0831,1.9975,2.8535-1.6836,1.1985-1.2556,1.6551-1.2556,1.6551-1.8548.799-1.5124,1.6551-1.5409,2.0831s1.1129,1.9119,1.7407,1.9689,2.3399-.1712,2.3399-.1712c.3424,2.3684,1.9975,2.9677,1.9975,4.8795s-1.3412,1.9975-1.3412,4.1091,1.6265,3.5099,1.6265,3.5099"/><path class="b" d="m19.847,35.7851c1.0558-1.2841,1.6551-1.8263,1.6551-3.624s-.1997-5.8212-2.7679-5.8212-3.8031,1.9392-3.8031,1.9392"/><path class="b" d="m27.8118,28.0859c.6814,2.3346,2.0511,2.5343,2.0511,3.6472s-1.598,2.1687-1.598,2.1687"/><path class="b" d="m33.3856,33.6526c.2155-.9779-1.5525-2.8799-2.8664-4.2594-1.7121-1.7977-4.423-1.3412-5.7356-1.3697s-3.2546,1.7121-3.3109,3.039"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!