file audio icon

file-audio-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
file-audio-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the file audio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 180a40.55 40.55 0 0 1-20 34.91a8 8 0 0 1-8-13.82a24.49 24.49 0 0 0 0-42.18a8 8 0 0 1 8-13.82A40.55 40.55 0 0 1 152 180m-52.94-51.39a8 8 0 0 0-8.72 1.73L68.69 152H48a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8h20.69l21.65 21.66A8 8 0 0 0 104 224v-88a8 8 0 0 0-4.94-7.39M216 88v128a16 16 0 0 1-16 16h-32a8 8 0 0 1 0-16h32V96h-48a8 8 0 0 1-8-8V40H56v80a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-56-8h28.69L160 51.31Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileAudioFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 180a40.55 40.55 0 0 1-20 34.91a8 8 0 0 1-8-13.82a24.49 24.49 0 0 0 0-42.18a8 8 0 0 1 8-13.82A40.55 40.55 0 0 1 152 180m-52.94-51.39a8 8 0 0 0-8.72 1.73L68.69 152H48a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8h20.69l21.65 21.66A8 8 0 0 0 104 224v-88a8 8 0 0 0-4.94-7.39M216 88v128a16 16 0 0 1-16 16h-32a8 8 0 0 1 0-16h32V96h-48a8 8 0 0 1-8-8V40H56v80a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-56-8h28.69L160 51.31Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 180a40.55 40.55 0 0 1-20 34.91a8 8 0 0 1-8-13.82a24.49 24.49 0 0 0 0-42.18a8 8 0 0 1 8-13.82A40.55 40.55 0 0 1 152 180m-52.94-51.39a8 8 0 0 0-8.72 1.73L68.69 152H48a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8h20.69l21.65 21.66A8 8 0 0 0 104 224v-88a8 8 0 0 0-4.94-7.39M216 88v128a16 16 0 0 1-16 16h-32a8 8 0 0 1 0-16h32V96h-48a8 8 0 0 1-8-8V40H56v80a8 8 0 0 1-16 0V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88m-56-8h28.69L160 51.31Z"/></svg>
</template>

CSS

.icon-file-audio-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%20180a40.55%2040.55%200%200%201-20%2034.91a8%208%200%200%201-8-13.82a24.49%2024.49%200%200%200%200-42.18a8%208%200%200%201%208-13.82A40.55%2040.55%200%200%201%20152%20180m-52.94-51.39a8%208%200%200%200-8.72%201.73L68.69%20152H48a8%208%200%200%200-8%208v40a8%208%200%200%200%208%208h20.69l21.65%2021.66A8%208%200%200%200%20104%20224v-88a8%208%200%200%200-4.94-7.39M216%2088v128a16%2016%200%200%201-16%2016h-32a8%208%200%200%201%200-16h32V96h-48a8%208%200%200%201-8-8V40H56v80a8%208%200%200%201-16%200V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-56-8h28.69L160%2051.31Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%20180a40.55%2040.55%200%200%201-20%2034.91a8%208%200%200%201-8-13.82a24.49%2024.49%200%200%200%200-42.18a8%208%200%200%201%208-13.82A40.55%2040.55%200%200%201%20152%20180m-52.94-51.39a8%208%200%200%200-8.72%201.73L68.69%20152H48a8%208%200%200%200-8%208v40a8%208%200%200%200%208%208h20.69l21.65%2021.66A8%208%200%200%200%20104%20224v-88a8%208%200%200%200-4.94-7.39M216%2088v128a16%2016%200%200%201-16%2016h-32a8%208%200%200%201%200-16h32V96h-48a8%208%200%200%201-8-8V40H56v80a8%208%200%200%201-16%200V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088m-56-8h28.69L160%2051.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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