Wallman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallman 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/334965.svg" alt="Wallman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334965.svg" alt="Wallman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334965.svg" alt="Wallman icon" :width="24" :height="24" />
CSS background
.icon-wallman {
background-image: url('https://proicons.com/icon/334965.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m11.4737,43.5c-.4467,0-.9004-.0728-1.3471-.2264-2.1617-.7438-3.3107-3.0995-2.5669-5.2611l8.9195-25.9156c.7428-2.1617,3.0954-3.3127,5.2611-2.5669,2.1617.7438,3.3107,3.0995,2.5669,5.2611l-8.9195,25.9156c-.5902,1.715-2.196,2.7933-3.914,2.7933Z"/><path class="c" d="m27.6068,38.6967c-.4467,0-.9004-.0728-1.3471-.2264-2.1617-.7438-3.3107-3.0995-2.5669-5.2611l8.9195-25.9156c.7438-2.1606,3.0944-3.3117,5.2611-2.5669,2.1617.7438,3.3107,3.0995,2.5669,5.2611l-8.9195,25.9156c-.5902,1.715-2.196,2.7933-3.914,2.7933Z"/><path class="c" d="m23.6897,35.8943l-3.3107-9.6897"/><path class="c" d="m24.3103,12.106l3.3107,9.6897"/></svg>
Copied!