Brand Lg Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Lg 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/305164.svg" alt="Brand Lg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305164.svg" alt="Brand Lg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305164.svg" alt="Brand Lg icon" :width="24" :height="24" />
CSS background
.icon-brand-lg {
background-image: url('https://proicons.com/icon/305164.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="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm119 680v39H480V281h40v399h99zm177 116c-79 79-184 122-296 122s-217-43-296-122S81 612 81 500C81 269 269 81 500 81c5 0 15 0 20 1v39c-5-1-16-1-20-1-101 0-197 40-269 112-71 71-111 166-111 268s40 197 112 268c71 72 167 111 268 111 201 0 365-156 378-354 1 0 1-5 1-5H620v-39h298v19c0 112-43 217-122 296zM400 340c0 33-27 60-60 60s-60-27-60-60 27-60 60-60 60 27 60 60z"/></svg>
Copied!