Wadbs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wadbs 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/349494.svg" alt="Wadbs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349494.svg" alt="Wadbs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349494.svg" alt="Wadbs icon" :width="24" :height="24" />
CSS background
.icon-wadbs {
background-image: url('https://proicons.com/icon/349494.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.4012,37.1248H14.5988M14.5988,10.8742h18.8025M35.7943,34.9098v5.4561c0,1.736-1.367,3.1341-3.0661,3.1341H15.2718c-1.699,0-3.0661-1.398-3.0661-3.1341v-5.4561M12.2057,13.0902v-5.4561c0-1.737,1.367-3.1341,3.0661-3.1341h17.4564c1.698,0,3.0661,1.398,3.0661,3.1341v5.4561M29.8441,16.8073l7.2132,7.1932-7.2122,7.1922M18.1548,31.1927l-7.2122-7.1922,7.2132-7.1932"/></svg>
Copied!