Sdk Monitor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sdk 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/347076.svg" alt="Sdk Monitor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347076.svg" alt="Sdk Monitor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347076.svg" alt="Sdk Monitor icon" :width="24" :height="24" />
CSS background
.icon-sdk-monitor {
background-image: url('https://proicons.com/icon/347076.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"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M5.5,19.6v18.9c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v10.1"/><path class="c" d="M20.56,30.4v-12.8001h2.88c3.0928,0,5.6,2.5072,5.6,5.6v1.6c0,3.0928-2.5072,5.6-5.6,5.6h-2.88Z"/><line class="c" x1="31.62" y1="17.6" x2="31.62" y2="30.4"/><polyline class="c" points="38.5 30.4 33.2297 24 38.5 17.643"/><line class="c" x1="33.2297" y1="24" x2="31.62" y2="24"/><path class="c" d="M9.7535,28.9976c.7849,1.0219,1.7691,1.4025,3.1384,1.4025h1.895c1.7635,0,3.1931-1.4327,3.1931-3.2h0c0-1.7673-1.4296-3.2-3.1931-3.2h-2.0938c-1.7635,0-3.1931-1.4327-3.1931-3.2h0c0-1.7673,1.4296-3.2,3.1931-3.2h1.895c1.3693,0,2.3535.3806,3.1384,1.4025"/></svg>
Copied!