Brand Att Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Att 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/305082.svg" alt="Brand Att icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305082.svg" alt="Brand Att icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305082.svg" alt="Brand Att icon" :width="24" :height="24" />
CSS background
.icon-brand-att {
background-image: url('https://proicons.com/icon/305082.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="M204 122c3 50 136 89 296 85s283-50 283-100c0-14-11-27-30-38C679 25 592 0 500 0c-96 0-186 27-263 75-22 14-34 30-33 47zm143 248c53 6 192 25 300 16 218-18 266-94 266-143 0-14-7-33-14-45-20-26-42-49-65-71 6 7 8 16 8 21 2 34-53 79-164 116-70 23-162 45-276 45-192 0-258-73-258-119 0-4-1-43 44-80-41 32-77 71-105 115-4 5-5 11-5 18 0 46 113 107 269 127zM184 704c108 45 279 78 377 75 352-13 429-190 438-242 0-12 1-25 1-37 0-41-5-81-14-119 4 17 5 33 5 41 0 17 3 171-348 249-210 47-299 45-444 0C73 631 4 538 2 459c-1 13-2 27-2 41 0 11 0 23 1 34 9 66 96 135 183 170zm295 245c-76 0-242-13-350-114 92 101 224 165 371 165 192 0 358-108 442-266-26 45-141 215-463 215zm11-101c-64 7-430 24-483-267 7 46 21 90 40 132 23 41 81 98 163 132 430 178 695-34 746-139 20-45 34-94 40-145-6 39-46 236-506 287zM19 365c8-29 18-57 31-83-6 14-9 29-9 50 0 122 263 242 586 154 126-34 314-100 314-202 0-5 2-16-15-45 21 34 38 71 51 109 6 21 5 35 5 40 0 25-31 177-334 204-26 3-219 6-386-37-111-28-223-82-244-158-3-11-2-22 1-32z"/></svg>
Copied!