Clevertype Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clevertype 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/323800.svg" alt="Clevertype icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323800.svg" alt="Clevertype icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323800.svg" alt="Clevertype icon" :width="24" :height="24" />
CSS background
.icon-clevertype {
background-image: url('https://proicons.com/icon/323800.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.8281,37.2884c1.1713,0,2.1159-.9446,2.1159-2.1159v-.9786c4.2492,3.0697,9.8916,3.4011,14.471.8501.597-.3325,1.398.4118.937,1.0202-3.6272,4.7494-9.3476,7.4358-15.3287,7.4358h0c-.5714-.0001-1.1424-.0254-1.7116-.0756.9546-.2241,1.6302-1.0748,1.6322-2.0554h0c-.0005-1.1686-.9483-2.1154-2.1169-2.1149-1.1678.0005-2.1143.9471-2.1149,2.1149h0c0,.7935.4421,1.5151,1.1486,1.8778-1.0837-.1763-2.1505-.4442-3.1889-.801.1952-.3253.2984-.6975.2985-1.0768h0c0-1.1686-.9473-2.1159-2.1159-2.1159h-3.9899c-.7557-.6045-1.466-1.262-2.1272-1.9685h.1436c1.1671,0,2.1138-.945,2.1159-2.1121h0c.0102-1.1685-.9289-2.124-2.0974-2.1342-1.0469-.0091-1.9431.7489-2.1079,1.7828-.9346-1.3959-1.6839-2.9073-2.2292-4.4962.3143-.3778.4867-.8536.4874-1.3451h0c.0005-.8537-.5121-1.6241-1.2997-1.9534-1.6714-10.6391,5.5984-20.6187,16.2375-22.29,5.7669-.906,11.6363.8193,15.9955,4.7019.4685.6045-.4118,1.1524-.9332.9635h0c-1.3512-.4646-2.7728-.6909-4.2015-.6688-7.4621-.0057-13.5159,6.039-13.5216,13.5011-.0009,1.2268.1652,2.448.4939,3.6299h-2.9698c-1.1686-.0005-2.1163.9463-2.1169,2.1149s.9463,2.1163,2.1149,2.1169h.002c1.2582-.1587,1.9987.1247,2.9244.9295.9861,1.0428.9333,1.7531.9333,3.1474,0,1.1713.9446,2.1159,2.1159,2.1159h.0038ZM13.9969,28.9761c0,1.1686-.9473,2.1159-2.1159,2.1159h0c-1.1686,0-2.1159-.9473-2.1159-2.1159s.9473-2.1159,2.1159-2.1159,2.1159.9473,2.1159,2.1159ZM17.8508,37.2884c-1.1686,0-2.1159-.9473-2.1159-2.1159h0c0-1.1686.9473-2.1159,2.1159-2.1159h0c1.1686,0,2.1159.9473,2.1159,2.1159h0c0,1.1686-.9473,2.1159-2.1159,2.1159h0Z"/></svg>
Copied!