fax-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
fax-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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

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.5V6.462q0-.667.475-1.141t1.14-.475h5.77q.666 0 1.14.475t.475 1.14V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v5.885q0 .666-.475 1.14t-1.14.475H7.013q-.367.45-.881.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-10h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269 0-.442.173t-.173.443zm-2 9h12.385q.269 0 .442-.173t.173-.442V12q0-.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.808 17h2.384q.344 0 .576-.232t.232-.576v-3.384q0-.344-.232-.576T12.192 12H9.808q-.343 0-.576.232T9 12.808v3.384q0 .343.232.576t.576.232M7.5 18.5v-8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFaxOutlineRounded(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.5V6.462q0-.667.475-1.141t1.14-.475h5.77q.666 0 1.14.475t.475 1.14V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v5.885q0 .666-.475 1.14t-1.14.475H7.013q-.367.45-.881.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-10h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269 0-.442.173t-.173.443zm-2 9h12.385q.269 0 .442-.173t.173-.442V12q0-.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.808 17h2.384q.344 0 .576-.232t.232-.576v-3.384q0-.344-.232-.576T12.192 12H9.808q-.343 0-.576.232T9 12.808v3.384q0 .343.232.576t.576.232M7.5 18.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.5V6.462q0-.667.475-1.141t1.14-.475h5.77q.666 0 1.14.475t.475 1.14V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v5.885q0 .666-.475 1.14t-1.14.475H7.013q-.367.45-.881.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-10h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269 0-.442.173t-.173.443zm-2 9h12.385q.269 0 .442-.173t.173-.442V12q0-.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.808 17h2.384q.344 0 .576-.232t.232-.576v-3.384q0-.344-.232-.576T12.192 12H9.808q-.343 0-.576.232T9 12.808v3.384q0 .343.232.576t.576.232M7.5 18.5v-8z"/></svg>
</template>

CSS

.icon-fax-outline-rounded {
  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.5V6.462q0-.667.475-1.141t1.14-.475h5.77q.666%200%201.14.475t.475%201.14V9.5H19q1.042%200%201.77.73q.73.728.73%201.77v5.885q0%20.666-.475%201.14t-1.14.475H7.013q-.367.45-.881.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-10h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269%200-.442.173t-.173.443zm-2%209h12.385q.269%200%20.442-.173t.173-.442V12q0-.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.808%2017h2.384q.344%200%20.576-.232t.232-.576v-3.384q0-.344-.232-.576T12.192%2012H9.808q-.343%200-.576.232T9%2012.808v3.384q0%20.343.232.576t.576.232M7.5%2018.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.5V6.462q0-.667.475-1.141t1.14-.475h5.77q.666%200%201.14.475t.475%201.14V9.5H19q1.042%200%201.77.73q.73.728.73%201.77v5.885q0%20.666-.475%201.14t-1.14.475H7.013q-.367.45-.881.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-10h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269%200-.442.173t-.173.443zm-2%209h12.385q.269%200%20.442-.173t.173-.442V12q0-.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.808%2017h2.384q.344%200%20.576-.232t.232-.576v-3.384q0-.344-.232-.576T12.192%2012H9.808q-.343%200-.576.232T9%2012.808v3.384q0%20.343.232.576t.576.232M7.5%2018.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-rounded.svg?color=%231a73e8&size=48