Pocket Camp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocket Camp 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/345970.svg" alt="Pocket Camp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345970.svg" alt="Pocket Camp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345970.svg" alt="Pocket Camp icon" :width="24" :height="24" />
CSS background
.icon-pocket-camp {
background-image: url('https://proicons.com/icon/345970.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="m24.9008,12.4549c1.0796-1.6061,6.7689-2.0425,9.9471-3.5301-3.0434-1.2191-8.2546-2.3869-10.0533-3.4248l.1063,6.9549Z"/><polygon class="b" points="24.4587 33.4001 18.8671 42.1395 7.0938 41.5845 24.8477 13.9434 40.9062 42.5 29.2534 42.1348 24.4587 33.4001"/></svg>
Copied!