Externer Monitor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Externer Monitor 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/340202.svg" alt="Externer Monitor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340202.svg" alt="Externer Monitor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340202.svg" alt="Externer Monitor icon" :width="24" :height="24" />
CSS background
.icon-externer-monitor {
background-image: url('https://proicons.com/icon/340202.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="Layer_1" 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><rect class="cls-1" x="5.5" y="5.4999" width="37" height="15.5" rx="2" ry="2"/><path class="cls-1" d="M33.31,26.4029h-4.8052l-1.5583-2.4026h-5.8932l-1.5583,2.4026h-4.8052c-1.327,0-2.4026,1.0757-2.4026,2.4026v11.292c0,1.3269,1.0756,2.4026,2.4026,2.4026h18.62c1.327,0,2.4026-1.0757,2.4026-2.4026v-11.292c0-1.3269-1.0756-2.4026-2.4026-2.4026h.0002Z"/><circle class="cls-1" cx="24" cy="34.4509" r="5.1055"/><path class="cls-1" d="M21.029,15.8229l2.9711-5.1462,2.9711,5.1462h-5.9422Z"/></svg>
Copied!