audible from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
audible
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same logo in other sets

Use the audible logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M640 199.9v54l-320 200L0 254v-54l320 200zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6s-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7c89.7-74.4 219.4-58.1 290.2 36.3m-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7c34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5c-38.9 0-73.4 19.4-94.4 49M103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1l48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6c9.9-10.5 22.7-23.5 34.2-32.6m467 32.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsAudible(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M640 199.9v54l-320 200L0 254v-54l320 200zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6s-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7c89.7-74.4 219.4-58.1 290.2 36.3m-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7c34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5c-38.9 0-73.4 19.4-94.4 49M103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1l48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6c9.9-10.5 22.7-23.5 34.2-32.6m467 32.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M640 199.9v54l-320 200L0 254v-54l320 200zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6s-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7c89.7-74.4 219.4-58.1 290.2 36.3m-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7c34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5c-38.9 0-73.4 19.4-94.4 49M103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1l48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6c9.9-10.5 22.7-23.5 34.2-32.6m467 32.7"/></svg>
</template>

CSS

.icon-audible {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M640%20199.9v54l-320%20200L0%20254v-54l320%20200zm-194.5%2072l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6s-135.5%2036.7-172.6%2092.4h.3c2.5-2.3%205.1-4.5%207.7-6.7c89.7-74.4%20219.4-58.1%20290.2%2036.3m-220.1%2018.8c16.9-11.9%2036.5-18.7%2057.4-18.7c34.4%200%2065.2%2018.4%2086.4%2047.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5c-38.9%200-73.4%2019.4-94.4%2049M103.6%20161.1c131.8-104.3%20318.2-76.4%20417.5%2062.1l.7%201l48.8-30.4C517.1%20112.1%20424.8%2058.1%20319.9%2058.1c-103.5%200-196.6%2053.5-250.5%20135.6c9.9-10.5%2022.7-23.5%2034.2-32.6m467%2032.7%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M640%20199.9v54l-320%20200L0%20254v-54l320%20200zm-194.5%2072l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6s-135.5%2036.7-172.6%2092.4h.3c2.5-2.3%205.1-4.5%207.7-6.7c89.7-74.4%20219.4-58.1%20290.2%2036.3m-220.1%2018.8c16.9-11.9%2036.5-18.7%2057.4-18.7c34.4%200%2065.2%2018.4%2086.4%2047.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5c-38.9%200-73.4%2019.4-94.4%2049M103.6%20161.1c131.8-104.3%20318.2-76.4%20417.5%2062.1l.7%201l48.8-30.4C517.1%20112.1%20424.8%2058.1%20319.9%2058.1c-103.5%200-196.6%2053.5-250.5%20135.6c9.9-10.5%2022.7-23.5%2034.2-32.6m467%2032.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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