Xabber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xabber 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/349873.svg" alt="Xabber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349873.svg" alt="Xabber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349873.svg" alt="Xabber icon" :width="24" :height="24" />
CSS background
.icon-xabber {
background-image: url('https://proicons.com/icon/349873.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A13.51,13.51,0,0,0,10.59,17.91c0,8,7.32,11.07,7.32,15.24v1.21H30.09V33.15c0-4.15,7.32-7.2,7.32-15.24A13.51,13.51,0,0,0,24,4.5ZM21.1,6.84,23,8.91l-4.15,3.14-1.64,4.19h0l5.74,1.67-5.55,8.71a11.3,11.3,0,0,1-2-1.88l-.82-6.84,2.65-1.66-3.71-2A11.44,11.44,0,0,1,21.1,6.83Zm7.77,1a11,11,0,0,1,3.51,2.87c-1.81.13-3.43.13-5.24.27C27.73,9.9,28.3,9,28.87,7.86Zm4.07,3.61a11.23,11.23,0,0,1,2,6.44,9.92,9.92,0,0,1-3.68,8l-.44-5.92-3.71-1.08L26.06,14.7l6.88-3.23Zm-15,22.89H30.09v4.57H17.91Zm0,4.57H30.09V43.5H17.91Z"/></svg>
Copied!