Survivalmanual Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Survivalmanual Alt 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/333504.svg" alt="Survivalmanual Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333504.svg" alt="Survivalmanual Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333504.svg" alt="Survivalmanual Alt icon" :width="24" :height="24" />
CSS background
.icon-survivalmanual-alt {
background-image: url('https://proicons.com/icon/333504.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" 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="a" d="M24.27,30.9626A6.9626,6.9626,0,1,1,31.2326,24,6.9626,6.9626,0,0,1,24.27,30.9626Z"/><path class="a" d="M27.3508,20.6727l-4.1077,1.9615a.769.769,0,0,0-.3389.3389L20.953,27.0808a.1848.1848,0,0,0,.09.2454l.0023.0011a.175.175,0,0,0,.1438,0l4.1077-1.9615a.8526.8526,0,0,0,.38-.38l1.9614-4.1078a.1952.1952,0,0,0-.1129-.2362A.1748.1748,0,0,0,27.3508,20.6727Z"/><path class="b" d="M24.27,24.75a.75.75,0,1,1,.75-.75A.76.76,0,0,1,24.27,24.75Z"/><path class="a" d="M10.81,43.5H35.73a2,2,0,0,0,2-2L37.68,29V6.45a2,2,0,0,0-2-1.95H10.81"/></svg>
Copied!