Brand Tata Indicom Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Tata Indicom 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/305235.svg" alt="Brand Tata Indicom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305235.svg" alt="Brand Tata Indicom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305235.svg" alt="Brand Tata Indicom icon" :width="24" :height="24" />
CSS background
.icon-brand-tata-indicom {
background-image: url('https://proicons.com/icon/305235.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="M625 2C406-6 227 168 222 382s165 393 379 399c211 5 398-163 399-390 0-210-167-381-375-389zm-14 568c-91 1-179-72-179-179 0-108 88-180 180-179 97 1 178 78 178 179 0 109-90 181-179 179zM157 684C71 683-1 755 0 842c0 77 62 156 158 156 86-1 156-69 156-157 0-91-75-158-157-157zm0 216c-37-1-59-30-59-60 0-32 28-59 60-58 31 0 58 27 58 58 0 32-25 60-59 60z"/></svg>
Copied!