Xmpp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xmpp 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/349917.svg" alt="Xmpp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349917.svg" alt="Xmpp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349917.svg" alt="Xmpp icon" :width="24" :height="24" />
CSS background
.icon-xmpp {
background-image: url('https://proicons.com/icon/349917.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M5.5,9.5l12,4c0,9,5.5,17.5,18,25-16.5-2.5-27.5-12-30-29Z"/><path class="cls-1" d="M11.5,11.5c-1.5,5.3775,5.5,24.75,24,27"/><path class="cls-1" d="M27.892,33.148c7.861-4.8604,12.997-12.698,14.608-23.648l-12,4c0,5.4918-2.0479,10.798-6.4846,15.803M20.0084,33.1923c-2.1473,1.8176-4.6441,3.5887-7.5084,5.3073,4.1724-.6322,7.9931-1.712,11.414-3.2474"/><path class="cls-1" d="M36.5,11.5c1.0182,3.6504-1.8803,13.75-9.634,20.564M23.4631,34.6172c-3.072,1.9461-6.7142,3.366-10.963,3.8827"/></svg>
Copied!