Luzia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Luzia 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/328739.svg" alt="Luzia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328739.svg" alt="Luzia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328739.svg" alt="Luzia icon" :width="24" :height="24" />
CSS background
.icon-luzia {
background-image: url('https://proicons.com/icon/328739.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="M7.2733,41.7048c.1968-2.815.569-6.5724,3.7394-7.7115,4.968-1.7844,10.1734-5.1267,8.8924-8.5715M26.7136,25.3228c-.2433,5.9163,4.4301,6.465,8.5286,7.7306,2.9212.9018,5.1816,5.5072,5.4845,8.3556M15.7601,31.9345c3.6178,8.8387,15.2381,5.3318,15.4946,0M23.4573,4.5c6.8157,2.0278,7.7854,6.3171,8.927,11.1456.9733,4.1176,4.5553,5.8531-2.7005,14.9399,2.4309-.854,5.1171-2.4083,4.2893,2.1184M22.076,4.7958c-9.2216,1.7379-7.9417,11.0943-9.5448,13.3535-2.4286,3.421-1.3944,9.4768,4.3013,12.2537-2.3331-.7777-4.5792-.3555-4.0114,2.3594M23.0625,7.0657c-9.1739,1.0914-5.067,15.0735-8.4868,17.0726M23.8521,25.5208c-4.0722.402-5.6611-2.2818-6.2169-4.7366M27.0106,22.8633c3.2146-2.8985,2.6719-7.2356,1.4803-11.9483-1.1189-.3411-2.2365-.9698-3.3554.1968M20.9906,11.4576c.3233-.4163-1.5351-.7694-2.7637-.4437M22.2728,17.9704c-.656.8016.693.7837,1.6282.7407M29.8722,19.2037c1.485.4986,1.1725-2.5359-.0525-3.3053M32.1457,21.7325c-.0167,2.0922-.7849,3.242-1.8262,4.7867M13.7371,20.3393c0,.9542-.2302,1.5626-.6417,2.3689M21.4832,20.2904c1.0926.538,2.0898.5594,3.3065.0489M20.3488,13.6285c-.7252-.4032-2.0123-.4938-3.1586.099M25.4314,13.5796c.5153-.1551.1813-.6071,3.1586.099M26.5168,15.0098l.0489-.9375M19.1155,15.1577v-1.2334M12.456,33.6605c1.5077,3.1741,1.1737,6.3469,1.3753,9.521M34.2486,43.5c-.3578-1.0175-.73-3.0548-.5487-4.6114"/></svg>
Copied!