Multivnc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Multivnc 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/329669.svg" alt="Multivnc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329669.svg" alt="Multivnc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329669.svg" alt="Multivnc icon" :width="24" :height="24" />
CSS background
.icon-multivnc {
background-image: url('https://proicons.com/icon/329669.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.08,7.6H35V21.3H13Z"/><path class="a" d="M4.53,32.8h7.28v7.6H4.5Z"/><path class="a" d="M15,32.8h7.29v7.6H14.94Z"/><path class="a" d="M25.68,32.8H33v7.6H25.65Z"/><path class="a" d="M36.21,32.8H43.5v7.6H36.19Z"/><path class="a" d="M23.93,21.31V27H39.84v5.77"/><path class="a" d="M29.31,27V32.8"/><path class="a" d="M23.93,27H8.16V32.7"/><path class="a" d="M18.59,27V32.8"/></svg>
Copied!