Nzz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nzz 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/330490.svg" alt="Nzz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330490.svg" alt="Nzz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330490.svg" alt="Nzz icon" :width="24" :height="24" />
CSS background
.icon-nzz {
background-image: url('https://proicons.com/icon/330490.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"><line x1="21.2741" y1="21.3942" x2="21.8989" y2="19.1497" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="21.6777 20.047 27.5099 20.047 21.6777 28.8503 27.5099 28.8503 28.0523 26.9071" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="29.8358" y1="21.3942" x2="30.4606" y2="19.1497" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="30.2394 20.047 36.0716 20.047 30.2394 28.8503 36.0716 28.8503 36.614 26.9071" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="12.3973 28.8503 12.3973 20.047 18.2295 28.8503 18.2295 20.047" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="17.3322" y1="20.047" x2="19.1269" y2="20.047" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="11.5" y1="28.8503" x2="13.2947" y2="28.8503" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="11.5" y1="20.047" x2="12.3973" y2="20.047" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="b" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!