Wall Kickers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wall Kickers 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/334949.svg" alt="Wall Kickers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334949.svg" alt="Wall Kickers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334949.svg" alt="Wall Kickers icon" :width="24" :height="24" />
CSS background
.icon-wall-kickers {
background-image: url('https://proicons.com/icon/334949.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="M25.965,14.2045h3.863v1.941M27.956,18.1155v7.841M14.221,18.1165v7.84M12.28,29.7995h5.859M14.22,8.3595l-3.857-.06v1.97h-1.969l-.06,3.873M37.612,8.3595l3.89-.06v1.97h1.938l.06,3.872M6.42,35.7365h-1.92v-5.937M14.253,14.2045h-1.973v1.942h-1.919v1.97h-1.967l-.06,7.84-1.915-.002v1.942M10.362,27.9165l9.792.07h13.585v1.813h1.953M31.822,31.7705l-3.866-.015M29.828,31.7555v3.98c-4.072.047-13.05.032-23.408,0v1.986h1.915v1.978h3.946M35.691,35.7285l-1.953.008v1.985h-1.915v1.979H12.28M39.58,31.7705l.001-1.97h1.92v-1.904h1.97l-.001-9.78h-1.97v-1.97h-1.92l.002-1.941h-1.972l.001-1.98h-1.92v-1.955h-3.868l-.001-1.97h-11.67v1.97h-3.981v1.956h-1.92l.001,1.979h1.92M6.418,27.8955h-1.917v1.904M35.691,35.7295v-1.988h1.92v-1.985l1.97.015"/></svg>
Copied!