fax from Font Awesome 6 Solid by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.

Name
fax
Set
Font Awesome 6 Solid
Style
Regular
Category
Business
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome 6 Solid

Use the fax icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M128 64v96h64V64h194.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64M0 160v320c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32m480 32H128v288c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32m-224 64a32 32 0 1 1 0 64a32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m32 96a32 32 0 1 1 0 64a32 32 0 1 1 0-64m-160 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFax(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M128 64v96h64V64h194.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64M0 160v320c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32m480 32H128v288c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32m-224 64a32 32 0 1 1 0 64a32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m32 96a32 32 0 1 1 0 64a32 32 0 1 1 0-64m-160 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M128 64v96h64V64h194.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64M0 160v320c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32m480 32H128v288c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32m-224 64a32 32 0 1 1 0 64a32 32 0 1 1 0-64m96 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0m32 96a32 32 0 1 1 0 64a32 32 0 1 1 0-64m-160 32a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>
</template>

CSS

.icon-fax {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064v96h64V64h194.7L416%2093.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432%2018.7C420%206.7%20403.7%200%20386.7%200H192c-35.3%200-64%2028.7-64%2064M0%20160v320c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32V160c0-17.7-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032m480%2032H128v288c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V224c0-17.7-14.3-32-32-32m-224%2064a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m96%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m32%2096a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m-160%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064v96h64V64h194.7L416%2093.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432%2018.7C420%206.7%20403.7%200%20386.7%200H192c-35.3%200-64%2028.7-64%2064M0%20160v320c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32V160c0-17.7-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032m480%2032H128v288c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V224c0-17.7-14.3-32-32-32m-224%2064a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m96%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m32%2096a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m-160%2032a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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