Pitwall Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pitwall Club 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/331284.svg" alt="Pitwall Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331284.svg" alt="Pitwall Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331284.svg" alt="Pitwall Club icon" :width="24" :height="24" />
CSS background
.icon-pitwall-club {
background-image: url('https://proicons.com/icon/331284.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M32.7091,29.25v4.2171c0,1.7116.9465,2.66,2.3549,2.66h.8972"/><path class="b" d="M5.5001,12.095c4.2794.0097,4.2577,6.464,0,6.464"/><path class="b" d="M13.6391,17.563v2.713"/><path class="b" d="M13.6391,14.093l8.02.0003"/><path class="b" d="M19.7801,12.095v5.468c0,1.414,1.404,2.713,2.7134,2.713h7.6128c1.5768,0,2.6032,1.2887,2.6032,2.6033l-.0004,2.4477"/><path class="b" d="M6.1748,25.463l-.6748,1.1119"/><path class="b" d="M5.5001,35.984l4.4807-7.1024c1.1904-2.0618,2.6471-3.4385,4.791-3.4385h3.4635c1.4218,0,2.9699,1.4298,2.9699,2.5709v5.4404c0,1.1883-1.199,2.6559-2.405,2.6559h-4.6505c-1.4417,0-2.5693-1.0647-2.5693-2.5717s1.0792-2.7651,2.5693-2.7651h2.3247"/><path class="b" d="M26.1501,25.327v8.1405c0,1.7116.9465,2.66,2.3549,2.66h.8972"/></svg>
Copied!