Wled Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wled 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/335214.svg" alt="Wled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335214.svg" alt="Wled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335214.svg" alt="Wled icon" :width="24" :height="24" />
CSS background
.icon-wled {
background-image: url('https://proicons.com/icon/335214.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.5833,33.75H17.5a0,0,0,0,1,0,0v5.4167A1.0833,1.0833,0,0,1,16.4167,40.25H5.5833A1.0833,1.0833,0,0,1,4.5,39.1667V34.8333A1.0833,1.0833,0,0,1,5.5833,33.75Z"/><path class="a" d="M14.25,24H26.1667A1.0833,1.0833,0,0,1,27.25,25.0833V30.5a0,0,0,0,1,0,0H15.3333A1.0833,1.0833,0,0,1,14.25,29.4167V24A0,0,0,0,1,14.25,24Z" transform="translate(48 6.5) rotate(90)"/><path class="a" d="M31.5833,7.75H43.5a0,0,0,0,1,0,0v5.4167A1.0833,1.0833,0,0,1,42.4167,14.25H31.5833A1.0833,1.0833,0,0,1,30.5,13.1667V8.8333A1.0833,1.0833,0,0,1,31.5833,7.75Z" transform="translate(74 22) rotate(180)"/><path class="a" d="M20.75,17.5H32.6667A1.0833,1.0833,0,0,1,33.75,18.5833V24a0,0,0,0,1,0,0H21.8333A1.0833,1.0833,0,0,1,20.75,22.9167V17.5A0,0,0,0,1,20.75,17.5Z" transform="translate(6.5 48) rotate(-90)"/></svg>
Copied!