Luca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Luca 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/328705.svg" alt="Luca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328705.svg" alt="Luca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328705.svg" alt="Luca icon" :width="24" :height="24" />
CSS background
.icon-luca {
background-image: url('https://proicons.com/icon/328705.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="m" d="M10.462,17.871v9.625c0,.825.55,1.375,1.375,1.375h.4125"/><path id="d" class="m" d="M28.3847,27.496c-.4125.825-1.375,1.375-2.3375,1.375h0c-1.5125,0-2.75-1.2375-2.75-2.75v-1.7875c0-1.5125,1.2375-2.75,2.75-2.75h0c.9625,0,1.925.55,2.3375,1.375"/><g id="e"><g id="f"><path id="g" class="m" d="M19.9734,26.1211c0,1.5124-1.2375,2.7499-2.75,2.7499h0c-1.5124,0-2.75-1.2375-2.75-2.7499v-4.5374"/></g><path id="h" class="m" d="M21.0734,28.871c-.5502,0-1.1-.5499-1.1-1.0999v-6.1874"/></g><g id="i"><g id="j"><path id="k" class="m" d="M36.438,26.1211c0,1.5124-1.2375,2.7499-2.7499,2.7499h0c-1.5125,0-2.75-1.2375-2.75-2.7499v-1.7875c0-1.5124,1.2375-2.7499,2.75-2.7499h0c1.5124,0,2.7499,1.2375,2.7499,2.7499"/></g><path id="l" class="m" d="M37.538,28.871c-.55,0-1.1-.5499-1.1-1.0999v-6.1874"/></g><path class="m" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/></svg>
Copied!