fax icon
fax-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- fax-outline
- Set
- Material Symbols
- Style
- Outline
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="M5 21q-1.25 0-2.125-.875T2 18v-7q0-1.25.875-2.125T5 8q.675 0 1.238.275T7.225 9H8V4h10v5h1q1.25 0 2.125.875T22 12v8H7.225q-.425.45-.987.725T5 21m0-2q.425 0 .713-.288T6 18v-7q0-.425-.288-.712T5 10t-.712.288T4 11v7q0 .425.288.713T5 19m5-10h6V6h-6zm-2 9h12v-6q0-.425-.288-.712T19 11H8zm7.713-4.288Q16 13.425 16 13t-.288-.712T15 12t-.712.288T14 13t.288.713T15 14t.713-.288m3 0Q19 13.426 19 13t-.288-.712T18 12t-.712.288T17 13t.288.713T18 14t.713-.288m-3 3Q16 16.426 16 16t-.288-.712T15 15t-.712.288T14 16t.288.713T15 17t.713-.288m3 0Q19 16.426 19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17t.713-.288M9 17h4v-5H9zm-1 1v-7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFaxOutline(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="M5 21q-1.25 0-2.125-.875T2 18v-7q0-1.25.875-2.125T5 8q.675 0 1.238.275T7.225 9H8V4h10v5h1q1.25 0 2.125.875T22 12v8H7.225q-.425.45-.987.725T5 21m0-2q.425 0 .713-.288T6 18v-7q0-.425-.288-.712T5 10t-.712.288T4 11v7q0 .425.288.713T5 19m5-10h6V6h-6zm-2 9h12v-6q0-.425-.288-.712T19 11H8zm7.713-4.288Q16 13.425 16 13t-.288-.712T15 12t-.712.288T14 13t.288.713T15 14t.713-.288m3 0Q19 13.426 19 13t-.288-.712T18 12t-.712.288T17 13t.288.713T18 14t.713-.288m-3 3Q16 16.426 16 16t-.288-.712T15 15t-.712.288T14 16t.288.713T15 17t.713-.288m3 0Q19 16.426 19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17t.713-.288M9 17h4v-5H9zm-1 1v-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-1.25 0-2.125-.875T2 18v-7q0-1.25.875-2.125T5 8q.675 0 1.238.275T7.225 9H8V4h10v5h1q1.25 0 2.125.875T22 12v8H7.225q-.425.45-.987.725T5 21m0-2q.425 0 .713-.288T6 18v-7q0-.425-.288-.712T5 10t-.712.288T4 11v7q0 .425.288.713T5 19m5-10h6V6h-6zm-2 9h12v-6q0-.425-.288-.712T19 11H8zm7.713-4.288Q16 13.425 16 13t-.288-.712T15 12t-.712.288T14 13t.288.713T15 14t.713-.288m3 0Q19 13.426 19 13t-.288-.712T18 12t-.712.288T17 13t.288.713T18 14t.713-.288m-3 3Q16 16.426 16 16t-.288-.712T15 15t-.712.288T14 16t.288.713T15 17t.713-.288m3 0Q19 16.426 19 16t-.288-.712T18 15t-.712.288T17 16t.288.713T18 17t.713-.288M9 17h4v-5H9zm-1 1v-7z"/></svg> </template>
CSS
.icon-fax-outline {
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%22M5%2021q-1.25%200-2.125-.875T2%2018v-7q0-1.25.875-2.125T5%208q.675%200%201.238.275T7.225%209H8V4h10v5h1q1.25%200%202.125.875T22%2012v8H7.225q-.425.45-.987.725T5%2021m0-2q.425%200%20.713-.288T6%2018v-7q0-.425-.288-.712T5%2010t-.712.288T4%2011v7q0%20.425.288.713T5%2019m5-10h6V6h-6zm-2%209h12v-6q0-.425-.288-.712T19%2011H8zm7.713-4.288Q16%2013.425%2016%2013t-.288-.712T15%2012t-.712.288T14%2013t.288.713T15%2014t.713-.288m3%200Q19%2013.426%2019%2013t-.288-.712T18%2012t-.712.288T17%2013t.288.713T18%2014t.713-.288m-3%203Q16%2016.426%2016%2016t-.288-.712T15%2015t-.712.288T14%2016t.288.713T15%2017t.713-.288m3%200Q19%2016.426%2019%2016t-.288-.712T18%2015t-.712.288T17%2016t.288.713T18%2017t.713-.288M9%2017h4v-5H9zm-1%201v-7z%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%22M5%2021q-1.25%200-2.125-.875T2%2018v-7q0-1.25.875-2.125T5%208q.675%200%201.238.275T7.225%209H8V4h10v5h1q1.25%200%202.125.875T22%2012v8H7.225q-.425.45-.987.725T5%2021m0-2q.425%200%20.713-.288T6%2018v-7q0-.425-.288-.712T5%2010t-.712.288T4%2011v7q0%20.425.288.713T5%2019m5-10h6V6h-6zm-2%209h12v-6q0-.425-.288-.712T19%2011H8zm7.713-4.288Q16%2013.425%2016%2013t-.288-.712T15%2012t-.712.288T14%2013t.288.713T15%2014t.713-.288m3%200Q19%2013.426%2019%2013t-.288-.712T18%2012t-.712.288T17%2013t.288.713T18%2014t.713-.288m-3%203Q16%2016.426%2016%2016t-.288-.712T15%2015t-.712.288T14%2016t.288.713T15%2017t.713-.288m3%200Q19%2016.426%2019%2016t-.288-.712T18%2015t-.712.288T17%2016t.288.713T18%2017t.713-.288M9%2017h4v-5H9zm-1%201v-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fax-outline.svg?color=%231a73e8&size=48