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

Name
whiteboard-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Use the whiteboard off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.293 13l1.853 1.854a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13zm-1-1H3.5A1.5 1.5 0 0 1 2 10.5V7.272c.555-.453 1.19-.864 1.749-1.071c.31-.116.557-.153.735-.132c.157.019.265.08.35.208c.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.42.842 1.368.932 2.115.788a4.43 4.43 0 0 0 2.186-1.158a.5.5 0 1 0-.708-.708c-.428.429-1.08.77-1.668.884c-.62.12-.924-.04-1.03-.254c-.104-.206-.093-.392.016-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073a1.7 1.7 0 0 0 .128-.553zM4.357 5.064a2.9 2.9 0 0 0-.956.199c-.469.174-.952.448-1.401.758V5.5a1.5 1.5 0 0 1 1.305-1.487zm6.375 3.474l-.056.016l-.805-.805l.578-.17c.24-.071.46-.201.636-.378l2.64-2.64a.914.914 0 0 0-1.292-1.293l-2.64 2.639a1.5 1.5 0 0 0-.378.638l-.17.579l-.806-.806l.017-.055a2.5 2.5 0 0 1 .63-1.063l2.64-2.64a1.914 1.914 0 1 1 2.707 2.708l-2.64 2.64a2.5 2.5 0 0 1-1.06.63m3.595 3.668l-.707-.708c.236-.265.38-.615.38-.998V7.115l1-1V10.5c0 .66-.255 1.26-.673 1.706M5.121 3l1 1h2.75l1-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWhiteboardOff16Regular(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="m12.293 13l1.853 1.854a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13zm-1-1H3.5A1.5 1.5 0 0 1 2 10.5V7.272c.555-.453 1.19-.864 1.749-1.071c.31-.116.557-.153.735-.132c.157.019.265.08.35.208c.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.42.842 1.368.932 2.115.788a4.43 4.43 0 0 0 2.186-1.158a.5.5 0 1 0-.708-.708c-.428.429-1.08.77-1.668.884c-.62.12-.924-.04-1.03-.254c-.104-.206-.093-.392.016-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073a1.7 1.7 0 0 0 .128-.553zM4.357 5.064a2.9 2.9 0 0 0-.956.199c-.469.174-.952.448-1.401.758V5.5a1.5 1.5 0 0 1 1.305-1.487zm6.375 3.474l-.056.016l-.805-.805l.578-.17c.24-.071.46-.201.636-.378l2.64-2.64a.914.914 0 0 0-1.292-1.293l-2.64 2.639a1.5 1.5 0 0 0-.378.638l-.17.579l-.806-.806l.017-.055a2.5 2.5 0 0 1 .63-1.063l2.64-2.64a1.914 1.914 0 1 1 2.707 2.708l-2.64 2.64a2.5 2.5 0 0 1-1.06.63m3.595 3.668l-.707-.708c.236-.265.38-.615.38-.998V7.115l1-1V10.5c0 .66-.255 1.26-.673 1.706M5.121 3l1 1h2.75l1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.293 13l1.853 1.854a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13zm-1-1H3.5A1.5 1.5 0 0 1 2 10.5V7.272c.555-.453 1.19-.864 1.749-1.071c.31-.116.557-.153.735-.132c.157.019.265.08.35.208c.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.42.842 1.368.932 2.115.788a4.43 4.43 0 0 0 2.186-1.158a.5.5 0 1 0-.708-.708c-.428.429-1.08.77-1.668.884c-.62.12-.924-.04-1.03-.254c-.104-.206-.093-.392.016-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073a1.7 1.7 0 0 0 .128-.553zM4.357 5.064a2.9 2.9 0 0 0-.956.199c-.469.174-.952.448-1.401.758V5.5a1.5 1.5 0 0 1 1.305-1.487zm6.375 3.474l-.056.016l-.805-.805l.578-.17c.24-.071.46-.201.636-.378l2.64-2.64a.914.914 0 0 0-1.292-1.293l-2.64 2.639a1.5 1.5 0 0 0-.378.638l-.17.579l-.806-.806l.017-.055a2.5 2.5 0 0 1 .63-1.063l2.64-2.64a1.914 1.914 0 1 1 2.707 2.708l-2.64 2.64a2.5 2.5 0 0 1-1.06.63m3.595 3.668l-.707-.708c.236-.265.38-.615.38-.998V7.115l1-1V10.5c0 .66-.255 1.26-.673 1.706M5.121 3l1 1h2.75l1-1z"/></svg>
</template>

CSS

.icon-whiteboard-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.293%2013l1.853%201.854a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.355%201.354A2.5%202.5%200%200%200%201%205.5v5A2.5%202.5%200%200%200%203.5%2013zm-1-1H3.5A1.5%201.5%200%200%201%202%2010.5V7.272c.555-.453%201.19-.864%201.749-1.071c.31-.116.557-.153.735-.132c.157.019.265.08.35.208c.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.42.842%201.368.932%202.115.788a4.43%204.43%200%200%200%202.186-1.158a.5.5%200%201%200-.708-.708c-.428.429-1.08.77-1.668.884c-.62.12-.924-.04-1.03-.254c-.104-.206-.093-.392.016-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073a1.7%201.7%200%200%200%20.128-.553zM4.357%205.064a2.9%202.9%200%200%200-.956.199c-.469.174-.952.448-1.401.758V5.5a1.5%201.5%200%200%201%201.305-1.487zm6.375%203.474l-.056.016l-.805-.805l.578-.17c.24-.071.46-.201.636-.378l2.64-2.64a.914.914%200%200%200-1.292-1.293l-2.64%202.639a1.5%201.5%200%200%200-.378.638l-.17.579l-.806-.806l.017-.055a2.5%202.5%200%200%201%20.63-1.063l2.64-2.64a1.914%201.914%200%201%201%202.707%202.708l-2.64%202.64a2.5%202.5%200%200%201-1.06.63m3.595%203.668l-.707-.708c.236-.265.38-.615.38-.998V7.115l1-1V10.5c0%20.66-.255%201.26-.673%201.706M5.121%203l1%201h2.75l1-1z%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%22m12.293%2013l1.853%201.854a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.355%201.354A2.5%202.5%200%200%200%201%205.5v5A2.5%202.5%200%200%200%203.5%2013zm-1-1H3.5A1.5%201.5%200%200%201%202%2010.5V7.272c.555-.453%201.19-.864%201.749-1.071c.31-.116.557-.153.735-.132c.157.019.265.08.35.208c.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.42.842%201.368.932%202.115.788a4.43%204.43%200%200%200%202.186-1.158a.5.5%200%201%200-.708-.708c-.428.429-1.08.77-1.668.884c-.62.12-.924-.04-1.03-.254c-.104-.206-.093-.392.016-.628c.122-.266.342-.535.616-.87l.01-.012c.248-.302.551-.673.715-1.073a1.7%201.7%200%200%200%20.128-.553zM4.357%205.064a2.9%202.9%200%200%200-.956.199c-.469.174-.952.448-1.401.758V5.5a1.5%201.5%200%200%201%201.305-1.487zm6.375%203.474l-.056.016l-.805-.805l.578-.17c.24-.071.46-.201.636-.378l2.64-2.64a.914.914%200%200%200-1.292-1.293l-2.64%202.639a1.5%201.5%200%200%200-.378.638l-.17.579l-.806-.806l.017-.055a2.5%202.5%200%200%201%20.63-1.063l2.64-2.64a1.914%201.914%200%201%201%202.707%202.708l-2.64%202.64a2.5%202.5%200%200%201-1.06.63m3.595%203.668l-.707-.708c.236-.265.38-.615.38-.998V7.115l1-1V10.5c0%20.66-.255%201.26-.673%201.706M5.121%203l1%201h2.75l1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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