Smartcontrolplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartcontrolplus 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/332937.svg" alt="Smartcontrolplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332937.svg" alt="Smartcontrolplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332937.svg" alt="Smartcontrolplus icon" :width="24" :height="24" />
CSS background
.icon-smartcontrolplus {
background-image: url('https://proicons.com/icon/332937.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="c" d="M19.5,39.5c2.2,0,4.2-.8,6-2,1.6-1.2,2.9-2.7,3.8-4.5s1.7-3.6,2.2-5.5c.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-2M4.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-2M37,29.5v7M33.5,33h7"/></svg>
Copied!