Lobstr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lobstr 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/343178.svg" alt="Lobstr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343178.svg" alt="Lobstr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343178.svg" alt="Lobstr icon" :width="24" :height="24" />
CSS background
.icon-lobstr {
background-image: url('https://proicons.com/icon/343178.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="m27.3489,4.5s-6.195.4744-12.9593,8.4536c-6.7644,7.9792-10.5745,17.753-4.8317,24.8763,5.7428,7.1233,17.3921,6.3921,23.6043,3.9624,9.2637-3.6231,12.2883-19.3134-.2465-29.6946-.9387,2.2088-2.5953,15.0749-15.5167,18.9403-.2761-1.8775-4.1759-12.8209,9.9499-26.5379Z"/></g></svg>
Copied!