fax machine emoji

fax-machine from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
fax-machine
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the fax machine emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#9b9b9a" d="M13 32h46v26H13z"/><path fill="#d0cfce" d="M21 55h-1a3 3 0 0 1-3-3V38a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3"/><path fill="#9b9b9a" d="M17 13h38v19H17z"/><path fill="#fff" d="M29 17h22v15H29z"/><path fill="#b1cc33" d="M46 37h9v8h-9z"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M13 32h46v26H13z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 55h-1a3 3 0 0 1-3-3V38a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3m-4-42h38v19H17z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M29 17h22v15H29z"/><circle cx="29" cy="39" r="2"/><circle cx="35" cy="39" r="2"/><circle cx="41" cy="39" r="2"/><circle cx="29" cy="45" r="2"/><circle cx="35" cy="45" r="2"/><circle cx="41" cy="45" r="2"/><circle cx="29" cy="51" r="2"/><circle cx="35" cy="51" r="2"/><circle cx="41" cy="51" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46 37h9v8h-9z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFaxMachine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#9b9b9a" d="M13 32h46v26H13z"/><path fill="#d0cfce" d="M21 55h-1a3 3 0 0 1-3-3V38a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3"/><path fill="#9b9b9a" d="M17 13h38v19H17z"/><path fill="#fff" d="M29 17h22v15H29z"/><path fill="#b1cc33" d="M46 37h9v8h-9z"/></g><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M13 32h46v26H13z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M21 55h-1a3 3 0 0 1-3-3V38a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3m-4-42h38v19H17z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M29 17h22v15H29z"/><circle cx="29" cy="39" r="2"/><circle cx="35" cy="39" r="2"/><circle cx="41" cy="39" r="2"/><circle cx="29" cy="45" r="2"/><circle cx="35" cy="45" r="2"/><circle cx="41" cy="45" r="2"/><circle cx="29" cy="51" r="2"/><circle cx="35" cy="51" r="2"/><circle cx="41" cy="51" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M46 37h9v8h-9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#9b9b9a" d="M13 32h46v26H13z"/><path fill="#d0cfce" d="M21 55h-1a3 3 0 0 1-3-3V38a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3"/><path fill="#9b9b9a" d="M17 13h38v19H17z"/><path fill="#fff" d="M29 17h22v15H29z"/><path fill="#b1cc33" d="M46 37h9v8h-9z"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M13 32h46v26H13z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 55h-1a3 3 0 0 1-3-3V38a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3m-4-42h38v19H17z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M29 17h22v15H29z"/><circle cx="29" cy="39" r="2"/><circle cx="35" cy="39" r="2"/><circle cx="41" cy="39" r="2"/><circle cx="29" cy="45" r="2"/><circle cx="35" cy="45" r="2"/><circle cx="41" cy="45" r="2"/><circle cx="29" cy="51" r="2"/><circle cx="35" cy="51" r="2"/><circle cx="41" cy="51" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46 37h9v8h-9z"/></svg>
</template>

CSS

.icon-fax-machine {
  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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M13%2032h46v26H13z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M21%2055h-1a3%203%200%200%201-3-3V38a3%203%200%200%201%203-3h1a3%203%200%200%201%203%203v14a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M17%2013h38v19H17z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29%2017h22v15H29z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M46%2037h9v8h-9z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M13%2032h46v26H13z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21%2055h-1a3%203%200%200%201-3-3V38a3%203%200%200%201%203-3h1a3%203%200%200%201%203%203v14a3%203%200%200%201-3%203m-4-42h38v19H17z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M29%2017h22v15H29z%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2251%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2251%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2251%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M46%2037h9v8h-9z%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M13%2032h46v26H13z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M21%2055h-1a3%203%200%200%201-3-3V38a3%203%200%200%201%203-3h1a3%203%200%200%201%203%203v14a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M17%2013h38v19H17z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29%2017h22v15H29z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M46%2037h9v8h-9z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M13%2032h46v26H13z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21%2055h-1a3%203%200%200%201-3-3V38a3%203%200%200%201%203-3h1a3%203%200%200%201%203%203v14a3%203%200%200%201-3%203m-4-42h38v19H17z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M29%2017h22v15H29z%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2245%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2251%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235%22%20cy%3D%2251%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2251%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M46%2037h9v8h-9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/fax-machine.svg?color=%231a73e8&size=48