fax icon
fax-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- fax-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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 20.5q-1.042 0-1.77-.73q-.73-.728-.73-1.77v-7q0-1.042.73-1.77Q3.957 8.5 5 8.5q.617 0 1.132.275t.882.725H8.5V4.846h9V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v7.5H7.014q-.368.45-.882.725T5 20.5m0-1q.617 0 1.059-.441Q6.5 18.617 6.5 18v-7q0-.617-.441-1.059Q5.617 9.5 5 9.5t-1.059.441Q3.5 10.383 3.5 11v7q0 .617.441 1.059q.442.441 1.059.441m4.5-10h7V5.846h-7zm-2 9h13V12q0-.617-.441-1.059Q19.617 10.5 19 10.5H7.5zm8.213-4.788Q16 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.5 1.5v-8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaxOutline(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 20.5q-1.042 0-1.77-.73q-.73-.728-.73-1.77v-7q0-1.042.73-1.77Q3.957 8.5 5 8.5q.617 0 1.132.275t.882.725H8.5V4.846h9V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v7.5H7.014q-.368.45-.882.725T5 20.5m0-1q.617 0 1.059-.441Q6.5 18.617 6.5 18v-7q0-.617-.441-1.059Q5.617 9.5 5 9.5t-1.059.441Q3.5 10.383 3.5 11v7q0 .617.441 1.059q.442.441 1.059.441m4.5-10h7V5.846h-7zm-2 9h13V12q0-.617-.441-1.059Q19.617 10.5 19 10.5H7.5zm8.213-4.788Q16 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.5 1.5v-8z"/></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 20.5q-1.042 0-1.77-.73q-.73-.728-.73-1.77v-7q0-1.042.73-1.77Q3.957 8.5 5 8.5q.617 0 1.132.275t.882.725H8.5V4.846h9V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v7.5H7.014q-.368.45-.882.725T5 20.5m0-1q.617 0 1.059-.441Q6.5 18.617 6.5 18v-7q0-.617-.441-1.059Q5.617 9.5 5 9.5t-1.059.441Q3.5 10.383 3.5 11v7q0 .617.441 1.059q.442.441 1.059.441m4.5-10h7V5.846h-7zm-2 9h13V12q0-.617-.441-1.059Q19.617 10.5 19 10.5H7.5zm8.213-4.788Q16 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.5 1.5v-8z"/></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%2020.5q-1.042%200-1.77-.73q-.73-.728-.73-1.77v-7q0-1.042.73-1.77Q3.957%208.5%205%208.5q.617%200%201.132.275t.882.725H8.5V4.846h9V9.5H19q1.042%200%201.77.73q.73.728.73%201.77v7.5H7.014q-.368.45-.882.725T5%2020.5m0-1q.617%200%201.059-.441Q6.5%2018.617%206.5%2018v-7q0-.617-.441-1.059Q5.617%209.5%205%209.5t-1.059.441Q3.5%2010.383%203.5%2011v7q0%20.617.441%201.059q.442.441%201.059.441m4.5-10h7V5.846h-7zm-2%209h13V12q0-.617-.441-1.059Q19.617%2010.5%2019%2010.5H7.5zm8.213-4.788Q16%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.5%201.5v-8z%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%2020.5q-1.042%200-1.77-.73q-.73-.728-.73-1.77v-7q0-1.042.73-1.77Q3.957%208.5%205%208.5q.617%200%201.132.275t.882.725H8.5V4.846h9V9.5H19q1.042%200%201.77.73q.73.728.73%201.77v7.5H7.014q-.368.45-.882.725T5%2020.5m0-1q.617%200%201.059-.441Q6.5%2018.617%206.5%2018v-7q0-.617-.441-1.059Q5.617%209.5%205%209.5t-1.059.441Q3.5%2010.383%203.5%2011v7q0%20.617.441%201.059q.442.441%201.059.441m4.5-10h7V5.846h-7zm-2%209h13V12q0-.617-.441-1.059Q19.617%2010.5%2019%2010.5H7.5zm8.213-4.788Q16%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.5%201.5v-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fax-outline.svg?color=%231a73e8&size=48