Wnba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wnba 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/335216.svg" alt="Wnba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335216.svg" alt="Wnba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335216.svg" alt="Wnba icon" :width="24" :height="24" />
CSS background
.icon-wnba {
background-image: url('https://proicons.com/icon/335216.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><polyline class="b" points="17.2481 20 13.8375 28 13.2481 20 9.8375 28 9.2481 20"/><polyline class="b" points="18.2348 28 19.6454 20 23.5347 28 24.9453 20"/><path class="b" d="M30.3584,24c1.1046,0,1.8421.8954,1.6473,2s-1.2481,2-2.3526,2h-3.3l1.4106-8h3.3c1.1046,0,1.8421.8954,1.6473,2-.1948,1.1046-1.2481,2-2.3526,2h0Z"/><line class="b" x1="30.3584" y1="24" x2="27.0584" y2="24"/><line class="b" x1="38.3413" y1="25.35" x2="34.797" y2="25.35"/><polyline class="b" points="33.4519 28 37.5125 20 38.7519 28"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!