file-audio from Font Awesome Regular by Dave Gandy · Regular · Audio & Video · CC-BY-4.0 Attribution required.

Name
file-audio
Set
Font Awesome Regular
Style
Regular
Category
Audio & Video
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More audio & video icons from Font Awesome Regular

Use the file audio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 112h112v88c0 39.8 32.2 72 72 72h88v240c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16m160 19.9l92.1 92.1H376c-13.3 0-24-10.7-24-24zM192 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V250.5c0-17-6.7-33.3-18.7-45.3L370.7 82.7c-12-12-28.2-18.7-45.2-18.7zm157.9 267.6c-4.7 10-.3 21.9 9.7 26.6c19.2 8.9 32.4 28.3 32.4 50.8s-13.2 41.9-32.4 50.8c-10 4.7-14.4 16.6-9.7 26.6s16.6 14.4 26.6 9.7c32.7-15.3 55.5-48.5 55.5-87.1s-22.8-71.9-55.6-87.1c-10-4.7-21.9-.3-26.6 9.7zM232 369c-13.3 0-24 10.7-24 24v32c0 13.3 10.7 24 24 24h16l27.2 34c3 3.8 7.6 6 12.5 6h.3c8.8 0 16-7.2 16-16V345c0-8.8-7.2-16-16-16h-.3c-4.9 0-9.5 2.2-12.5 6L248 369zm119.3 68c9.9-5.4 16.7-16 16.7-28.1s-6.7-22.7-16.7-28.1c-7.8-4.2-15.3 3.3-15.3 12.1v32c0 8.8 7.6 16.3 15.3 12.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularFileAudio(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 112h112v88c0 39.8 32.2 72 72 72h88v240c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16m160 19.9l92.1 92.1H376c-13.3 0-24-10.7-24-24zM192 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V250.5c0-17-6.7-33.3-18.7-45.3L370.7 82.7c-12-12-28.2-18.7-45.2-18.7zm157.9 267.6c-4.7 10-.3 21.9 9.7 26.6c19.2 8.9 32.4 28.3 32.4 50.8s-13.2 41.9-32.4 50.8c-10 4.7-14.4 16.6-9.7 26.6s16.6 14.4 26.6 9.7c32.7-15.3 55.5-48.5 55.5-87.1s-22.8-71.9-55.6-87.1c-10-4.7-21.9-.3-26.6 9.7zM232 369c-13.3 0-24 10.7-24 24v32c0 13.3 10.7 24 24 24h16l27.2 34c3 3.8 7.6 6 12.5 6h.3c8.8 0 16-7.2 16-16V345c0-8.8-7.2-16-16-16h-.3c-4.9 0-9.5 2.2-12.5 6L248 369zm119.3 68c9.9-5.4 16.7-16 16.7-28.1s-6.7-22.7-16.7-28.1c-7.8-4.2-15.3 3.3-15.3 12.1v32c0 8.8 7.6 16.3 15.3 12.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 112h112v88c0 39.8 32.2 72 72 72h88v240c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16m160 19.9l92.1 92.1H376c-13.3 0-24-10.7-24-24zM192 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V250.5c0-17-6.7-33.3-18.7-45.3L370.7 82.7c-12-12-28.2-18.7-45.2-18.7zm157.9 267.6c-4.7 10-.3 21.9 9.7 26.6c19.2 8.9 32.4 28.3 32.4 50.8s-13.2 41.9-32.4 50.8c-10 4.7-14.4 16.6-9.7 26.6s16.6 14.4 26.6 9.7c32.7-15.3 55.5-48.5 55.5-87.1s-22.8-71.9-55.6-87.1c-10-4.7-21.9-.3-26.6 9.7zM232 369c-13.3 0-24 10.7-24 24v32c0 13.3 10.7 24 24 24h16l27.2 34c3 3.8 7.6 6 12.5 6h.3c8.8 0 16-7.2 16-16V345c0-8.8-7.2-16-16-16h-.3c-4.9 0-9.5 2.2-12.5 6L248 369zm119.3 68c9.9-5.4 16.7-16 16.7-28.1s-6.7-22.7-16.7-28.1c-7.8-4.2-15.3 3.3-15.3 12.1v32c0 8.8 7.6 16.3 15.3 12.1"/></svg>
</template>

CSS

.icon-file-audio {
  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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20112h112v88c0%2039.8%2032.2%2072%2072%2072h88v240c0%208.8-7.2%2016-16%2016H192c-8.8%200-16-7.2-16-16V128c0-8.8%207.2-16%2016-16m160%2019.9l92.1%2092.1H376c-13.3%200-24-10.7-24-24zM192%2064c-35.3%200-64%2028.7-64%2064v384c0%2035.3%2028.7%2064%2064%2064h256c35.3%200%2064-28.7%2064-64V250.5c0-17-6.7-33.3-18.7-45.3L370.7%2082.7c-12-12-28.2-18.7-45.2-18.7zm157.9%20267.6c-4.7%2010-.3%2021.9%209.7%2026.6c19.2%208.9%2032.4%2028.3%2032.4%2050.8s-13.2%2041.9-32.4%2050.8c-10%204.7-14.4%2016.6-9.7%2026.6s16.6%2014.4%2026.6%209.7c32.7-15.3%2055.5-48.5%2055.5-87.1s-22.8-71.9-55.6-87.1c-10-4.7-21.9-.3-26.6%209.7zM232%20369c-13.3%200-24%2010.7-24%2024v32c0%2013.3%2010.7%2024%2024%2024h16l27.2%2034c3%203.8%207.6%206%2012.5%206h.3c8.8%200%2016-7.2%2016-16V345c0-8.8-7.2-16-16-16h-.3c-4.9%200-9.5%202.2-12.5%206L248%20369zm119.3%2068c9.9-5.4%2016.7-16%2016.7-28.1s-6.7-22.7-16.7-28.1c-7.8-4.2-15.3%203.3-15.3%2012.1v32c0%208.8%207.6%2016.3%2015.3%2012.1%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20112h112v88c0%2039.8%2032.2%2072%2072%2072h88v240c0%208.8-7.2%2016-16%2016H192c-8.8%200-16-7.2-16-16V128c0-8.8%207.2-16%2016-16m160%2019.9l92.1%2092.1H376c-13.3%200-24-10.7-24-24zM192%2064c-35.3%200-64%2028.7-64%2064v384c0%2035.3%2028.7%2064%2064%2064h256c35.3%200%2064-28.7%2064-64V250.5c0-17-6.7-33.3-18.7-45.3L370.7%2082.7c-12-12-28.2-18.7-45.2-18.7zm157.9%20267.6c-4.7%2010-.3%2021.9%209.7%2026.6c19.2%208.9%2032.4%2028.3%2032.4%2050.8s-13.2%2041.9-32.4%2050.8c-10%204.7-14.4%2016.6-9.7%2026.6s16.6%2014.4%2026.6%209.7c32.7-15.3%2055.5-48.5%2055.5-87.1s-22.8-71.9-55.6-87.1c-10-4.7-21.9-.3-26.6%209.7zM232%20369c-13.3%200-24%2010.7-24%2024v32c0%2013.3%2010.7%2024%2024%2024h16l27.2%2034c3%203.8%207.6%206%2012.5%206h.3c8.8%200%2016-7.2%2016-16V345c0-8.8-7.2-16-16-16h-.3c-4.9%200-9.5%202.2-12.5%206L248%20369zm119.3%2068c9.9-5.4%2016.7-16%2016.7-28.1s-6.7-22.7-16.7-28.1c-7.8-4.2-15.3%203.3-15.3%2012.1v32c0%208.8%207.6%2016.3%2015.3%2012.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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