Brand Wire Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Wire 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/305257.svg" alt="Brand Wire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305257.svg" alt="Brand Wire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305257.svg" alt="Brand Wire icon" :width="24" :height="24" />
CSS background
.icon-brand-wire {
background-image: url('https://proicons.com/icon/305257.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="M502 847c-62 45-129 68-204 65C138 908 3 774 1 615c-2-161 0-323-1-484 0-3 1-7 2-13h56v480c1 126 82 227 204 251 69 13 135-1 193-42-16-28-35-52-45-79-13-37-25-77-26-116-3-133-2-267-2-400 1-72 51-125 117-125s118 54 118 124c1 97 1 194 0 290 0 54-1 107-6 160-6 53-32 100-66 143 33 28 71 42 111 47 143 16 257-70 281-211 3-17 3-34 3-52V118h59c0 9 1 16 1 24v450c-1 156-94 277-242 313-77 19-170 6-256-58zm-3-84c37-43 57-92 58-147 1-135 1-270 1-404 0-39-22-64-57-65s-61 25-61 63c0 133-1 266 1 398 0 57 19 109 58 155z"/></svg>
Copied!