Brand Oracle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Oracle 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/305198.svg" alt="Brand Oracle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305198.svg" alt="Brand Oracle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305198.svg" alt="Brand Oracle icon" :width="24" :height="24" />
CSS background
.icon-brand-oracle {
background-image: url('https://proicons.com/icon/305198.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="M432 520h66l-35-57-64 102h-29l78-122c3-5 9-8 15-8s12 3 15 8l78 122h-29l-14-23h-67l-14-22zm303 22V436h-25v117c0 3 1 6 4 8 2 3 5 4 9 4h113l14-23H735zm-410-19c24 0 44-19 44-43s-20-44-44-44H217v129h25V459h82c11 0 20 9 20 21s-9 21-20 21h-70l74 64h36l-50-42h11zM64 565c-35 0-64-29-64-64 0-36 29-65 64-65h75c36 0 65 29 65 65 0 35-29 64-65 64H64zm74-23c23 0 41-18 41-41s-18-42-41-42H66c-23 0-42 19-42 42s19 41 42 41h72zm470 23c-36 0-65-29-65-64 0-36 29-65 65-65h89l-15 23h-72c-23 0-42 19-42 42s19 41 42 41h89l-15 23h-76zm303-23c-19 0-35-13-40-30h105l15-23H871c4-17 21-30 40-30h72l15-23h-89c-35 0-64 29-64 65 0 35 28 64 64 64h76l15-23h-89z"/></svg>
Copied!