whiteboard off icon
whiteboard-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- whiteboard-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5q.095 0 .188-.006l1.781 1.782a.75.75 0 0 0 1.061-1.061zm14.164 16.285H5.25a1.75 1.75 0 0 1-1.75-1.75v-5.493L6.909 9.12l.098-.052a.75.75 0 0 1 .964 1.037l-1.208 2.286l-.07.145a2.25 2.25 0 0 0 3.163 2.867l1.765-.996l.085-.057a.75.75 0 0 0-.827-1.247l-1.759.993l-.098.046a.75.75 0 0 1-.933-1.05l1.208-2.286l.08-.166q.03-.072.056-.146zM6.569 7.629a2.3 2.3 0 0 0-.459.221L3.5 9.49V7.25c0-.727.443-1.35 1.074-1.615zm6.387 2.145l2.21 2.21l.915-.274c.356-.106.68-.3.943-.562l4.28-4.274a2.27 2.27 0 0 0 .122-3.078l-.12-.13l-.13-.121a2.27 2.27 0 0 0-3.08.119l-4.29 4.283a2.25 2.25 0 0 0-.553.903zm8.608 8.608l-1.134-1.134q.069-.236.07-.493V9.443L22 7.946v8.809c0 .593-.159 1.149-.436 1.627M7.182 4l1.5 1.5h5.804L15.989 4zm11.974.725a.77.77 0 0 1 1.163 1.002l-.075.086l-4.28 4.273a.75.75 0 0 1-.314.188l-1.417.425l.448-1.39a.75.75 0 0 1 .184-.3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWhiteboardOff24Regular(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5q.095 0 .188-.006l1.781 1.782a.75.75 0 0 0 1.061-1.061zm14.164 16.285H5.25a1.75 1.75 0 0 1-1.75-1.75v-5.493L6.909 9.12l.098-.052a.75.75 0 0 1 .964 1.037l-1.208 2.286l-.07.145a2.25 2.25 0 0 0 3.163 2.867l1.765-.996l.085-.057a.75.75 0 0 0-.827-1.247l-1.759.993l-.098.046a.75.75 0 0 1-.933-1.05l1.208-2.286l.08-.166q.03-.072.056-.146zM6.569 7.629a2.3 2.3 0 0 0-.459.221L3.5 9.49V7.25c0-.727.443-1.35 1.074-1.615zm6.387 2.145l2.21 2.21l.915-.274c.356-.106.68-.3.943-.562l4.28-4.274a2.27 2.27 0 0 0 .122-3.078l-.12-.13l-.13-.121a2.27 2.27 0 0 0-3.08.119l-4.29 4.283a2.25 2.25 0 0 0-.553.903zm8.608 8.608l-1.134-1.134q.069-.236.07-.493V9.443L22 7.946v8.809c0 .593-.159 1.149-.436 1.627M7.182 4l1.5 1.5h5.804L15.989 4zm11.974.725a.77.77 0 0 1 1.163 1.002l-.075.086l-4.28 4.273a.75.75 0 0 1-.314.188l-1.417.425l.448-1.39a.75.75 0 0 1 .184-.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5q.095 0 .188-.006l1.781 1.782a.75.75 0 0 0 1.061-1.061zm14.164 16.285H5.25a1.75 1.75 0 0 1-1.75-1.75v-5.493L6.909 9.12l.098-.052a.75.75 0 0 1 .964 1.037l-1.208 2.286l-.07.145a2.25 2.25 0 0 0 3.163 2.867l1.765-.996l.085-.057a.75.75 0 0 0-.827-1.247l-1.759.993l-.098.046a.75.75 0 0 1-.933-1.05l1.208-2.286l.08-.166q.03-.072.056-.146zM6.569 7.629a2.3 2.3 0 0 0-.459.221L3.5 9.49V7.25c0-.727.443-1.35 1.074-1.615zm6.387 2.145l2.21 2.21l.915-.274c.356-.106.68-.3.943-.562l4.28-4.274a2.27 2.27 0 0 0 .122-3.078l-.12-.13l-.13-.121a2.27 2.27 0 0 0-3.08.119l-4.29 4.283a2.25 2.25 0 0 0-.553.903zm8.608 8.608l-1.134-1.134q.069-.236.07-.493V9.443L22 7.946v8.809c0 .593-.159 1.149-.436 1.627M7.182 4l1.5 1.5h5.804L15.989 4zm11.974.725a.77.77 0 0 1 1.163 1.002l-.075.086l-4.28 4.273a.75.75 0 0 1-.314.188l-1.417.425l.448-1.39a.75.75 0 0 1 .184-.3z"/></svg> </template>
CSS
.icon-whiteboard-off-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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.505a3.25%203.25%200%200%200%203.25%203.25h13.5q.095%200%20.188-.006l1.781%201.782a.75.75%200%200%200%201.061-1.061zm14.164%2016.285H5.25a1.75%201.75%200%200%201-1.75-1.75v-5.493L6.909%209.12l.098-.052a.75.75%200%200%201%20.964%201.037l-1.208%202.286l-.07.145a2.25%202.25%200%200%200%203.163%202.867l1.765-.996l.085-.057a.75.75%200%200%200-.827-1.247l-1.759.993l-.098.046a.75.75%200%200%201-.933-1.05l1.208-2.286l.08-.166q.03-.072.056-.146zM6.569%207.629a2.3%202.3%200%200%200-.459.221L3.5%209.49V7.25c0-.727.443-1.35%201.074-1.615zm6.387%202.145l2.21%202.21l.915-.274c.356-.106.68-.3.943-.562l4.28-4.274a2.27%202.27%200%200%200%20.122-3.078l-.12-.13l-.13-.121a2.27%202.27%200%200%200-3.08.119l-4.29%204.283a2.25%202.25%200%200%200-.553.903zm8.608%208.608l-1.134-1.134q.069-.236.07-.493V9.443L22%207.946v8.809c0%20.593-.159%201.149-.436%201.627M7.182%204l1.5%201.5h5.804L15.989%204zm11.974.725a.77.77%200%200%201%201.163%201.002l-.075.086l-4.28%204.273a.75.75%200%200%201-.314.188l-1.417.425l.448-1.39a.75.75%200%200%201%20.184-.3z%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.505a3.25%203.25%200%200%200%203.25%203.25h13.5q.095%200%20.188-.006l1.781%201.782a.75.75%200%200%200%201.061-1.061zm14.164%2016.285H5.25a1.75%201.75%200%200%201-1.75-1.75v-5.493L6.909%209.12l.098-.052a.75.75%200%200%201%20.964%201.037l-1.208%202.286l-.07.145a2.25%202.25%200%200%200%203.163%202.867l1.765-.996l.085-.057a.75.75%200%200%200-.827-1.247l-1.759.993l-.098.046a.75.75%200%200%201-.933-1.05l1.208-2.286l.08-.166q.03-.072.056-.146zM6.569%207.629a2.3%202.3%200%200%200-.459.221L3.5%209.49V7.25c0-.727.443-1.35%201.074-1.615zm6.387%202.145l2.21%202.21l.915-.274c.356-.106.68-.3.943-.562l4.28-4.274a2.27%202.27%200%200%200%20.122-3.078l-.12-.13l-.13-.121a2.27%202.27%200%200%200-3.08.119l-4.29%204.283a2.25%202.25%200%200%200-.553.903zm8.608%208.608l-1.134-1.134q.069-.236.07-.493V9.443L22%207.946v8.809c0%20.593-.159%201.149-.436%201.627M7.182%204l1.5%201.5h5.804L15.989%204zm11.974.725a.77.77%200%200%201%201.163%201.002l-.075.086l-4.28%204.273a.75.75%200%200%201-.314.188l-1.417.425l.448-1.39a.75.75%200%200%201%20.184-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/whiteboard-off-24-regular.svg?color=%231a73e8&size=48