Smart Fit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Fit 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/332915.svg" alt="Smart Fit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332915.svg" alt="Smart Fit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332915.svg" alt="Smart Fit icon" :width="24" :height="24" />
CSS background
.icon-smart-fit {
background-image: url('https://proicons.com/icon/332915.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m43.5,18.8855c-6.1691,3.76-12.7933,5.7186-19.4899,5.7626-6.704-.0441-13.3354-2.0071-19.5101-5.7752,5.2736,6.3987,12.0754,10.254,19.5043,10.254,7.4241,0,14.2235-3.8503,19.4957-10.2415Z"/></svg>
Copied!