Smartcontrol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartcontrol 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/332935.svg" alt="Smartcontrol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332935.svg" alt="Smartcontrol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332935.svg" alt="Smartcontrol icon" :width="24" :height="24" />
CSS background
.icon-smartcontrol {
background-image: url('https://proicons.com/icon/332935.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" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#000;
stroke-linecap: round;
stroke-linejoin: round;
}
</style>
</defs>
<path class="cls-1" d="M43.5,35.5V12.5c0-2.2-1.8-4-4-4H8.5c-2.2,0-4,1.8-4,4v23c0,2.2,1.8,4,4,4h31c2.2,0,4-1.8,4-4Z"/>
<path class="cls-1" d="M19.5,39.5c2.2,0,4.2-.8,6-2,1.6-1.2,2.9-2.7,3.8-4.5.9-1.8,1.7-3.6,2.2-5.5.7-2.3,1.1-4.7,2-7,.8-2.3,2.2-4.4,4-6,1.7-1.3,3.8-2,6-2"/>
<path class="cls-1" d="M4.5,35.5c2.2,0,4.2-.8,6-2,1.6-1.2,2.9-2.7,3.8-4.5.9-1.8,1.7-3.6,2.2-5.5.7-2.3,1.1-4.7,2-7,.8-2.3,2.2-4.4,4-6,1.7-1.3,3.8-2,6-2"/>
</svg>
Copied!