Weight Regular
Size 42
Tracking 0
const x = await fetch("/api"); if (x.ok) return x.json();
Code preview
const greet = (name) => {
  return `Hello, ${name}!`;
};

async function fetchData(url) {
  const res = await fetch(url);
  if (!res.ok) throw new Error(res.status);
  return res.json();
}

const items = data
  .filter(x => x.active)
  .map(x => x.name);
Confusables
zero / capital O / lowercase o 0 O o
one / lowercase L / capital I / pipe 1 l I |
rn vs m rn m
quotes ' " ` ‘ ’ “ ”
brackets ( ) [ ] { } < >
Use this font
CSS font-family: 'Material Symbols', monospace;
CDN <link href="https://cdn.onlyfonts.ai/css2?family=Material%20Symbols&display=swap" rel="stylesheet">
WOFF2 Download .woff2
Weights
Aa Bb Cc Dd Ee 0123 Thin 100
Aa Bb Cc Dd Ee 0123 ExtraLight 200
Aa Bb Cc Dd Ee 0123 Light 300
Aa Bb Cc Dd Ee 0123 Regular 400
Aa Bb Cc Dd Ee 0123 Medium 500
Aa Bb Cc Dd Ee 0123 SemiBold 600
Aa Bb Cc Dd Ee 0123 Bold 700
OpenType Features (1)
rligRequired Ligatures
AaBbCcDd 0123
Character Map (3981 glyphs)
AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz0123456789
Aa
Regular
Details
Format truetype
Glyph count 3981
Version Version 2.935
Hinting Yes
Variable No
TTF size 958 KB
WOFF2 size 325 KB
Identifiers
Family Material Symbols
Style Regular
PostScript MaterialSymbols-Regular
License
License OFL-1.1
Copyright Copyright 2026 Google LLC. All Rights Reserved.
Source both
Languages (1)
Other (1)
latin