3dlut Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3dlut 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/335772.svg" alt="3dlut Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335772.svg" alt="3dlut Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335772.svg" alt="3dlut Mobile icon" :width="24" :height="24" />
CSS background
.icon-3dlut-mobile {
background-image: url('https://proicons.com/icon/335772.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><circle class="c" cx="24" cy="24" r="21.5"/><polyline class="c" points="29.882 19.382 29.882 28.618 34.5 28.618"/><path class="c" d="m21.3625,28.618v-9.2359h2.0781c2.2316,0,4.0407,1.8091,4.0407,4.0407v1.1545c0,2.2316-1.8091,4.0407-4.0407,4.0407h-2.0781Z"/><path class="c" d="m13.501,27.8389c.6376.5342,1.326.779,2.8719.779h.3602c1.2749,0,2.3084-1.0335,2.3084-2.3084h0c0-1.2749-1.0335-2.3084-2.3084-2.3084"/><path class="c" d="m13.5,20.1535c.639-.5325,1.3281-.7755,2.874-.7714l.3591.0021c1.2749,0,2.3084,1.0335,2.3084,2.3084h0c0,1.2749-1.0335,2.3084-2.3084,2.3084"/><line class="c" x1="14.9586" y1="24.0011" x2="16.7331" y2="24.0011"/></svg>
Copied!