typewriter from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
typewriter
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the typewriter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13h-4c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2H4l-2 5v2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2M6 20c-.89 0-1.34-1.08-.71-1.71S7 18.11 7 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S11 18.11 11 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S15 18.11 15 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S19 18.11 19 19c0 .55-.45 1-1 1m0-10V3H6v7H3v2h18v-2M8 5h8v1H8m0 1h6v1H8"/></svg>

React

import type { SVGProps } from "react";

export function MdiTypewriter(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="M20 13h-4c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2H4l-2 5v2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2M6 20c-.89 0-1.34-1.08-.71-1.71S7 18.11 7 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S11 18.11 11 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S15 18.11 15 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S19 18.11 19 19c0 .55-.45 1-1 1m0-10V3H6v7H3v2h18v-2M8 5h8v1H8m0 1h6v1H8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13h-4c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2H4l-2 5v2c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-2M6 20c-.89 0-1.34-1.08-.71-1.71S7 18.11 7 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S11 18.11 11 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S15 18.11 15 19c0 .55-.45 1-1 1m4 0c-.89 0-1.34-1.08-.71-1.71S19 18.11 19 19c0 .55-.45 1-1 1m0-10V3H6v7H3v2h18v-2M8 5h8v1H8m0 1h6v1H8"/></svg>
</template>

CSS

.icon-typewriter {
  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%22M20%2013h-4c0%201.1-.9%202-2%202h-4c-1.1%200-2-.9-2-2H4l-2%205v2c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-2M6%2020c-.89%200-1.34-1.08-.71-1.71S7%2018.11%207%2019c0%20.55-.45%201-1%201m4%200c-.89%200-1.34-1.08-.71-1.71S11%2018.11%2011%2019c0%20.55-.45%201-1%201m4%200c-.89%200-1.34-1.08-.71-1.71S15%2018.11%2015%2019c0%20.55-.45%201-1%201m4%200c-.89%200-1.34-1.08-.71-1.71S19%2018.11%2019%2019c0%20.55-.45%201-1%201m0-10V3H6v7H3v2h18v-2M8%205h8v1H8m0%201h6v1H8%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%22M20%2013h-4c0%201.1-.9%202-2%202h-4c-1.1%200-2-.9-2-2H4l-2%205v2c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-2M6%2020c-.89%200-1.34-1.08-.71-1.71S7%2018.11%207%2019c0%20.55-.45%201-1%201m4%200c-.89%200-1.34-1.08-.71-1.71S11%2018.11%2011%2019c0%20.55-.45%201-1%201m4%200c-.89%200-1.34-1.08-.71-1.71S15%2018.11%2015%2019c0%20.55-.45%201-1%201m4%200c-.89%200-1.34-1.08-.71-1.71S19%2018.11%2019%2019c0%20.55-.45%201-1%201m0-10V3H6v7H3v2h18v-2M8%205h8v1H8m0%201h6v1H8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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