Strengthlog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Strengthlog 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/333382.svg" alt="Strengthlog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333382.svg" alt="Strengthlog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333382.svg" alt="Strengthlog icon" :width="24" :height="24" />
CSS background
.icon-strengthlog {
background-image: url('https://proicons.com/icon/333382.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="m9.0928,14.4474c1.8845,1.8998,6.2663.1532,7.5226.1532s1.0725.9346,1.0725.9346"/><polygon class="b" points="26.7578 23.3795 19.2199 31.2238 22.1921 31.2238 19.7408 34.7783 26.7578 34.7783 29.0253 31.377 25.6547 31.377 27.5545 28.6193 24.5822 28.6193 26.7578 23.3795"/><path class="b" d="m20.5375,42.5c0-1.9631-1.5914-3.5545-3.5545-3.5545s-3.5545,1.5914-3.5545,3.5545h7.1089Z"/><line class="b" x1="18.0759" y1="42.5" x2="18.0759" y2="41.5922"/><line class="b" x1="15.8901" y1="42.5" x2="15.8901" y2="41.5922"/><path class="b" d="m24,17.3277c-.5975,0-.766-.3371-1.5321-.2451-.4611.0553-.812.4147-.812,1.1801,0,1.5934,1.3942,1.5777,2.3441,1.5777"/><ellipse class="b" cx="21.3035" cy="13.9878" rx="1.4861" ry="1.1484" transform="translate(1.3463 29.8373) rotate(-71.7445)"/><path class="b" d="m36.8934,32.995s-2.322-.0859-3.6702,1.8752c-1.3482,1.9611.7814,3.7077,2.0836,3.7077,3.6353,0,5.1478-5.2398,5.1478-10.1731,0-2.6904-1.6686-5.013-3.2174-5.6687-.5209-3.1255-4.1979-3.3706-6.9863-2.2522.7572-1.1981,1.6169-3.1267.0613-4.9487,0,0,2.3747,2.1756,6.2816,2.1756,3.9068,0,4.9487-2.528,4.9487-4.06,0-1.5321-.4443-4.6882-5.2704-8.1507,1.3023,2.007.6894,4.8261-1.8998,4.8261-2.5892,0-6.3582-2.3747-7.1242-2.3747s-1.0112.5362,0,2.3747c-.7354-.7967-1.624-1.287-3.248-1.287-1.624,0-2.5126.4903-3.248,1.287,1.0112-1.8385.766-2.3747,0-2.3747s-4.535,2.3747-7.1242,2.3747-3.2021-2.819-1.8998-4.8261c-4.8261,3.4625-5.2704,6.6186-5.2704,8.1507s1.0418,4.06,4.9487,4.06,6.2816-2.1756,6.2816-2.1756c-1.5557,1.822-.6959,3.7506.0613,4.9487-2.7884-1.1184-6.4654-.8733-6.9863,2.2522-1.5488.6557-3.2174,2.9783-3.2174,5.6687,0,4.9333,1.5125,10.1731,5.1478,10.1731,1.3023,0,3.4319-1.7466,2.0836-3.7077s-3.6702-1.8752-3.6702-1.8752"/><path class="b" d="m38.9072,14.4474c-1.8845,1.8998-6.2663.1532-7.5226.1532s-1.0725.9346-1.0725.9346"/><path class="b" d="m27.4625,42.5c0-1.9631,1.5914-3.5545,3.5545-3.5545,1.9631,0,3.5545,1.5914,3.5545,3.5545h-7.1089Z"/><line class="b" x1="29.9241" y1="42.5" x2="29.9241" y2="41.5922"/><line class="b" x1="32.1099" y1="42.5" x2="32.1099" y2="41.5922"/><path class="b" d="m37.7888,33.6445s-2.865-1.4248-3.1867-5.6687c-.383,4.8567-4.678,9.8054-10.6021,12.318-5.9241-2.5126-10.219-7.4613-10.6021-12.318-.3217,4.2439-3.1867,5.6687-3.1867,5.6687"/><path class="b" d="m24,17.3277c.5975,0,.766-.3371,1.5321-.2451.4611.0553.812.4147.812,1.1801,0,1.5934-1.3942,1.5777-2.3441,1.5777"/><ellipse class="b" cx="26.6965" cy="13.9878" rx="1.1484" ry="1.4861" transform="translate(-3.0381 9.0668) rotate(-18.2555)"/><path class="b" d="m21.2379,28.4828c-1.4708-2.2866-1.7465-4.9825.2183-4.9984,1.4134-.0115.9116,1.896.9116,1.896.812-.8158,1.8665-1.3797,2.2828-.7469.5745.8733-3.4127,3.8494-3.4127,3.8494Z"/></svg>
Copied!