Tango Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tango 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/333658.svg" alt="Tango icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333658.svg" alt="Tango icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333658.svg" alt="Tango icon" :width="24" :height="24" />
CSS background
.icon-tango {
background-image: url('https://proicons.com/icon/333658.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M15.4953,21.1587c-1.4786.0118-2.9576.0066-4.4344-.0018-3.3899-.1082-4.1867-4.7381-1.1047-6.0357,5.304-2.6936,10.4893-6.0882,15.0909-9.8654,2.653-2.2014,6.5055.8066,5.0684,3.8907-2.9026,6.3402-6.248,11.8464-8.5815,18.1379-.8042,2.4208-1.7307,4.9581-1.1255,7.007.1419.229.1097.1406.3375.2696.0973.0566.4169.1541.4979.1562,4.2805-.0475,7.6594-4.1638,10.1345-7.5259,3.7299-5.0768,11.2185.2335,7.655,5.4344h0c-3.2013,4.3468-7.0921,8.1847-12.5116,10.0795-5.1772,2.0304-12.2593.1797-14.0579-5.6547-1.8681-6.4835,2.1974-14.4529,6.3229-21.4502"/><path class="c" d="M26.7929,15.9091c2.7484-.0533,5.4751-.3046,8.1376-.8568.9678-.2706,1.9762.3133,2.215,1.2913.2193.8892-.2704,1.7871-1.1088,2.0988-3.8197,1.28-7.7309,1.9671-11.6828,2.3308"/></svg>
Copied!