audio description icon

audio-description-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
audio-description-sharp
Set
Material Symbols
Style
Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
audio-description-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the audio description icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 16V9l1-1h4l1 1v7H5v-2H3v2zm2-4h2v-2H3zm6 4V8h5l1 1v6l-1 1zm2-2h2v-4h-2zm6.85.8l-1.4-1.425q.275-.275.413-.625T17 12q0-.425-.137-.763t-.413-.612l1.4-1.45q.55.55.85 1.275T19 12t-.3 1.538t-.85 1.262m2.825 2.825l-1.45-1.375q.825-.825 1.3-1.912T21 12q0-1.275-.475-2.35t-1.3-1.9l1.45-1.4q1.1 1.1 1.712 2.55T23 12t-.612 3.088t-1.713 2.537"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAudioDescriptionSharp(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="M1 16V9l1-1h4l1 1v7H5v-2H3v2zm2-4h2v-2H3zm6 4V8h5l1 1v6l-1 1zm2-2h2v-4h-2zm6.85.8l-1.4-1.425q.275-.275.413-.625T17 12q0-.425-.137-.763t-.413-.612l1.4-1.45q.55.55.85 1.275T19 12t-.3 1.538t-.85 1.262m2.825 2.825l-1.45-1.375q.825-.825 1.3-1.912T21 12q0-1.275-.475-2.35t-1.3-1.9l1.45-1.4q1.1 1.1 1.712 2.55T23 12t-.612 3.088t-1.713 2.537"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 16V9l1-1h4l1 1v7H5v-2H3v2zm2-4h2v-2H3zm6 4V8h5l1 1v6l-1 1zm2-2h2v-4h-2zm6.85.8l-1.4-1.425q.275-.275.413-.625T17 12q0-.425-.137-.763t-.413-.612l1.4-1.45q.55.55.85 1.275T19 12t-.3 1.538t-.85 1.262m2.825 2.825l-1.45-1.375q.825-.825 1.3-1.912T21 12q0-1.275-.475-2.35t-1.3-1.9l1.45-1.4q1.1 1.1 1.712 2.55T23 12t-.612 3.088t-1.713 2.537"/></svg>
</template>

CSS

.icon-audio-description-sharp {
  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%22M1%2016V9l1-1h4l1%201v7H5v-2H3v2zm2-4h2v-2H3zm6%204V8h5l1%201v6l-1%201zm2-2h2v-4h-2zm6.85.8l-1.4-1.425q.275-.275.413-.625T17%2012q0-.425-.137-.763t-.413-.612l1.4-1.45q.55.55.85%201.275T19%2012t-.3%201.538t-.85%201.262m2.825%202.825l-1.45-1.375q.825-.825%201.3-1.912T21%2012q0-1.275-.475-2.35t-1.3-1.9l1.45-1.4q1.1%201.1%201.712%202.55T23%2012t-.612%203.088t-1.713%202.537%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%22M1%2016V9l1-1h4l1%201v7H5v-2H3v2zm2-4h2v-2H3zm6%204V8h5l1%201v6l-1%201zm2-2h2v-4h-2zm6.85.8l-1.4-1.425q.275-.275.413-.625T17%2012q0-.425-.137-.763t-.413-.612l1.4-1.45q.55.55.85%201.275T19%2012t-.3%201.538t-.85%201.262m2.825%202.825l-1.45-1.375q.825-.825%201.3-1.912T21%2012q0-1.275-.475-2.35t-1.3-1.9l1.45-1.4q1.1%201.1%201.712%202.55T23%2012t-.612%203.088t-1.713%202.537%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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