Letsact Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Letsact 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/328292.svg" alt="Letsact icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328292.svg" alt="Letsact icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328292.svg" alt="Letsact icon" :width="24" :height="24" />
CSS background
.icon-letsact {
background-image: url('https://proicons.com/icon/328292.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M42.5,20.7344l-1.4325,14.4529"/><path class="c" d="M40.6626,40.0216c.4142,0,.75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75Z"/><path class="b" d="M26.1014,20.32c.6034.5067,1.2549.7389,2.7179.7389h.7414c1.2066,0,2.1847-.9802,2.1847-2.1894h0c0-1.2092-.9781-2.1894-2.1847-2.1894h-1.4828c-1.2066,0-2.1847-.9802-2.1847-2.1894h0c0-1.2092.9781-2.1894,2.1847-2.1894h.7414c1.4631,0,2.1146.2322,2.7179.7389"/><path class="b" d="M5.5,7.8399v11.5667c0,.9126.7398,1.6524,1.6524,1.6524h.4957"/><path class="b" d="M20.9964,9.5749v9.8317c0,.9126.7398,1.6524,1.6524,1.6524h.4957"/><line class="b" x1="19.2614" y1="12.3013" x2="22.7314" y2="12.3013"/><path class="b" d="M16.5351,19.3912c-.5692.9962-1.6419,1.6677-2.8715,1.6677h0c-1.8252,0-3.3048-1.4796-3.3048-3.3048v-2.1481c0-1.8252,1.4796-3.3048,3.3048-3.3048h0c1.8252,0,3.3048,1.4796,3.3048,3.3048v1.0741s-6.6095,0-6.6095,0"/><path class="b" d="M34.3152,21.8564v15.3242c0,1.4224,1.1531,2.5755,2.5755,2.5755h.7726"/><line class="b" x1="31.6109" y1="26.1059" x2="37.0194" y2="26.1059"/><path class="b" d="M30.3444,35.9659c-.4739,1.7223-1.8316,3.1498-3.6857,3.6266h0c-2.7552.7085-5.563-.9507-6.2715-3.7059l-.8338-3.2427c-.7085-2.7552.9507-5.563,3.7059-6.2715h0c1.8505-.4758,3.7248.1164,4.9707,1.3914"/><path class="b" d="M15.8216,34.605c0,2.8448-2.3062,5.151-5.151,5.151h0c-2.8448,0-5.151-2.3062-5.151-5.151v-3.3481c0-2.8448,2.3062-5.151,5.151-5.151h0c2.8448,0,5.151,2.3062,5.151,5.151"/><line class="b" x1="15.8216" y1="39.756" x2="15.8216" y2="26.1059"/></svg>
Copied!