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

Name
fax-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M5 21q-1.25 0-2.125-.875T2 18v-7q0-1.25.875-2.125T5 8q.675 0 1.238.275T7.225 9H8V6q0-.825.588-1.412T10 4h6q.825 0 1.413.588T18 6v3h1q1.25 0 2.125.875T22 12v6q0 .825-.587 1.413T20 20H7.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-.288M10 17h2q.425 0 .713-.288T13 16v-3q0-.425-.288-.712T12 12h-2q-.425 0-.712.288T9 13v3q0 .425.288.713T10 17m-2 1v-7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFaxOutlineRounded(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 9H8V6q0-.825.588-1.412T10 4h6q.825 0 1.413.588T18 6v3h1q1.25 0 2.125.875T22 12v6q0 .825-.587 1.413T20 20H7.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-.288M10 17h2q.425 0 .713-.288T13 16v-3q0-.425-.288-.712T12 12h-2q-.425 0-.712.288T9 13v3q0 .425.288.713T10 17m-2 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 9H8V6q0-.825.588-1.412T10 4h6q.825 0 1.413.588T18 6v3h1q1.25 0 2.125.875T22 12v6q0 .825-.587 1.413T20 20H7.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-.288M10 17h2q.425 0 .713-.288T13 16v-3q0-.425-.288-.712T12 12h-2q-.425 0-.712.288T9 13v3q0 .425.288.713T10 17m-2 1v-7z"/></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%2021q-1.25%200-2.125-.875T2%2018v-7q0-1.25.875-2.125T5%208q.675%200%201.238.275T7.225%209H8V6q0-.825.588-1.412T10%204h6q.825%200%201.413.588T18%206v3h1q1.25%200%202.125.875T22%2012v6q0%20.825-.587%201.413T20%2020H7.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-.288M10%2017h2q.425%200%20.713-.288T13%2016v-3q0-.425-.288-.712T12%2012h-2q-.425%200-.712.288T9%2013v3q0%20.425.288.713T10%2017m-2%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%209H8V6q0-.825.588-1.412T10%204h6q.825%200%201.413.588T18%206v3h1q1.25%200%202.125.875T22%2012v6q0%20.825-.587%201.413T20%2020H7.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-.288M10%2017h2q.425%200%20.713-.288T13%2016v-3q0-.425-.288-.712T12%2012h-2q-.425%200-.712.288T9%2013v3q0%20.425.288.713T10%2017m-2%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-rounded.svg?color=%231a73e8&size=48