Arabam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arabam 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/336553.svg" alt="Arabam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336553.svg" alt="Arabam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336553.svg" alt="Arabam icon" :width="24" :height="24" />
CSS background
.icon-arabam {
background-image: url('https://proicons.com/icon/336553.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24.9685,32.3576c-4.616,0-8.3579-3.7419-8.3579-8.3579s3.7419-8.3579,8.3579-8.3579c2.3227,0,4.5404.9665,6.1217,2.6677l.008,11.372c-1.5817,1.7064-3.8031,2.6763-6.1298,2.6763v-.0002Z"/><path class="c" d="m31.0879,6.9248h11.4121v34.149h-11.4121l.0109-1.7649c-2.5206,1.3557-5.3488,2.0681-8.2217,2.0681-9.5972,0-17.377-7.7801-17.377-17.377S13.2801,6.623,22.877,6.623c2.8657,0,5.6868.7087,8.2122,2.0629l-.0013-1.7611Z"/></svg>
Copied!