fax from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
fax
Set
Material Symbols Light
Style
Regular
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="M7.154 19.5v-10H8.5V4.846h9V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v7.5zm-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.5h7V5.846h-7zm6.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-.288M9.423 17h4v-5h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFax(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.5V4.846h9V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v7.5zm-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.5h7V5.846h-7zm6.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-.288M9.423 17h4v-5h-4z"/></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.5V4.846h9V9.5H19q1.042 0 1.77.73q.73.728.73 1.77v7.5zm-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.5h7V5.846h-7zm6.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-.288M9.423 17h4v-5h-4z"/></svg>
</template>

CSS

.icon-fax {
  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.5V4.846h9V9.5H19q1.042%200%201.77.73q.73.728.73%201.77v7.5zm-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.5h7V5.846h-7zm6.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-.288M9.423%2017h4v-5h-4z%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.5V4.846h9V9.5H19q1.042%200%201.77.73q.73.728.73%201.77v7.5zm-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.5h7V5.846h-7zm6.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-.288M9.423%2017h4v-5h-4z%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.svg?color=%231a73e8&size=48