whiteboard-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
whiteboard-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M11.726 2.56a1.914 1.914 0 1 1 2.707 2.708l-2.64 2.64a2.5 2.5 0 0 1-1.06.63l-1.466.432a1 1 0 0 1-1.242-1.24l.43-1.467A2.5 2.5 0 0 1 9.087 5.2zM3.5 3h6.372L8.379 4.493a3.5 3.5 0 0 0-.883 1.488l-.43 1.466c-.447 1.52.966 2.93 2.484 2.482l1.465-.432a3.5 3.5 0 0 0 1.485-.882l2.5-2.5V10.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 10.5V8.207l.354-.353c.555-.556 1.37-1.19 2.12-1.538c.376-.175.693-.257.929-.252c.21.004.337.072.431.213c.126.189.126.34.045.537c-.098.24-.3.497-.573.83l-.034.043c-.243.295-.538.655-.716 1.043c-.201.436-.275.95-.003 1.494c.3.601.89.825 1.456.844c.56.019 1.172-.152 1.712-.417a.5.5 0 1 0-.442-.897c-.44.216-.886.327-1.236.315c-.343-.012-.514-.13-.596-.293c-.103-.206-.092-.392.017-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073c.184-.45.201-.96-.139-1.47c-.306-.46-.764-.65-1.244-.659c-.453-.009-.93.14-1.37.345c-.727.338-1.471.881-2.052 1.403V5.5A2.5 2.5 0 0 1 3.5 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentWhiteboard16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.726 2.56a1.914 1.914 0 1 1 2.707 2.708l-2.64 2.64a2.5 2.5 0 0 1-1.06.63l-1.466.432a1 1 0 0 1-1.242-1.24l.43-1.467A2.5 2.5 0 0 1 9.087 5.2zM3.5 3h6.372L8.379 4.493a3.5 3.5 0 0 0-.883 1.488l-.43 1.466c-.447 1.52.966 2.93 2.484 2.482l1.465-.432a3.5 3.5 0 0 0 1.485-.882l2.5-2.5V10.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 10.5V8.207l.354-.353c.555-.556 1.37-1.19 2.12-1.538c.376-.175.693-.257.929-.252c.21.004.337.072.431.213c.126.189.126.34.045.537c-.098.24-.3.497-.573.83l-.034.043c-.243.295-.538.655-.716 1.043c-.201.436-.275.95-.003 1.494c.3.601.89.825 1.456.844c.56.019 1.172-.152 1.712-.417a.5.5 0 1 0-.442-.897c-.44.216-.886.327-1.236.315c-.343-.012-.514-.13-.596-.293c-.103-.206-.092-.392.017-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073c.184-.45.201-.96-.139-1.47c-.306-.46-.764-.65-1.244-.659c-.453-.009-.93.14-1.37.345c-.727.338-1.471.881-2.052 1.403V5.5A2.5 2.5 0 0 1 3.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.726 2.56a1.914 1.914 0 1 1 2.707 2.708l-2.64 2.64a2.5 2.5 0 0 1-1.06.63l-1.466.432a1 1 0 0 1-1.242-1.24l.43-1.467A2.5 2.5 0 0 1 9.087 5.2zM3.5 3h6.372L8.379 4.493a3.5 3.5 0 0 0-.883 1.488l-.43 1.466c-.447 1.52.966 2.93 2.484 2.482l1.465-.432a3.5 3.5 0 0 0 1.485-.882l2.5-2.5V10.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 10.5V8.207l.354-.353c.555-.556 1.37-1.19 2.12-1.538c.376-.175.693-.257.929-.252c.21.004.337.072.431.213c.126.189.126.34.045.537c-.098.24-.3.497-.573.83l-.034.043c-.243.295-.538.655-.716 1.043c-.201.436-.275.95-.003 1.494c.3.601.89.825 1.456.844c.56.019 1.172-.152 1.712-.417a.5.5 0 1 0-.442-.897c-.44.216-.886.327-1.236.315c-.343-.012-.514-.13-.596-.293c-.103-.206-.092-.392.017-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073c.184-.45.201-.96-.139-1.47c-.306-.46-.764-.65-1.244-.659c-.453-.009-.93.14-1.37.345c-.727.338-1.471.881-2.052 1.403V5.5A2.5 2.5 0 0 1 3.5 3"/></svg>
</template>

CSS

.icon-whiteboard-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.726%202.56a1.914%201.914%200%201%201%202.707%202.708l-2.64%202.64a2.5%202.5%200%200%201-1.06.63l-1.466.432a1%201%200%200%201-1.242-1.24l.43-1.467A2.5%202.5%200%200%201%209.087%205.2zM3.5%203h6.372L8.379%204.493a3.5%203.5%200%200%200-.883%201.488l-.43%201.466c-.447%201.52.966%202.93%202.484%202.482l1.465-.432a3.5%203.5%200%200%200%201.485-.882l2.5-2.5V10.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%201%2010.5V8.207l.354-.353c.555-.556%201.37-1.19%202.12-1.538c.376-.175.693-.257.929-.252c.21.004.337.072.431.213c.126.189.126.34.045.537c-.098.24-.3.497-.573.83l-.034.043c-.243.295-.538.655-.716%201.043c-.201.436-.275.95-.003%201.494c.3.601.89.825%201.456.844c.56.019%201.172-.152%201.712-.417a.5.5%200%201%200-.442-.897c-.44.216-.886.327-1.236.315c-.343-.012-.514-.13-.596-.293c-.103-.206-.092-.392.017-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073c.184-.45.201-.96-.139-1.47c-.306-.46-.764-.65-1.244-.659c-.453-.009-.93.14-1.37.345c-.727.338-1.471.881-2.052%201.403V5.5A2.5%202.5%200%200%201%203.5%203%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.726%202.56a1.914%201.914%200%201%201%202.707%202.708l-2.64%202.64a2.5%202.5%200%200%201-1.06.63l-1.466.432a1%201%200%200%201-1.242-1.24l.43-1.467A2.5%202.5%200%200%201%209.087%205.2zM3.5%203h6.372L8.379%204.493a3.5%203.5%200%200%200-.883%201.488l-.43%201.466c-.447%201.52.966%202.93%202.484%202.482l1.465-.432a3.5%203.5%200%200%200%201.485-.882l2.5-2.5V10.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%201%2010.5V8.207l.354-.353c.555-.556%201.37-1.19%202.12-1.538c.376-.175.693-.257.929-.252c.21.004.337.072.431.213c.126.189.126.34.045.537c-.098.24-.3.497-.573.83l-.034.043c-.243.295-.538.655-.716%201.043c-.201.436-.275.95-.003%201.494c.3.601.89.825%201.456.844c.56.019%201.172-.152%201.712-.417a.5.5%200%201%200-.442-.897c-.44.216-.886.327-1.236.315c-.343-.012-.514-.13-.596-.293c-.103-.206-.092-.392.017-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073c.184-.45.201-.96-.139-1.47c-.306-.46-.764-.65-1.244-.659c-.453-.009-.93.14-1.37.345c-.727.338-1.471.881-2.052%201.403V5.5A2.5%202.5%200%200%201%203.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/whiteboard-16-filled.svg?color=%231a73e8&size=48