whiteboard icon
whiteboard-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- whiteboard-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="m15.989 4l-1.503 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v2.24l2.61-1.64a2.25 2.25 0 0 1 3.008.569l.095.139a2.25 2.25 0 0 1 .163 2.082l-.079.166l-1.208 2.286a.75.75 0 0 0 .933 1.05l.098-.046l1.76-.993a.75.75 0 0 1 .826 1.247l-.085.057l-1.765.996a2.25 2.25 0 0 1-3.163-2.867l.07-.145l1.208-2.286a.75.75 0 0 0-.964-1.037l-.098.052L3.5 11.262v5.493c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V9.443L22 7.946v8.809a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4zm5.186-.455l.13.12l.121.13a2.27 2.27 0 0 1-.121 3.08l-4.281 4.273a2.25 2.25 0 0 1-.943.562l-2.327.7a1 1 0 0 1-1.24-1.265l.739-2.295c.11-.34.299-.65.552-.903l4.29-4.283a2.27 2.27 0 0 1 3.08-.12m-2.02 1.18l-4.29 4.284a.75.75 0 0 0-.184.3l-.447 1.39l1.416-.425a.75.75 0 0 0 .314-.188l4.28-4.273l.075-.086a.769.769 0 0 0-1.163-1.002"/></svg>
React
import type { SVGProps } from "react";
export function FluentWhiteboard24Regular(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="m15.989 4l-1.503 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v2.24l2.61-1.64a2.25 2.25 0 0 1 3.008.569l.095.139a2.25 2.25 0 0 1 .163 2.082l-.079.166l-1.208 2.286a.75.75 0 0 0 .933 1.05l.098-.046l1.76-.993a.75.75 0 0 1 .826 1.247l-.085.057l-1.765.996a2.25 2.25 0 0 1-3.163-2.867l.07-.145l1.208-2.286a.75.75 0 0 0-.964-1.037l-.098.052L3.5 11.262v5.493c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V9.443L22 7.946v8.809a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4zm5.186-.455l.13.12l.121.13a2.27 2.27 0 0 1-.121 3.08l-4.281 4.273a2.25 2.25 0 0 1-.943.562l-2.327.7a1 1 0 0 1-1.24-1.265l.739-2.295c.11-.34.299-.65.552-.903l4.29-4.283a2.27 2.27 0 0 1 3.08-.12m-2.02 1.18l-4.29 4.284a.75.75 0 0 0-.184.3l-.447 1.39l1.416-.425a.75.75 0 0 0 .314-.188l4.28-4.273l.075-.086a.769.769 0 0 0-1.163-1.002"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.989 4l-1.503 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v2.24l2.61-1.64a2.25 2.25 0 0 1 3.008.569l.095.139a2.25 2.25 0 0 1 .163 2.082l-.079.166l-1.208 2.286a.75.75 0 0 0 .933 1.05l.098-.046l1.76-.993a.75.75 0 0 1 .826 1.247l-.085.057l-1.765.996a2.25 2.25 0 0 1-3.163-2.867l.07-.145l1.208-2.286a.75.75 0 0 0-.964-1.037l-.098.052L3.5 11.262v5.493c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V9.443L22 7.946v8.809a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4zm5.186-.455l.13.12l.121.13a2.27 2.27 0 0 1-.121 3.08l-4.281 4.273a2.25 2.25 0 0 1-.943.562l-2.327.7a1 1 0 0 1-1.24-1.265l.739-2.295c.11-.34.299-.65.552-.903l4.29-4.283a2.27 2.27 0 0 1 3.08-.12m-2.02 1.18l-4.29 4.284a.75.75 0 0 0-.184.3l-.447 1.39l1.416-.425a.75.75 0 0 0 .314-.188l4.28-4.273l.075-.086a.769.769 0 0 0-1.163-1.002"/></svg> </template>
CSS
.icon-whiteboard-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.989%204l-1.503%201.5H5.25l-.144.006A1.75%201.75%200%200%200%203.5%207.25v2.24l2.61-1.64a2.25%202.25%200%200%201%203.008.569l.095.139a2.25%202.25%200%200%201%20.163%202.082l-.079.166l-1.208%202.286a.75.75%200%200%200%20.933%201.05l.098-.046l1.76-.993a.75.75%200%200%201%20.826%201.247l-.085.057l-1.765.996a2.25%202.25%200%200%201-3.163-2.867l.07-.145l1.208-2.286a.75.75%200%200%200-.964-1.037l-.098.052L3.5%2011.262v5.493c0%20.966.784%201.75%201.75%201.75h13.5a1.75%201.75%200%200%200%201.75-1.75V9.443L22%207.946v8.809a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2016.755V7.25a3.25%203.25%200%200%201%203.066-3.245L5.25%204zm5.186-.455l.13.12l.121.13a2.27%202.27%200%200%201-.121%203.08l-4.281%204.273a2.25%202.25%200%200%201-.943.562l-2.327.7a1%201%200%200%201-1.24-1.265l.739-2.295c.11-.34.299-.65.552-.903l4.29-4.283a2.27%202.27%200%200%201%203.08-.12m-2.02%201.18l-4.29%204.284a.75.75%200%200%200-.184.3l-.447%201.39l1.416-.425a.75.75%200%200%200%20.314-.188l4.28-4.273l.075-.086a.769.769%200%200%200-1.163-1.002%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%22m15.989%204l-1.503%201.5H5.25l-.144.006A1.75%201.75%200%200%200%203.5%207.25v2.24l2.61-1.64a2.25%202.25%200%200%201%203.008.569l.095.139a2.25%202.25%200%200%201%20.163%202.082l-.079.166l-1.208%202.286a.75.75%200%200%200%20.933%201.05l.098-.046l1.76-.993a.75.75%200%200%201%20.826%201.247l-.085.057l-1.765.996a2.25%202.25%200%200%201-3.163-2.867l.07-.145l1.208-2.286a.75.75%200%200%200-.964-1.037l-.098.052L3.5%2011.262v5.493c0%20.966.784%201.75%201.75%201.75h13.5a1.75%201.75%200%200%200%201.75-1.75V9.443L22%207.946v8.809a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2016.755V7.25a3.25%203.25%200%200%201%203.066-3.245L5.25%204zm5.186-.455l.13.12l.121.13a2.27%202.27%200%200%201-.121%203.08l-4.281%204.273a2.25%202.25%200%200%201-.943.562l-2.327.7a1%201%200%200%201-1.24-1.265l.739-2.295c.11-.34.299-.65.552-.903l4.29-4.283a2.27%202.27%200%200%201%203.08-.12m-2.02%201.18l-4.29%204.284a.75.75%200%200%200-.184.3l-.447%201.39l1.416-.425a.75.75%200%200%200%20.314-.188l4.28-4.273l.075-.086a.769.769%200%200%200-1.163-1.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/whiteboard-24-regular.svg?color=%231a73e8&size=48