notdef from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
notdef
Set
Font Awesome 6 Regular
Style
Regular
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

Use the notdef icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M336 0H48C21.49 0 0 21.49 0 48v416c0 26.5 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.5-48-48-48zm0 90.16V421.8L221.2 256L336 90.16zM192 213.8L77.19 48h229.6L192 213.8zM162.8 256L48 421.8V90.16L162.8 256zm29.2 42.2L306.8 464H77.19L192 298.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularNotdef(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M336 0H48C21.49 0 0 21.49 0 48v416c0 26.5 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.5-48-48-48zm0 90.16V421.8L221.2 256L336 90.16zM192 213.8L77.19 48h229.6L192 213.8zM162.8 256L48 421.8V90.16L162.8 256zm29.2 42.2L306.8 464H77.19L192 298.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M336 0H48C21.49 0 0 21.49 0 48v416c0 26.5 21.49 48 48 48h288c26.51 0 48-21.49 48-48V48c0-26.51-21.5-48-48-48zm0 90.16V421.8L221.2 256L336 90.16zM192 213.8L77.19 48h229.6L192 213.8zM162.8 256L48 421.8V90.16L162.8 256zm29.2 42.2L306.8 464H77.19L192 298.2z"/></svg>
</template>

CSS

.icon-notdef {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%200H48C21.49%200%200%2021.49%200%2048v416c0%2026.5%2021.49%2048%2048%2048h288c26.51%200%2048-21.49%2048-48V48c0-26.51-21.5-48-48-48zm0%2090.16V421.8L221.2%20256L336%2090.16zM192%20213.8L77.19%2048h229.6L192%20213.8zM162.8%20256L48%20421.8V90.16L162.8%20256zm29.2%2042.2L306.8%20464H77.19L192%20298.2z%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%200H48C21.49%200%200%2021.49%200%2048v416c0%2026.5%2021.49%2048%2048%2048h288c26.51%200%2048-21.49%2048-48V48c0-26.51-21.5-48-48-48zm0%2090.16V421.8L221.2%20256L336%2090.16zM192%20213.8L77.19%2048h229.6L192%20213.8zM162.8%20256L48%20421.8V90.16L162.8%20256zm29.2%2042.2L306.8%20464H77.19L192%20298.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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