Tiktok Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Tiktok Circle 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/310488.svg" alt="Tiktok Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310488.svg" alt="Tiktok Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310488.svg" alt="Tiktok Circle icon" :width="24" :height="24" />
CSS background
.icon-tiktok-circle {
background-image: url('https://proicons.com/icon/310488.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17316C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8078C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C21.9973 9.34867 20.9428 6.8067 19.0681 4.93193C17.1933 3.05715 14.6513 2.00272 12 2ZM17.9385 9.71282V10.359C17.9385 10.4083 17.9286 10.4572 17.9094 10.5027C17.8902 10.5482 17.8621 10.5893 17.8267 10.6238C17.7913 10.6582 17.7494 10.6852 17.7034 10.7031C17.6574 10.721 17.6083 10.7296 17.559 10.7282C16.5034 10.6534 15.4935 10.268 14.6564 9.62051V14.3487C14.6564 14.872 14.552 15.39 14.3495 15.8726C14.147 16.3551 13.8504 16.7924 13.4769 17.159C13.0998 17.5347 12.6517 17.8316 12.1586 18.0324C11.6655 18.2331 11.1375 18.3337 10.6051 18.3282C9.70808 18.3268 8.83623 18.0313 8.12308 17.4872C7.98945 17.3863 7.86267 17.2767 7.74359 17.159C7.25698 16.6684 6.90651 16.0595 6.72667 15.3923C6.54683 14.7251 6.54383 14.0226 6.71795 13.3538C6.87671 12.7122 7.19816 12.1223 7.65129 11.641C7.98908 11.2282 8.41489 10.896 8.89756 10.6689C9.38024 10.4417 9.90758 10.3253 10.441 10.3282H11.2615V12.0308C11.2619 12.0802 11.2517 12.1292 11.2317 12.1744C11.2116 12.2196 11.1822 12.2601 11.1454 12.2931C11.1085 12.326 11.065 12.3508 11.0179 12.3657C10.9707 12.3806 10.9209 12.3853 10.8718 12.3795C10.3956 12.2358 9.88213 12.2828 9.43987 12.5105C8.99761 12.7382 8.66112 13.1288 8.50142 13.6C8.34173 14.0711 8.37131 14.5858 8.58394 15.0355C8.79656 15.4852 9.17559 15.8347 9.64103 16.0103C9.91102 16.1649 10.2126 16.2561 10.5231 16.2769C10.7626 16.2877 11.0021 16.2565 11.2308 16.1846C11.6114 16.0564 11.9425 15.8126 12.1779 15.4871C12.4132 15.1617 12.5411 14.7709 12.5436 14.3692V5.75385C12.5436 5.65864 12.5814 5.56733 12.6487 5.50001C12.7161 5.43269 12.8074 5.39487 12.9026 5.39487H14.318C14.4097 5.39472 14.498 5.42971 14.5648 5.49266C14.6316 5.5556 14.6717 5.64173 14.6769 5.73333C14.7285 6.17473 14.8686 6.60117 15.0889 6.98713C15.3092 7.37308 15.6051 7.7106 15.959 7.97948C16.4371 8.33828 17.0049 8.55831 17.6 8.61538C17.6891 8.62271 17.7724 8.66208 17.8347 8.72621C17.8969 8.79034 17.9338 8.87486 17.9385 8.9641V9.71282Z" fill="black"/> </svg>
Copied!