Lawson Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lawson 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/342762.svg" alt="Lawson icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342762.svg" alt="Lawson icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342762.svg" alt="Lawson icon" :width="24" :height="24" />
CSS background
.icon-lawson {
background-image: url('https://proicons.com/icon/342762.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.3031,24l5.1969-14.6682c-4.1896-2.1748-10.9117-3.5776-18.5-3.5776s-14.3104,1.4028-18.5,3.5776l5.1969,14.6682-5.1969,14.6682c4.1896,2.1748,10.9117,3.5776,18.5,3.5776s14.3104-1.4028,18.5-3.5776l-5.1969-14.6682Z"/><path class="b" d="M23.0347,17.8001h1.9306c3.1124,0,5.6393,2.5269,5.6393,5.6393v10.8214c0,1.1777-.9561,2.1338-2.1338,2.1338h-8.9416c-1.1777,0-2.1338-.9561-2.1338-2.1338v-10.8214c0-3.1124,2.5269-5.6393,5.6393-5.6393Z"/><polygon class="b" points="26.9975 17.8001 21.0025 17.8001 21.4143 15.7848 21.0025 13.7696 26.9975 13.7696 26.5857 15.7848 26.9975 17.8001"/><path class="b" d="M27.0028,18.1794l2.5212-5.7248-.0007.0086c-1.5221-.5436-3.4308-.8577-5.5207-.8577s-3.9985.3141-5.5207.8577l-.0007-.0086,2.5212,5.7248"/></svg>
Copied!