Survivalmanual Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Survivalmanual 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/333503.svg" alt="Survivalmanual icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333503.svg" alt="Survivalmanual icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333503.svg" alt="Survivalmanual icon" :width="24" :height="24" />
CSS background
.icon-survivalmanual {
background-image: url('https://proicons.com/icon/333503.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.cls-2{fill:#000;}</style></defs><path class="cls-1" d="M6.48,6.45v35.1a2,2,0,0,0,1.95,2h2.38V4.5H8.43A2,2,0,0,0,6.48,6.45Z"/><path class="cls-1" d="M21,30.78A6.78,6.78,0,1,1,27.78,24,6.79,6.79,0,0,1,21,30.78Z"/><path class="cls-1" d="M24,20.76l-4,1.91a.75.75,0,0,0-.33.33l-1.9,4a.18.18,0,0,0,.09.24.17.17,0,0,0,.14,0l4-1.91a.83.83,0,0,0,.37-.37l1.91-4a.19.19,0,0,0-.11-.23A.17.17,0,0,0,24,20.76Z"/><path class="cls-2" d="M21,24.75a.75.75,0,1,1,.75-.75.76.76,0,0,1-.75.75Z"/><path class="cls-2" d="M33.28,24.75A.75.75,0,1,1,34,24a.75.75,0,0,1-.75.75Z"/><path class="cls-1" d="M37.68,29h1.14a2.71,2.71,0,0,0,2.7-2.7V21.68A2.71,2.71,0,0,0,38.82,19H37.68V6.45a2,2,0,0,0-2-1.95H10.81v39H35.73a2,2,0,0,0,2-2Z"/><path class="cls-1" d="M33.28,27a3,3,0,0,1,0-6h4.4v6Z"/></svg>
Copied!