Lookyourloot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lookyourloot 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/343224.svg" alt="Lookyourloot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343224.svg" alt="Lookyourloot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343224.svg" alt="Lookyourloot icon" :width="24" :height="24" />
CSS background
.icon-lookyourloot {
background-image: url('https://proicons.com/icon/343224.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.0033,13.5722c-.6803-2.449,1.1974-2.525,1.1974-2.525,0,0,2.2769-.363,2.0376,2.2168M16.9583,32.2708s2.5061-.3408,4.4005-2.4724c1.3016,3.1869,4.4951,2.4724,4.4951,2.4724M18.8112,24.7656c0,.5447-.6097.9862-1.362.9862s-1.362-.4415-1.362-.9862.6097-.9862,1.362-.9862,1.362.4415,1.362.9862ZM29.3179,24.8385c0,.5849-.7754,1.0591-1.732,1.0591s-1.732-.4742-1.732-1.0591.7754-1.0591,1.732-1.0591,1.732.4742,1.732,1.0591ZM18.779,27.3259c2.3167-.8765,4.5983,0,4.5983,0,0,0-1.2389,2.4724-2.0185,2.4724s-2.5797-2.4724-2.5797-2.4724h-.0001ZM33.9204,31.6176c.3081-2.1944-1.2012-3.6385-1.2012-3.6385M15.6743,18.8272c-3.1489-.8921-3.0979-2.3639-4.0679-3.9016-.9701-1.5377-4.4974-2.5889-5.9863,2.7746-1.4889,5.3634-1.9467,8.6532,1.5211,10.9747s3.6383,3.5271,6.3251,1.7636M13.1786,24.9615c3.8187-4.0623,12.221-4.3077,15.1494-2.0767,2.9288,2.231,2.6636,5.1313,4.1109,5.1369,1.4473.0056,1.443-3.0845.3772-6.8164-1.0658-3.7319.5495-5.6265.5495-5.6265M13.4665,30.438c.7301,6.8672,16.0075,9.8828,20.4544,1.179,3.7842,1.563,2.8833-.1554,4.3032-1.9471,1.4198-1.7917,7.1678-3.2879,4.6429-9.9176s-7.6276-5.8148-9.5008-4.1741c-4.2324-4.1297-12.1342-1.9875-15.3711.6139-3.2378,2.6014-4.8156,7.8326-4.8156,8.7687s.2877,5.4771.2877,5.4771h-.0007Z"/></svg>
Copied!