Clever Tanken Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clever Tanken 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/338356.svg" alt="Clever Tanken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338356.svg" alt="Clever Tanken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338356.svg" alt="Clever Tanken icon" :width="24" :height="24" />
CSS background
.icon-clever-tanken {
background-image: url('https://proicons.com/icon/338356.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M43.5,11.5085c-1.5796-.3982-3.3483-.2383-5.0727,1.1402l-9.3672,7.4929c-3.6399,2.9099-1.2619,9.2998-5.3231,13.8496-1.6148,1.8089-3.851,2.4061-5.4417,2.5188-2.6394.188-4.8615.2654-7.5613,0-3.6962-.362-5.6267-3.109-5.9967-5.0667-.922-4.8756.8446-8.5366,5.2678-10.5949,5.0888-2.3679,10.5536.002,11.6275,3.2477.9884,2.9883.4143,7.8851-4.1849,8.1847-2.2101.1438-6.8876.553-7.6246-1.2347-.74-1.7948-.1599-3.9888,1.0407-5.2356,1.5163-1.5746,3.7525-.5711,5.9776-.727l-1.649,7.2184"/><path class="c" d="M35.631,14.886l-1.4952-1.6792-4.1738,3.2779c-.8708.6837-.5027,1.8823.1398,2.8234,1.2227,1.7898,2.931,2.1337,4.9732.6365,1.5967-1.1704,2.0592-3.3714.556-5.0586"/></svg>
Copied!