Brand Gnome Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Gnome 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/305133.svg" alt="Brand Gnome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305133.svg" alt="Brand Gnome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305133.svg" alt="Brand Gnome icon" :width="24" :height="24" />
CSS background
.icon-brand-gnome {
background-image: url('https://proicons.com/icon/305133.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="M589 791c9 71-52 106-112 60-190-145 316-217 283-416-28-165-533-114-591 144-39 174 160 416 368 416 103 0 221-92 243-210 17-89-199-53-191 6zM818 5C612 5 573 298 689 298 804 298 1024 5 818 5zM476 262c61 4 129-236 13-221s-75 217-13 221zM193 410c44-19 5-208-69-156-75 51 25 176 69 156zm123-98c53-11 56-225-37-187-94 39-15 197 37 187z"/></svg>
Copied!