Xcamp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xcamp 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/335326.svg" alt="Xcamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335326.svg" alt="Xcamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335326.svg" alt="Xcamp icon" :width="24" :height="24" />
CSS background
.icon-xcamp {
background-image: url('https://proicons.com/icon/335326.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m24,4.5c-7.6594.001-13.8683,6.2099-13.8693,13.8693.1539,3.588,1.1045,5.7842,2.893,8.4268l11.0202,16.7038,11.0531-16.8682c1.6548-2.341,2.6988-5.5634,2.7724-8.2624-.001-7.6594-6.2099-13.8684-13.8694-13.8693Z"/><path id="c" class="e" d="m19.6995,19.2193v-1.2119h-3.6348v2.4234c-.0001,2.0072,1.6269,3.6345,3.6341,3.6346h12.1156v-3.6346h-10.9041c-.6689-.0002-1.211-.5426-1.2109-1.2115Z"/><path id="d" class="e" d="m28.1797,17.0549v.3516h3.6348v-1.5631c.0001-2.0072-1.6269-3.6345-3.6341-3.6346h-12.1156v3.6346h10.9041c.6689.0002,1.211.5426,1.2109,1.2115Z"/></svg>
Copied!