whiteboard icon
whiteboard-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- whiteboard-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the whiteboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.288 7.445a4.82 4.82 0 0 1 6.894 6.735l-8.01 8.392a3.75 3.75 0 0 1-1.87 1.065l-5.77 1.331a1.25 1.25 0 0 1-1.517-1.408l.875-5.69a3.75 3.75 0 0 1 1.055-2.082zm5.337 2.121a2.32 2.32 0 0 0-3.57-.353l-8.342 8.342a1.25 1.25 0 0 0-.352.694l-.595 3.869l3.974-.917a1.25 1.25 0 0 0 .623-.355l8.01-8.392a2.32 2.32 0 0 0 .252-2.888m-11.928.934H10.25a3.75 3.75 0 0 0-3.75 3.75v4.932c1.01-.747 2.106-1.514 3.208-2.164c1.342-.792 2.796-1.475 4.186-1.687c1.445-.22 2.946.062 4.055 1.356c.523.61.827 1.285.922 2.005c.093.704-.024 1.376-.225 1.982c-.36 1.086-1.073 2.168-1.672 3.078l-.12.181c-.682 1.039-1.196 1.866-1.392 2.603c-.09.34-.095.603-.043.821c.049.21.17.464.465.76c.403.402.758.545 1.06.584c.32.042.699-.018 1.15-.212c.943-.405 1.908-1.259 2.772-2.123a1.25 1.25 0 1 1 1.768 1.768c-.869.87-2.128 2.04-3.553 2.652c-.732.314-1.572.51-2.462.394c-.909-.119-1.756-.549-2.503-1.296c-.581-.582-.963-1.236-1.131-1.957c-.167-.712-.106-1.403.061-2.033c.32-1.2 1.087-2.373 1.719-3.334l.035-.053c.676-1.028 1.22-1.857 1.473-2.62c.12-.363.149-.643.12-.868c-.028-.21-.114-.44-.342-.705c-.391-.457-.921-.643-1.78-.512c-.915.14-2.04.63-3.292 1.368c-1.233.728-2.492 1.639-3.667 2.527q-.41.31-.812.619V33.75a3.75 3.75 0 0 0 3.75 3.75h27.5a3.75 3.75 0 0 0 3.75-3.75V18.515l2.5-2.62V33.75A6.25 6.25 0 0 1 37.75 40h-27.5A6.25 6.25 0 0 1 4 33.75v-19.5A6.25 6.25 0 0 1 10.25 8h20.947z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWhiteboard48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.288 7.445a4.82 4.82 0 0 1 6.894 6.735l-8.01 8.392a3.75 3.75 0 0 1-1.87 1.065l-5.77 1.331a1.25 1.25 0 0 1-1.517-1.408l.875-5.69a3.75 3.75 0 0 1 1.055-2.082zm5.337 2.121a2.32 2.32 0 0 0-3.57-.353l-8.342 8.342a1.25 1.25 0 0 0-.352.694l-.595 3.869l3.974-.917a1.25 1.25 0 0 0 .623-.355l8.01-8.392a2.32 2.32 0 0 0 .252-2.888m-11.928.934H10.25a3.75 3.75 0 0 0-3.75 3.75v4.932c1.01-.747 2.106-1.514 3.208-2.164c1.342-.792 2.796-1.475 4.186-1.687c1.445-.22 2.946.062 4.055 1.356c.523.61.827 1.285.922 2.005c.093.704-.024 1.376-.225 1.982c-.36 1.086-1.073 2.168-1.672 3.078l-.12.181c-.682 1.039-1.196 1.866-1.392 2.603c-.09.34-.095.603-.043.821c.049.21.17.464.465.76c.403.402.758.545 1.06.584c.32.042.699-.018 1.15-.212c.943-.405 1.908-1.259 2.772-2.123a1.25 1.25 0 1 1 1.768 1.768c-.869.87-2.128 2.04-3.553 2.652c-.732.314-1.572.51-2.462.394c-.909-.119-1.756-.549-2.503-1.296c-.581-.582-.963-1.236-1.131-1.957c-.167-.712-.106-1.403.061-2.033c.32-1.2 1.087-2.373 1.719-3.334l.035-.053c.676-1.028 1.22-1.857 1.473-2.62c.12-.363.149-.643.12-.868c-.028-.21-.114-.44-.342-.705c-.391-.457-.921-.643-1.78-.512c-.915.14-2.04.63-3.292 1.368c-1.233.728-2.492 1.639-3.667 2.527q-.41.31-.812.619V33.75a3.75 3.75 0 0 0 3.75 3.75h27.5a3.75 3.75 0 0 0 3.75-3.75V18.515l2.5-2.62V33.75A6.25 6.25 0 0 1 37.75 40h-27.5A6.25 6.25 0 0 1 4 33.75v-19.5A6.25 6.25 0 0 1 10.25 8h20.947z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M35.288 7.445a4.82 4.82 0 0 1 6.894 6.735l-8.01 8.392a3.75 3.75 0 0 1-1.87 1.065l-5.77 1.331a1.25 1.25 0 0 1-1.517-1.408l.875-5.69a3.75 3.75 0 0 1 1.055-2.082zm5.337 2.121a2.32 2.32 0 0 0-3.57-.353l-8.342 8.342a1.25 1.25 0 0 0-.352.694l-.595 3.869l3.974-.917a1.25 1.25 0 0 0 .623-.355l8.01-8.392a2.32 2.32 0 0 0 .252-2.888m-11.928.934H10.25a3.75 3.75 0 0 0-3.75 3.75v4.932c1.01-.747 2.106-1.514 3.208-2.164c1.342-.792 2.796-1.475 4.186-1.687c1.445-.22 2.946.062 4.055 1.356c.523.61.827 1.285.922 2.005c.093.704-.024 1.376-.225 1.982c-.36 1.086-1.073 2.168-1.672 3.078l-.12.181c-.682 1.039-1.196 1.866-1.392 2.603c-.09.34-.095.603-.043.821c.049.21.17.464.465.76c.403.402.758.545 1.06.584c.32.042.699-.018 1.15-.212c.943-.405 1.908-1.259 2.772-2.123a1.25 1.25 0 1 1 1.768 1.768c-.869.87-2.128 2.04-3.553 2.652c-.732.314-1.572.51-2.462.394c-.909-.119-1.756-.549-2.503-1.296c-.581-.582-.963-1.236-1.131-1.957c-.167-.712-.106-1.403.061-2.033c.32-1.2 1.087-2.373 1.719-3.334l.035-.053c.676-1.028 1.22-1.857 1.473-2.62c.12-.363.149-.643.12-.868c-.028-.21-.114-.44-.342-.705c-.391-.457-.921-.643-1.78-.512c-.915.14-2.04.63-3.292 1.368c-1.233.728-2.492 1.639-3.667 2.527q-.41.31-.812.619V33.75a3.75 3.75 0 0 0 3.75 3.75h27.5a3.75 3.75 0 0 0 3.75-3.75V18.515l2.5-2.62V33.75A6.25 6.25 0 0 1 37.75 40h-27.5A6.25 6.25 0 0 1 4 33.75v-19.5A6.25 6.25 0 0 1 10.25 8h20.947z"/></svg> </template>
CSS
.icon-whiteboard-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.288%207.445a4.82%204.82%200%200%201%206.894%206.735l-8.01%208.392a3.75%203.75%200%200%201-1.87%201.065l-5.77%201.331a1.25%201.25%200%200%201-1.517-1.408l.875-5.69a3.75%203.75%200%200%201%201.055-2.082zm5.337%202.121a2.32%202.32%200%200%200-3.57-.353l-8.342%208.342a1.25%201.25%200%200%200-.352.694l-.595%203.869l3.974-.917a1.25%201.25%200%200%200%20.623-.355l8.01-8.392a2.32%202.32%200%200%200%20.252-2.888m-11.928.934H10.25a3.75%203.75%200%200%200-3.75%203.75v4.932c1.01-.747%202.106-1.514%203.208-2.164c1.342-.792%202.796-1.475%204.186-1.687c1.445-.22%202.946.062%204.055%201.356c.523.61.827%201.285.922%202.005c.093.704-.024%201.376-.225%201.982c-.36%201.086-1.073%202.168-1.672%203.078l-.12.181c-.682%201.039-1.196%201.866-1.392%202.603c-.09.34-.095.603-.043.821c.049.21.17.464.465.76c.403.402.758.545%201.06.584c.32.042.699-.018%201.15-.212c.943-.405%201.908-1.259%202.772-2.123a1.25%201.25%200%201%201%201.768%201.768c-.869.87-2.128%202.04-3.553%202.652c-.732.314-1.572.51-2.462.394c-.909-.119-1.756-.549-2.503-1.296c-.581-.582-.963-1.236-1.131-1.957c-.167-.712-.106-1.403.061-2.033c.32-1.2%201.087-2.373%201.719-3.334l.035-.053c.676-1.028%201.22-1.857%201.473-2.62c.12-.363.149-.643.12-.868c-.028-.21-.114-.44-.342-.705c-.391-.457-.921-.643-1.78-.512c-.915.14-2.04.63-3.292%201.368c-1.233.728-2.492%201.639-3.667%202.527q-.41.31-.812.619V33.75a3.75%203.75%200%200%200%203.75%203.75h27.5a3.75%203.75%200%200%200%203.75-3.75V18.515l2.5-2.62V33.75A6.25%206.25%200%200%201%2037.75%2040h-27.5A6.25%206.25%200%200%201%204%2033.75v-19.5A6.25%206.25%200%200%201%2010.25%208h20.947z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.288%207.445a4.82%204.82%200%200%201%206.894%206.735l-8.01%208.392a3.75%203.75%200%200%201-1.87%201.065l-5.77%201.331a1.25%201.25%200%200%201-1.517-1.408l.875-5.69a3.75%203.75%200%200%201%201.055-2.082zm5.337%202.121a2.32%202.32%200%200%200-3.57-.353l-8.342%208.342a1.25%201.25%200%200%200-.352.694l-.595%203.869l3.974-.917a1.25%201.25%200%200%200%20.623-.355l8.01-8.392a2.32%202.32%200%200%200%20.252-2.888m-11.928.934H10.25a3.75%203.75%200%200%200-3.75%203.75v4.932c1.01-.747%202.106-1.514%203.208-2.164c1.342-.792%202.796-1.475%204.186-1.687c1.445-.22%202.946.062%204.055%201.356c.523.61.827%201.285.922%202.005c.093.704-.024%201.376-.225%201.982c-.36%201.086-1.073%202.168-1.672%203.078l-.12.181c-.682%201.039-1.196%201.866-1.392%202.603c-.09.34-.095.603-.043.821c.049.21.17.464.465.76c.403.402.758.545%201.06.584c.32.042.699-.018%201.15-.212c.943-.405%201.908-1.259%202.772-2.123a1.25%201.25%200%201%201%201.768%201.768c-.869.87-2.128%202.04-3.553%202.652c-.732.314-1.572.51-2.462.394c-.909-.119-1.756-.549-2.503-1.296c-.581-.582-.963-1.236-1.131-1.957c-.167-.712-.106-1.403.061-2.033c.32-1.2%201.087-2.373%201.719-3.334l.035-.053c.676-1.028%201.22-1.857%201.473-2.62c.12-.363.149-.643.12-.868c-.028-.21-.114-.44-.342-.705c-.391-.457-.921-.643-1.78-.512c-.915.14-2.04.63-3.292%201.368c-1.233.728-2.492%201.639-3.667%202.527q-.41.31-.812.619V33.75a3.75%203.75%200%200%200%203.75%203.75h27.5a3.75%203.75%200%200%200%203.75-3.75V18.515l2.5-2.62V33.75A6.25%206.25%200%200%201%2037.75%2040h-27.5A6.25%206.25%200%200%201%204%2033.75v-19.5A6.25%206.25%200%200%201%2010.25%208h20.947z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/whiteboard-48-regular.svg?color=%231a73e8&size=48