Luci Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Luci Mobile 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/343265.svg" alt="Luci Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343265.svg" alt="Luci Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343265.svg" alt="Luci Mobile icon" :width="24" :height="24" />
CSS background
.icon-luci-mobile {
background-image: url('https://proicons.com/icon/343265.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M29.5,26.5015v-4.5c0-2.5,3-2.5,3,0v4.5h5c1.662,0,3,1.338,3,3v6c0,1.662-1.338,3-3,3H10.5c-1.662,0-3-1.338-3-3v-6c0-1.662,1.338-3,3-3h19Z"/><path class="cls-1" d="M25.343,16.3415c3.1241-3.1243,8.1894-3.1244,11.3137-.0003,0,0,.0002.0002.0003.0003"/><path class="cls-1" d="M22.515,13.0135c4.6862-4.6864,12.2841-4.6866,16.9706-.0004.0001.0001.0003.0003.0004.0004"/><rect class="cls-1" x="12.5" y="31.5015" width="3" height="3"/><rect class="cls-1" x="18" y="31.5015" width="3" height="3"/><rect class="cls-1" x="23.5" y="31.5015" width="3" height="3"/></svg>
Copied!