Lamaxtracking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lamaxtracking 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/328150.svg" alt="Lamaxtracking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328150.svg" alt="Lamaxtracking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328150.svg" alt="Lamaxtracking icon" :width="24" :height="24" />
CSS background
.icon-lamaxtracking {
background-image: url('https://proicons.com/icon/328150.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M32.585,33.06c-.262.143-.56.202-.895.19-.3175-.0184-.6307-.0824-.93-.19l-8.09-3.222c-.154-.06-.31-.227-.405-.37-.1498-.2227-.1726-.5074-.06-.751l.359-.835c.0954-.2498.3192-.428.584-.465.191-.036.394-.024.585.047l3.973,1.587c.286.131.501.143.632.036.131-.096.167-.215.12-.334l-4.63-10.607c-.071-.202-.215-.298-.394-.298s-.322.095-.393.298c-2.088,4.76-4.116,9.533-6.216,14.281-.18.43-.633.644-1.348.644h-1.933c-.764,0-1.038-.25-.835-.751l7.91-16.87c.13-.286.31-.477.536-.584.227-.096.525-.144.895-.144h2.768c.37,0,.668.048.895.144.226.095.405.286.537.584l7.552,16.142c.179.418.083.74-.322.966l-.895.502ZM35.593,34.17l6.907,3.3485M13.22,25.424l-7.72-3.3394M21.9674,5.5l1.2186,7.11,19.314-2.9708M35.3461,10.7396l4.6055,25.5435M8.237,23.288L22.1834,6.7605M26.542,33.763l-3.1573,8.737M5.5,38.1971l8.025-2.9091-2.6126,7.212"/></svg>
Copied!