Lwp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lwp 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/328740.svg" alt="Lwp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328740.svg" alt="Lwp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328740.svg" alt="Lwp icon" :width="24" :height="24" />
CSS background
.icon-lwp {
background-image: url('https://proicons.com/icon/328740.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="m4.5,38.4465l15.4204-20.7433,9.3978,12.2342,3.7156-4.2545,10.4662,12.9433h-20.9229l6.7411-8.6887-6.7411,8.6887-18.0771-.1796Z"/><path class="b" d="m35.9647,9.3738c2.9782,0,5.408,2.4582,5.408,5.4931s-2.4298,5.4931-5.408,5.4931c-2.9876,0-5.408-2.4582-5.408-5.4931s2.4204-5.4931,5.408-5.4931Z"/><path class="b" d="m8.0455,17.5236c.1418-.624.2931-1.2575.7091-1.4182.4065-.1607,1.0684.1418,1.4182,0,.3404-.1324.3687-.7185.8793-.8793.52-.1702,1.5222.0756,1.9571.5295.4255.4444.2931,1.0967.3498,1.4182s.312.312.5295.7091c.2269.3876.4255,1.1818-.5295,1.5978-.9549.4065-3.0633.4349-4.4342.3498-1.3709-.0851-1.9949-.2742-2.2975-.7091-.312-.4349-.2931-1.1156,0-1.4182.2836-.3025.8509-.2458,1.4182-.1796Z"/></svg>
Copied!