Brand Tango Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand 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/305233.svg" alt="Brand Tango icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305233.svg" alt="Brand Tango icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305233.svg" alt="Brand Tango icon" :width="24" :height="24" />
CSS background
.icon-brand-tango {
background-image: url('https://proicons.com/icon/305233.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M603 965c-80 34-155 44-234 28-36-8-55-26-54-60 4-118 5-235 14-352 9-119 26-237 39-356 1-6 0-13 0-18-52 0-101 2-150 0-37-2-74-4-110-12C27 178-1 122 30 46c6-15 16-30 25-46 143 54 287 24 431 19 135-4 272-19 406 13 41 9 78 26 88 70 10 45-18 79-46 109-6 7-24 9-33 6-91-41-186-30-281-25-26 2-38 13-41 42-12 125-31 250-39 376-8 120-5 242 63 355z"/></svg>
Copied!