Clever Fit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clever 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/323796.svg" alt="Clever Fit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323796.svg" alt="Clever Fit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323796.svg" alt="Clever Fit icon" :width="24" :height="24" />
CSS background
.icon-clever-fit {
background-image: url('https://proicons.com/icon/323796.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>.q{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.r{fill:#000;stroke-width:0px;}</style></defs><path id="c" class="q" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><circle id="d" class="r" cx="24.082" cy="19.2807" r=".75"/><path id="e" class="q" d="M24.082,23.7296v11.49"/><path id="f" class="q" d="M31.5805,20.3252v12.7667c0,1.2767.882,2.1278,2.205,2.1278h.6615"/><path id="g" class="q" d="M29.1549,23.7296h4.8511"/><path id="h" class="q" d="M16.199,35.326v-14.2561c0-1.7022,1.323-2.9789,3.087-2.9789h0c1.5435,0,2.4255.4256,3.087,1.2767"/><path id="i" class="q" d="M13.553,23.836h6.1741"/><path id="j" class="q" d="M26.7507,13.7965l-.9676,3.6212-1.5201-3.4262"/><path id="k" class="q" d="M32.5459,14.68c-.0576-.7344.4526-1.3734,1.1396-1.4272h0"/><path id="l" class="q" d="M32.4416,13.3503l.2762,3.5237"/><path id="m" class="q" d="M18.0303,12.674l.3649,4.654c.0288.3672.3305.643.674.6161l.1866-.0146"/><path id="n" class="q" d="M16.7117,17.455c-.1831.417-.5653.7181-1.0276.7544h0c-.687.0539-1.2905-.4978-1.348-1.2322l-.0678-.8643c-.0576-.7344.4526-1.3734,1.1396-1.4272h0c.4614-.0362.8851.2008,1.1311.5829"/><path id="o" class="q" d="M22.885,16.9697c-.1828.4176-.5654.7195-1.0281.7558h0c-.687.0539-1.2905-.4978-1.348-1.2322l-.0678-.8643c-.0576-.7344.4526-1.3734,1.1396-1.4272h0c.687-.0539,1.2905.4978,1.348,1.2322l.0339.4322-2.4876.195"/><path id="p" class="q" d="M30.7376,16.3541c-.1828.4176-.5654.7195-1.0281.7558h0c-.687.0539-1.2905-.4978-1.348-1.2322l-.0678-.8643c-.0576-.7344.4526-1.3734,1.1396-1.4272h0c.687-.0539,1.2905.4978,1.348,1.2322l.0339.4322-2.4876.195"/></svg>
Copied!