Smartplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartplus 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/347508.svg" alt="Smartplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347508.svg" alt="Smartplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347508.svg" alt="Smartplus icon" :width="24" :height="24" />
CSS background
.icon-smartplus {
background-image: url('https://proicons.com/icon/347508.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M38.7553,21.0571c-1.0126-.4868-2.1476-.7595-3.3462-.7595-.0208,0-.0408.0029-.0616.0031-.5921-5.7388-5.4411-10.2148-11.3365-10.2148-4.6322,0-8.6107,2.7678-10.3937,6.7359-5.0662.192-9.1173,4.3483-9.1173,9.4615,0,5.2355,4.2443,9.4798,9.4798,9.4798h12.5017"/><path class="d" d="M38.6609,32.3511v-2.3787c0-1.8591-1.2129-3.4187-2.8843-3.9768v-.5666c0-.7325-.5938-1.3263-1.3263-1.3263s-1.3263.5938-1.3263,1.3263v.5666c-1.6715.5581-2.8843,2.1177-2.8843,3.9768v2.3787c-1.062.7644-1.7599,2.0035-1.7599,3.4119h11.941c0-1.4084-.6979-2.6474-1.7599-3.4119Z"/><path class="d" d="M32.2991,35.763c0,1.188.9631,2.1511,2.1511,2.1511s2.1511-.9631,2.1511-2.1511"/><line class="d" x1="41.4946" y1="26.5369" x2="41.4946" y2="22.526"/><line class="d" x1="39.4892" y1="24.5314" x2="43.5" y2="24.5314"/></svg>
Copied!