Brand Omega Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Omega 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/305196.svg" alt="Brand Omega icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305196.svg" alt="Brand Omega icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305196.svg" alt="Brand Omega icon" :width="24" :height="24" />
CSS background
.icon-brand-omega {
background-image: url('https://proicons.com/icon/305196.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="M186 835C75 707 7 570 36 402c15-90 56-165 123-226C323 28 610 21 787 159c108 84 151 199 155 329 5 129-43 242-135 345 57 8 102 20 131-35 10-20 27-32 49-20 21 12 12 30 5 48-42 111-42 111-161 111-67 0-135 1-202 0-15-1-36 9-43-13-7-18 1-33 18-46 99-77 148-181 170-302 31-167-50-330-202-404-66-32-130-29-193 7-221 126-247 363-117 565 34 52 80 94 132 129 19 12 31 25 26 48-5 29-29 16-44 16-86 2-171-1-257 2-34 1-54-8-67-40-9-20-23-38-33-57-10-20-33-42-7-63 22-17 40 6 56 20 51 41 51 41 118 36z"/></svg>
Copied!