Wallfever Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallfever 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/334960.svg" alt="Wallfever icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334960.svg" alt="Wallfever icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334960.svg" alt="Wallfever icon" :width="24" :height="24" />
CSS background
.icon-wallfever {
background-image: url('https://proicons.com/icon/334960.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.1943,27.0199v-6.0398M31.1943,24.741c0,1.26-1.015,2.2799-2.2659,2.2799h0c-1.2553-.0039-2.2698-1.0246-2.2659-2.2799h0v-1.482c0-1.26,1.015-2.2799,2.2659-2.2799h0c1.2553.0039,2.2698,1.0246,2.2659,2.2799h0M24.3265,20.9791l-1.8689,6.0418-1.8689-6.0418-1.8689,6.0418-1.8689-6.0418M35.2292,10.5704v26.8593c.0055,2.1522-1.7347,3.9014-3.8869,3.9069-.0057,0-.0113,0-.017,0h-14.6496c-2.1522.0039-3.9-1.7377-3.9039-3.8899,0-.0057,0-.0113,0-.017V10.5704c-.0055-2.1522,1.7347-3.9014,3.8869-3.9069.0057,0,.0113,0,.017,0h14.6496c2.1522-.0039,3.9,1.7377,3.9039,3.8899,0,.0057,0,.0113,0,.017ZM37.4461,10.7904h1.15c2.1522-.0039,3.9,1.7377,3.9039,3.8899,0,.0053,0,.0107,0,.016v18.6075c.005,2.1522-1.7357,3.9009-3.8879,3.9059-.0057,0-.0113,0-.017,0h-1.149M10.5549,37.2096h-1.15c-2.1522.0044-3.9005-1.7367-3.9049-3.8889,0-.0057,0-.0113,0-.017V14.6963c-.005-2.1522,1.7357-3.9009,3.8879-3.9059.0057,0,.0113,0,.017,0h1.149"/></svg>
Copied!