Container Runtime Monitor Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Container Runtime 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/317428.svg" alt="Container Runtime Monitor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317428.svg" alt="Container Runtime Monitor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317428.svg" alt="Container Runtime Monitor icon" :width="24" :height="24" />
CSS background
.icon-container-runtime-monitor {
background-image: url('https://proicons.com/icon/317428.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<circle class="cls-2" cx="22" cy="23" r="2"/>
<path class="cls-2" d="m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"/>
<path class="cls-2" d="m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!