audio description icon

audio-description from Font Awesome 6 Solid by Dave Gandy · Regular · Accessibility · CC-BY-4.0 Attribution required.

Name
audio-description
Set
Font Awesome 6 Solid
Style
Regular
Category
Accessibility
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More accessibility icons from Font Awesome 6 Solid

Use the audio description icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm149.5 141.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H151l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96h-56c-13.3 0-24-10.7-24-24zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidAudioDescription(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm149.5 141.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H151l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96h-56c-13.3 0-24-10.7-24-24zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm149.5 141.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H151l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96h-56c-13.3 0-24-10.7-24-24zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48z"/></svg>
</template>

CSS

.icon-audio-description {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2032C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h448c35.3%200%2064-28.7%2064-64V96c0-35.3-28.7-64-64-64zm149.5%20141.3l72%20144c5.9%2011.9%201.1%2026.3-10.7%2032.2s-26.3%201.1-32.2-10.7l-9.4-18.9H151l-9.4%2018.9c-5.9%2011.9-20.3%2016.7-32.2%2010.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1%2012.4-13.3%2021.5-13.3s17.4%205.1%2021.5%2013.3zm-.4%20106.6L192%20237.7l-21.1%2042.2zM304%20184c0-13.3%2010.7-24%2024-24h56c53%200%2096%2043%2096%2096s-43%2096-96%2096h-56c-13.3%200-24-10.7-24-24zm48%2024v96h32c26.5%200%2048-21.5%2048-48s-21.5-48-48-48z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2032C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h448c35.3%200%2064-28.7%2064-64V96c0-35.3-28.7-64-64-64zm149.5%20141.3l72%20144c5.9%2011.9%201.1%2026.3-10.7%2032.2s-26.3%201.1-32.2-10.7l-9.4-18.9H151l-9.4%2018.9c-5.9%2011.9-20.3%2016.7-32.2%2010.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1%2012.4-13.3%2021.5-13.3s17.4%205.1%2021.5%2013.3zm-.4%20106.6L192%20237.7l-21.1%2042.2zM304%20184c0-13.3%2010.7-24%2024-24h56c53%200%2096%2043%2096%2096s-43%2096-96%2096h-56c-13.3%200-24-10.7-24-24zm48%2024v96h32c26.5%200%2048-21.5%2048-48s-21.5-48-48-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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