Nlziet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nlziet 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/330247.svg" alt="Nlziet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330247.svg" alt="Nlziet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330247.svg" alt="Nlziet icon" :width="24" :height="24" />
CSS background
.icon-nlziet {
background-image: url('https://proicons.com/icon/330247.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="m29.4834,23.0213l-6.0293-4.7362c-.8295-.6516-2.0453-.0607-2.0453.9942v8.8381c0,1.0549,1.2157,1.6458,2.0453.9942l6.0293-4.7362c.4388-.3447.4388-1.0093,0-1.354Z"/><polyline class="c" points="20.0728 5.5728 20.081 11.6857 10.7854 35.5353 20.081 35.5353 20.081 42.4235"/><path class="c" d="m20.081,11.6857l16.4731,11.2212c.5562.3789.5534,1.1999-.0054,1.5749l-16.4677,11.0536"/><line class="c" x1="29.9028" y1="28.9426" x2="29.9028" y2="42.3286"/><line class="c" x1="29.9028" y1="18.3761" x2="29.9028" y2="5.7012"/><path class="c" d="m5.5269,26.5685c.1042,4.0672.4557,8.1345,1.0547,12.2017.2005,1.3616,1.2805,2.4416,2.6422,2.6422,9.8468,1.4501,19.6935,1.4501,29.5403,0,1.3617-.2006,2.4417-1.2806,2.6422-2.6422.1693-1.1492.3145-2.2982.4443-3.4474h-3.8425v-8.7544h4.4385c.0542-2.1147.0202-4.2295-.057-6.3442h-4.3815v-7.7949h3.7985c-.1221-1.0665-.2433-2.133-.4003-3.1995-.2005-1.3617-1.2805-2.4417-2.6422-2.6422-9.8468-1.4501-19.6935-1.4501-29.5403,0-1.3617.2005-2.4417,1.2805-2.6422,2.6422-.1571,1.0665-.2971,2.133-.4202,3.1995h0s4.624,0,4.624,0l-5.2584,14.1392h-.0002Z"/></svg>
Copied!