Brand Aol Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Aol 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/305077.svg" alt="Brand Aol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305077.svg" alt="Brand Aol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305077.svg" alt="Brand Aol icon" :width="24" :height="24" />
CSS background
.icon-brand-aol {
background-image: url('https://proicons.com/icon/305077.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="M153 302L0 690h103l21-56h134l19 56h105L231 302h-78zm-2 253l41-135 40 135h-81zm394-166c-106 0-156 83-156 154s50 155 156 155c105 0 155-83 155-155s-50-154-155-154zm0 228c-38 0-70-31-70-74 0-42 32-73 70-73s69 31 69 73-32 74-69 74zm204-315v388h88V304l-1-2zm193 274c-32 0-58 26-58 58s26 58 58 58 58-26 58-58-26-58-58-58z"/></svg>
Copied!