fax-machine from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
fax-machine
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the fax machine emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 2.94V6h1.06c.52 0 .94.329.94.736v3.48c.594.314 1 .94 1 1.664v16.25c0 1.03-.84 1.87-1.88 1.87H3.88C2.84 30 2 29.16 2 28.12V11.88c0-.836.543-1.543 1.296-1.788A3.5 3.5 0 0 1 6.5 8A3.5 3.5 0 0 1 9 9.053V6.736C9 6.33 9.42 6 9.94 6H11V2.94c0-.52.42-.94.94-.94h14.12c.52 0 .94.42.94.94M26 9V3H12v6zM9 11.5C9 10.122 7.878 9 6.5 9A2.504 2.504 0 0 0 4 11.5v14C4 26.878 5.122 28 6.5 28S9 26.878 9 25.5zm4.5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h8c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zM25 13.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.5 20c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m4 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.5 24c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5 1.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M12 26.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5 1.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5-8.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m0 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m2 2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm-2 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m2 2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm-2 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFaxMachine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 2.94V6h1.06c.52 0 .94.329.94.736v3.48c.594.314 1 .94 1 1.664v16.25c0 1.03-.84 1.87-1.88 1.87H3.88C2.84 30 2 29.16 2 28.12V11.88c0-.836.543-1.543 1.296-1.788A3.5 3.5 0 0 1 6.5 8A3.5 3.5 0 0 1 9 9.053V6.736C9 6.33 9.42 6 9.94 6H11V2.94c0-.52.42-.94.94-.94h14.12c.52 0 .94.42.94.94M26 9V3H12v6zM9 11.5C9 10.122 7.878 9 6.5 9A2.504 2.504 0 0 0 4 11.5v14C4 26.878 5.122 28 6.5 28S9 26.878 9 25.5zm4.5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h8c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zM25 13.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.5 20c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m4 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.5 24c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5 1.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M12 26.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5 1.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5-8.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m0 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m2 2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm-2 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m2 2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm-2 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 2.94V6h1.06c.52 0 .94.329.94.736v3.48c.594.314 1 .94 1 1.664v16.25c0 1.03-.84 1.87-1.88 1.87H3.88C2.84 30 2 29.16 2 28.12V11.88c0-.836.543-1.543 1.296-1.788A3.5 3.5 0 0 1 6.5 8A3.5 3.5 0 0 1 9 9.053V6.736C9 6.33 9.42 6 9.94 6H11V2.94c0-.52.42-.94.94-.94h14.12c.52 0 .94.42.94.94M26 9V3H12v6zM9 11.5C9 10.122 7.878 9 6.5 9A2.504 2.504 0 0 0 4 11.5v14C4 26.878 5.122 28 6.5 28S9 26.878 9 25.5zm4.5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h8c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zM25 13.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.5 20c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m4 0c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.5 24c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5 1.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M12 26.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5 1.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m2.5-1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m5.5-8.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m0 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m2 2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm-2 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5m2 2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm-2 2h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5"/></svg>
</template>

CSS

.icon-fax-machine {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%202.94V6h1.06c.52%200%20.94.329.94.736v3.48c.594.314%201%20.94%201%201.664v16.25c0%201.03-.84%201.87-1.88%201.87H3.88C2.84%2030%202%2029.16%202%2028.12V11.88c0-.836.543-1.543%201.296-1.788A3.5%203.5%200%200%201%206.5%208A3.5%203.5%200%200%201%209%209.053V6.736C9%206.33%209.42%206%209.94%206H11V2.94c0-.52.42-.94.94-.94h14.12c.52%200%20.94.42.94.94M26%209V3H12v6zM9%2011.5C9%2010.122%207.878%209%206.5%209A2.504%202.504%200%200%200%204%2011.5v14C4%2026.878%205.122%2028%206.5%2028S9%2026.878%209%2025.5zm4.5.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5h8c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5zM25%2013.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5M13.5%2020c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m4%200c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m2.5-1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5M13.5%2024c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m2.5-1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m5.5%201.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5M12%2026.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m5.5%201.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m2.5-1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m5.5-8.5h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5m0%202h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5m2%202c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5zm-2%202h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5m2%202c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5zm-2%202h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%202.94V6h1.06c.52%200%20.94.329.94.736v3.48c.594.314%201%20.94%201%201.664v16.25c0%201.03-.84%201.87-1.88%201.87H3.88C2.84%2030%202%2029.16%202%2028.12V11.88c0-.836.543-1.543%201.296-1.788A3.5%203.5%200%200%201%206.5%208A3.5%203.5%200%200%201%209%209.053V6.736C9%206.33%209.42%206%209.94%206H11V2.94c0-.52.42-.94.94-.94h14.12c.52%200%20.94.42.94.94M26%209V3H12v6zM9%2011.5C9%2010.122%207.878%209%206.5%209A2.504%202.504%200%200%200%204%2011.5v14C4%2026.878%205.122%2028%206.5%2028S9%2026.878%209%2025.5zm4.5.5c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5h8c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5zM25%2013.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5M13.5%2020c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m4%200c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m2.5-1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5M13.5%2024c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m2.5-1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m5.5%201.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5M12%2026.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m5.5%201.5c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5m2.5-1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m5.5-8.5h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5m0%202h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5m2%202c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5zm-2%202h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5m2%202c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5zm-2%202h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2c-.28%200-.5.22-.5.5s.22.5.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/fax-machine.svg?color=%231a73e8&size=48