Zooba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zooba 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/350201.svg" alt="Zooba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350201.svg" alt="Zooba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350201.svg" alt="Zooba icon" :width="24" :height="24" />
CSS background
.icon-zooba {
background-image: url('https://proicons.com/icon/350201.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="M4.5011,18.0635l.0966,3.4006,5.4857-.4968-4.7491,6.3617-.0083,3.1764,8.9085-.0481.0111-.7581.4491.3852c.1535.1317.3134.258.4932.3488.1798.0908.374.1477.5692.1951.9259.2252,1.8948.291,2.834.1321.9391-.1589,1.8474-.5477,2.5802-1.1676.0186-.0157.0371-.0317.0578-.0444.0207-.0127.0438-.0222.0679-.0238.0177-.0011.0358.0022.0521.0093.0239.0408.0494.0806.0764.1194.2184.3138.5306.5512.8696.7203s.7053.2734,1.0735.3575c1.0253.2343,2.1179.3146,3.1115-.0343.3612-.1269.7034-.3088,1.0155-.5337.4763-.3431.8824-.7871,1.1852-1.2955"/><path class="b" d="M28.6795,28.8675l4.5904.0239-.6519,2.1497h3.1231l.4889-1.5857,3.3906-.6462.6873,1.9625,3.1921-.3498-4.1967-11.2266-3.2552.4548-1.0433,3.6283-.6883-.7438.2488-.6716c.0688-.1857.1131-.3801.1328-.5776.0786-.7852.036-1.6018-.2749-2.3245-.4201-.9766-1.3403-1.7118-2.3704-1.894"/><path class="b" d="M32.0534,17.0668l-5.5375-.108.1923,3.3438-1.0044-.2032c-.3304-.0669-.6666-.1177-1.0028-.0963-.3362.0214-.6648.1064-.992.1881-.2894.0722-.5816.1395-.8566.2563-.1504.0638-.2945.1421-.4351.2259-.0557.0333-.1112.0676-.1609.1095-.0294.0248-.0568.0521-.0879.0746s-.067.0402-.1051.0422c-.038.002-.0763-.0122-.1052-.0373-.0239-.0208-.0414-.0483-.055-.0772-.0136-.0289-.0237-.0593-.0351-.0892-.0722-.1893-.197-.3528-.3305-.5037-.6536-.739-1.5491-1.2337-2.4955-1.4761-1.6883-.4324-3.5589-.0526-4.9561,1.0063"/><path class="b" d="M14.0852,19.7227l-.2005-2.1173-9.3848.4581"/><path class="b" d="M12.6417,27.1321l-3.4503.0861,3.2871-4.4784-.0886.498c-.068.3819-.101.7699-.0933,1.158.0184.9212.1344,1.8403.3451,2.7362h0Z"/><path class="b" d="M32.1592,26.35l-2.4125-.0153-.0299-1.8363h2.4424l.3913.2925.0762,1.0487-.4674.5104Z"/><path class="b" d="M31.5856,21.7007l-2.4125-.0153-.0299-1.8363h2.4424l.3913.2925.0762,1.0487-.4674.5104Z"/><path class="b" d="M37.1058,26.7117l1.7141-.3834-.9703-2.5827-.7438,2.9661Z"/><path class="b" d="M17.5163,27.8577c-.2423-.037-.4756-.1211-.6994-.2228-.24-.109-.4725-.2397-.6742-.4115-.3412-.2906-.5825-.6905-.7323-1.1173-.1498-.4268-.2122-.881-.2358-1.3337-.0282-.5389-.0017-1.086.1438-1.6048.1456-.5188.4165-1.01.8207-1.3582.5347-.4608,1.2889-.6381,1.9706-.4757.6817.1624,1.277.6563,1.5839,1.2981.1752.3662.2588.7701.3281,1.1714.0972.5627.1693,1.1374.1001,1.7044-.0798.6543-.3584,1.2924-.8284,1.7451-.235.2263-.5156.4044-.8212.5116s-.6363.1423-.9559.0936h0Z"/><path class="b" d="M24.878,28.26c-.1907-.0108-.3803-.0409-.5652-.0899-.2115-.0561-.4184-.1376-.6-.2618-.2517-.1721-.4466-.4211-.5902-.6934-.1436-.2723-.2384-.5683-.3187-.8664-.1013-.376-.1808-.7605-.1959-1.1501-.0151-.3897.0361-.7862.1876-1.1443.1709-.4039.4694-.7504.8399-.9757.3705-.2253.811-.3283,1.2408-.2909.4297.0375.8466.2152,1.1751.5003.3285.2851.5671.6762.6734,1.1026.0251.1006.0429.2028.0608.305.1056.6063.2088,1.2334.0683,1.8323-.108.4603-.3613.8838-.7131,1.1922-.3518.3084-.8004.5003-1.2627.54h0Z"/></svg>
Copied!