Mytango Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mytango 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/344481.svg" alt="Mytango icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344481.svg" alt="Mytango icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344481.svg" alt="Mytango icon" :width="24" :height="24" />
CSS background
.icon-mytango {
background-image: url('https://proicons.com/icon/344481.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M27.6664,24c0,6.6124-5.184,11.9733-11.58,11.9751s-11.5829-5.3561-11.5864-11.9685c-.0035-6.6124,5.1777-11.9762,11.5736-11.9817,6.396-.0055,11.5857,5.3496,11.5927,11.9619v.0132Z"/><path id="d" class="f" d="M30.9189,12.4764c5.9148,5.3335,5.9242,17.9976,0,23.1081"/><path id="e" class="f" d="M39.0604,12.4764c5.9148,5.3335,5.9242,17.9976,0,23.1081"/></g></svg>
Copied!