fax from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
fax
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the fax icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20V4h10v5h1q1.25 0 2.125.875T22 12v8zm-3.5 1q1.05 0 1.775-.725T7 18.5v-8q0-1.05-.725-1.775T4.5 8t-1.775.725T2 10.5v8q0 1.05.725 1.775T4.5 21M10 9h6V6h-6zm6.713 4.713Q17 13.425 17 13t-.288-.712T16 12t-.712.288T15 13t.288.713T16 14t.713-.288m3 0Q20 13.426 20 13t-.288-.712T19 12t-.712.288T18 13t.288.713T19 14t.713-.288m-3 3Q17 16.426 17 16t-.288-.712T16 15t-.712.288T15 16t.288.713T16 17t.713-.288m3 0Q20 16.426 20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17t.713-.288M10 17h4v-5h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFax(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="M8 20V4h10v5h1q1.25 0 2.125.875T22 12v8zm-3.5 1q1.05 0 1.775-.725T7 18.5v-8q0-1.05-.725-1.775T4.5 8t-1.775.725T2 10.5v8q0 1.05.725 1.775T4.5 21M10 9h6V6h-6zm6.713 4.713Q17 13.425 17 13t-.288-.712T16 12t-.712.288T15 13t.288.713T16 14t.713-.288m3 0Q20 13.426 20 13t-.288-.712T19 12t-.712.288T18 13t.288.713T19 14t.713-.288m-3 3Q17 16.426 17 16t-.288-.712T16 15t-.712.288T15 16t.288.713T16 17t.713-.288m3 0Q20 16.426 20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17t.713-.288M10 17h4v-5h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20V4h10v5h1q1.25 0 2.125.875T22 12v8zm-3.5 1q1.05 0 1.775-.725T7 18.5v-8q0-1.05-.725-1.775T4.5 8t-1.775.725T2 10.5v8q0 1.05.725 1.775T4.5 21M10 9h6V6h-6zm6.713 4.713Q17 13.425 17 13t-.288-.712T16 12t-.712.288T15 13t.288.713T16 14t.713-.288m3 0Q20 13.426 20 13t-.288-.712T19 12t-.712.288T18 13t.288.713T19 14t.713-.288m-3 3Q17 16.426 17 16t-.288-.712T16 15t-.712.288T15 16t.288.713T16 17t.713-.288m3 0Q20 16.426 20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17t.713-.288M10 17h4v-5h-4z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2020V4h10v5h1q1.25%200%202.125.875T22%2012v8zm-3.5%201q1.05%200%201.775-.725T7%2018.5v-8q0-1.05-.725-1.775T4.5%208t-1.775.725T2%2010.5v8q0%201.05.725%201.775T4.5%2021M10%209h6V6h-6zm6.713%204.713Q17%2013.425%2017%2013t-.288-.712T16%2012t-.712.288T15%2013t.288.713T16%2014t.713-.288m3%200Q20%2013.426%2020%2013t-.288-.712T19%2012t-.712.288T18%2013t.288.713T19%2014t.713-.288m-3%203Q17%2016.426%2017%2016t-.288-.712T16%2015t-.712.288T15%2016t.288.713T16%2017t.713-.288m3%200Q20%2016.426%2020%2016t-.288-.712T19%2015t-.712.288T18%2016t.288.713T19%2017t.713-.288M10%2017h4v-5h-4z%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%22M8%2020V4h10v5h1q1.25%200%202.125.875T22%2012v8zm-3.5%201q1.05%200%201.775-.725T7%2018.5v-8q0-1.05-.725-1.775T4.5%208t-1.775.725T2%2010.5v8q0%201.05.725%201.775T4.5%2021M10%209h6V6h-6zm6.713%204.713Q17%2013.425%2017%2013t-.288-.712T16%2012t-.712.288T15%2013t.288.713T16%2014t.713-.288m3%200Q20%2013.426%2020%2013t-.288-.712T19%2012t-.712.288T18%2013t.288.713T19%2014t.713-.288m-3%203Q17%2016.426%2017%2016t-.288-.712T16%2015t-.712.288T15%2016t.288.713T16%2017t.713-.288m3%200Q20%2016.426%2020%2016t-.288-.712T19%2015t-.712.288T18%2016t.288.713T19%2017t.713-.288M10%2017h4v-5h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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