fax icon
fax-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- fax-rounded
- Set
- Material Symbols Light
- Style
- 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
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="M7.154 19.5v-10H8.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.475zm-2.71 1q.817 0 1.379-.563t.561-1.38v-8.115q0-.815-.563-1.379Q5.257 8.5 4.44 8.5t-1.379.563t-.561 1.38v8.115q0 .816.564 1.379t1.38.563M9.5 9.5h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269 0-.442.173t-.173.443zm6.636 4.213q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m3 0q.287-.287.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m-3 3q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288m3 0q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288M10.23 17h2.385q.343 0 .575-.232q.232-.233.232-.576v-3.384q0-.344-.232-.576T12.615 12h-2.384q-.344 0-.576.232t-.232.576v3.384q0 .343.232.576t.576.232"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFaxRounded(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="M7.154 19.5v-10H8.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.475zm-2.71 1q.817 0 1.379-.563t.561-1.38v-8.115q0-.815-.563-1.379Q5.257 8.5 4.44 8.5t-1.379.563t-.561 1.38v8.115q0 .816.564 1.379t1.38.563M9.5 9.5h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269 0-.442.173t-.173.443zm6.636 4.213q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m3 0q.287-.287.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m-3 3q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288m3 0q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288M10.23 17h2.385q.343 0 .575-.232q.232-.233.232-.576v-3.384q0-.344-.232-.576T12.615 12h-2.384q-.344 0-.576.232t-.232.576v3.384q0 .343.232.576t.576.232"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.154 19.5v-10H8.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.475zm-2.71 1q.817 0 1.379-.563t.561-1.38v-8.115q0-.815-.563-1.379Q5.257 8.5 4.44 8.5t-1.379.563t-.561 1.38v8.115q0 .816.564 1.379t1.38.563M9.5 9.5h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269 0-.442.173t-.173.443zm6.636 4.213q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m3 0q.287-.287.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m-3 3q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288m3 0q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288M10.23 17h2.385q.343 0 .575-.232q.232-.233.232-.576v-3.384q0-.344-.232-.576T12.615 12h-2.384q-.344 0-.576.232t-.232.576v3.384q0 .343.232.576t.576.232"/></svg> </template>
CSS
.icon-fax-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%22M7.154%2019.5v-10H8.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.475zm-2.71%201q.817%200%201.379-.563t.561-1.38v-8.115q0-.815-.563-1.379Q5.257%208.5%204.44%208.5t-1.379.563t-.561%201.38v8.115q0%20.816.564%201.379t1.38.563M9.5%209.5h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269%200-.442.173t-.173.443zm6.636%204.213q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m3%200q.287-.287.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m-3%203q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288m3%200q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288M10.23%2017h2.385q.343%200%20.575-.232q.232-.233.232-.576v-3.384q0-.344-.232-.576T12.615%2012h-2.384q-.344%200-.576.232t-.232.576v3.384q0%20.343.232.576t.576.232%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%22M7.154%2019.5v-10H8.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.475zm-2.71%201q.817%200%201.379-.563t.561-1.38v-8.115q0-.815-.563-1.379Q5.257%208.5%204.44%208.5t-1.379.563t-.561%201.38v8.115q0%20.816.564%201.379t1.38.563M9.5%209.5h7V6.462q0-.27-.173-.443t-.442-.173h-5.77q-.269%200-.442.173t-.173.443zm6.636%204.213q.287-.288.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m3%200q.287-.287.287-.712t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m-3%203q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288m3%200q.287-.287.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288t.713-.288M10.23%2017h2.385q.343%200%20.575-.232q.232-.233.232-.576v-3.384q0-.344-.232-.576T12.615%2012h-2.384q-.344%200-.576.232t-.232.576v3.384q0%20.343.232.576t.576.232%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-rounded.svg?color=%231a73e8&size=48