Brand Target Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Target 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/305234.svg" alt="Brand Target icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305234.svg" alt="Brand Target icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305234.svg" alt="Brand Target icon" :width="24" :height="24" />
CSS background
.icon-brand-target {
background-image: url('https://proicons.com/icon/305234.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 778c215 0 390-174 390-389S717 0 502 0 113 174 113 389s174 389 389 389zm0-649c144 0 260 116 260 260S646 649 502 649 242 533 242 389c1-144 117-260 260-260zm0 394c74 0 134-60 134-134s-60-133-134-133-133 59-133 133 60 134 133 134zM225 853H107v27h43v117h32V880h43zm40 0l-54 144h32l11-32h54l10 32h33l-54-144h-32zm-3 88l19-52 18 52h-37zm198-12c16-7 23-19 23-36 0-22-17-40-42-40h-77v144h31v-56h31c16 0 22 6 24 21 2 12 1 26 5 35h32c-6-8-6-25-6-34-1-15-6-30-21-34zm-30-11h-35v-40h35c14 0 22 6 22 20s-8 20-22 20zm141 25h32c-2 20-14 31-34 31-29 0-39-24-39-48 0-25 10-49 39-49 14 0 26 8 30 24h30c-3-33-31-51-60-51-44 0-71 33-71 76 0 41 26 74 71 74 14 0 28-5 39-20l3 17h20v-78h-60v24zm113-8h69v-25h-69v-30h76v-27H653v144h108v-27h-77zm91-82v27h43v117h32V880h43v-27z"/></svg>
Copied!