aol from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
aol
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the aol logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.07 9.334c2.526 0 3.74 1.997 3.74 3.706s-1.214 3.706-3.74 3.706s-3.74-1.997-3.74-3.706s1.213-3.706 3.74-3.706m0 5.465c.9 0 1.663-.741 1.663-1.759s-.763-1.759-1.663-1.759s-1.664.741-1.664 1.759s.764 1.76 1.664 1.76m4.913-7.546h2.104v9.298h-2.104zm4.618 6.567a1.398 1.398 0 1 0 .002 2.796a1.398 1.398 0 0 0-.002-2.796M5.536 7.254H3.662L0 16.55h2.482l.49-1.343h3.23l.452 1.343H9.16zm-1.91 6.068L4.6 10.08l.974 3.242z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.07 9.334c2.526 0 3.74 1.997 3.74 3.706s-1.214 3.706-3.74 3.706s-3.74-1.997-3.74-3.706s1.213-3.706 3.74-3.706m0 5.465c.9 0 1.663-.741 1.663-1.759s-.763-1.759-1.663-1.759s-1.664.741-1.664 1.759s.764 1.76 1.664 1.76m4.913-7.546h2.104v9.298h-2.104zm4.618 6.567a1.398 1.398 0 1 0 .002 2.796a1.398 1.398 0 0 0-.002-2.796M5.536 7.254H3.662L0 16.55h2.482l.49-1.343h3.23l.452 1.343H9.16zm-1.91 6.068L4.6 10.08l.974 3.242z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.07 9.334c2.526 0 3.74 1.997 3.74 3.706s-1.214 3.706-3.74 3.706s-3.74-1.997-3.74-3.706s1.213-3.706 3.74-3.706m0 5.465c.9 0 1.663-.741 1.663-1.759s-.763-1.759-1.663-1.759s-1.664.741-1.664 1.759s.764 1.76 1.664 1.76m4.913-7.546h2.104v9.298h-2.104zm4.618 6.567a1.398 1.398 0 1 0 .002 2.796a1.398 1.398 0 0 0-.002-2.796M5.536 7.254H3.662L0 16.55h2.482l.49-1.343h3.23l.452 1.343H9.16zm-1.91 6.068L4.6 10.08l.974 3.242z"/></svg>
</template>

CSS

.icon-aol {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.07%209.334c2.526%200%203.74%201.997%203.74%203.706s-1.214%203.706-3.74%203.706s-3.74-1.997-3.74-3.706s1.213-3.706%203.74-3.706m0%205.465c.9%200%201.663-.741%201.663-1.759s-.763-1.759-1.663-1.759s-1.664.741-1.664%201.759s.764%201.76%201.664%201.76m4.913-7.546h2.104v9.298h-2.104zm4.618%206.567a1.398%201.398%200%201%200%20.002%202.796a1.398%201.398%200%200%200-.002-2.796M5.536%207.254H3.662L0%2016.55h2.482l.49-1.343h3.23l.452%201.343H9.16zm-1.91%206.068L4.6%2010.08l.974%203.242z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.07%209.334c2.526%200%203.74%201.997%203.74%203.706s-1.214%203.706-3.74%203.706s-3.74-1.997-3.74-3.706s1.213-3.706%203.74-3.706m0%205.465c.9%200%201.663-.741%201.663-1.759s-.763-1.759-1.663-1.759s-1.664.741-1.664%201.759s.764%201.76%201.664%201.76m4.913-7.546h2.104v9.298h-2.104zm4.618%206.567a1.398%201.398%200%201%200%20.002%202.796a1.398%201.398%200%200%200-.002-2.796M5.536%207.254H3.662L0%2016.55h2.482l.49-1.343h3.23l.452%201.343H9.16zm-1.91%206.068L4.6%2010.08l.974%203.242z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/aol.svg?color=%231a73e8&size=48