person chalkboard icon

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

Name
person-chalkboard
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person chalkboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V192h136c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16V64h192v192H384v-32h-64v48c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H177.2c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.6-47.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonChalkboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V192h136c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16V64h192v192H384v-32h-64v48c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H177.2c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.6-47.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V192h136c17.7 0 32-14.3 32-32s-14.3-32-32-32h-16V64h192v192H384v-32h-64v48c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H177.2c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.6-47.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32"/></svg>
</template>

CSS

.icon-person-chalkboard {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-8%20384V352h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V192h136c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-16V64h192v192H384v-32h-64v48c0%2026.5%2021.5%2048%2048%2048h224c26.5%200%2048-21.5%2048-48V48c0-26.5-21.5-48-48-48H368c-26.5%200-48%2021.5-48%2048v80H177.2c-33.7%200-64.9%2017.7-82.3%2046.6l-58.3%2097c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9l28.6-47.7V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-8%20384V352h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V192h136c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-16V64h192v192H384v-32h-64v48c0%2026.5%2021.5%2048%2048%2048h224c26.5%200%2048-21.5%2048-48V48c0-26.5-21.5-48-48-48H368c-26.5%200-48%2021.5-48%2048v80H177.2c-33.7%200-64.9%2017.7-82.3%2046.6l-58.3%2097c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9l28.6-47.7V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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