Vncviewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vncviewer 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/349407.svg" alt="Vncviewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349407.svg" alt="Vncviewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349407.svg" alt="Vncviewer icon" :width="24" :height="24" />
CSS background
.icon-vncviewer {
background-image: url('https://proicons.com/icon/349407.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" 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 id="path851" class="cls-1" d="M4.43,7.31,14,38.5a1.53,1.53,0,0,0,3.05,0L26.57,7.31"/><path id="path853" class="cls-1" d="M30.56,21.24V13.83c0-2.85,3-5.6,6.31-5.6s6.43,3,6.43,5.6v7.41"/><path id="path859" class="cls-1" d="M43.43,39.81H36c-2.85,0-5.6-3-5.6-6.31s3-6.43,5.6-6.43h7.41"/></svg>
Copied!