Ten Ten Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ten Ten 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/333779.svg" alt="Ten Ten icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333779.svg" alt="Ten Ten icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333779.svg" alt="Ten Ten icon" :width="24" :height="24" />
CSS background
.icon-ten-ten {
background-image: url('https://proicons.com/icon/333779.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M27.5611,19.7578c5.3057-2.2762,6.1032-.1387,4.4444,3.9768-3.4573,8.5774-13.0511,20.7452-13.8725,12.883-.3814-3.6504-.0472-6.7294.5637-9.5298-6.3006,4.4317-6.7316.0977-4.9458-4.2372,3.1549-7.6583,12.9645-19.3177,14.6226-14.0256,1.0934,3.4899-.2179,6.7606-.8124,10.9328Z"/><path id="c" class="d" d="M15.5133,33.6938c-1.0261,10.706,5.9302,11.3479,10.1628,8.0445,5.6239-4.3893,10.2408-11.602,12.0992-17.3468,1.4813-4.5792-.8184-7.3824-4.2658-8.3094,1.3994-6.5636-.9723-13.0543-7.1082-11.2878-4.6026,1.3251-11.659,9.6296-15.3827,17.7677-3.8979,8.5188,2.3638,10.8924,4.4947,11.1318Z"/></svg>
Copied!