whiteboard off icon
whiteboard-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- whiteboard-off-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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.5v1.312c.581-.522 1.325-1.065 2.052-1.403c.419-.194.871-.34 1.305-.345L5.933 6.64a1.7 1.7 0 0 1-.128.553c-.164.4-.467.77-.715 1.073l-.01.012c-.274.335-.494.604-.616.87c-.109.236-.12.422-.017.628c.082.163.253.281.596.293c.35.011.797-.1 1.236-.315a.5.5 0 1 1 .442.897c-.54.265-1.152.436-1.712.417c-.566-.019-1.155-.243-1.456-.844c-.272-.544-.198-1.058.003-1.494c.178-.388.473-.748.716-1.043l.034-.042c.274-.334.475-.59.573-.83c.08-.197.08-.349-.045-.538c-.094-.14-.22-.209-.431-.213c-.236-.005-.553.077-.93.252c-.748.347-1.564.982-2.12 1.538L1 8.207V10.5A2.5 2.5 0 0 0 3.5 13zm-3.01-3.01c-1.324.206-2.484-.953-2.277-2.277zm-.844-3.672l2.237 2.236l.056-.016a2.5 2.5 0 0 0 1.06-.63l2.64-2.64a1.914 1.914 0 1 0-2.706-2.707L9.086 5.2a2.5 2.5 0 0 0-.63 1.063zm5.888 5.888l-2.871-2.872a3.5 3.5 0 0 0 1.044-.72l2.5-2.5V10.5c0 .66-.255 1.26-.673 1.706M5.121 3L7.66 5.538a3.5 3.5 0 0 1 .72-1.045L9.872 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWhiteboardOff16Filled(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.5v1.312c.581-.522 1.325-1.065 2.052-1.403c.419-.194.871-.34 1.305-.345L5.933 6.64a1.7 1.7 0 0 1-.128.553c-.164.4-.467.77-.715 1.073l-.01.012c-.274.335-.494.604-.616.87c-.109.236-.12.422-.017.628c.082.163.253.281.596.293c.35.011.797-.1 1.236-.315a.5.5 0 1 1 .442.897c-.54.265-1.152.436-1.712.417c-.566-.019-1.155-.243-1.456-.844c-.272-.544-.198-1.058.003-1.494c.178-.388.473-.748.716-1.043l.034-.042c.274-.334.475-.59.573-.83c.08-.197.08-.349-.045-.538c-.094-.14-.22-.209-.431-.213c-.236-.005-.553.077-.93.252c-.748.347-1.564.982-2.12 1.538L1 8.207V10.5A2.5 2.5 0 0 0 3.5 13zm-3.01-3.01c-1.324.206-2.484-.953-2.277-2.277zm-.844-3.672l2.237 2.236l.056-.016a2.5 2.5 0 0 0 1.06-.63l2.64-2.64a1.914 1.914 0 1 0-2.706-2.707L9.086 5.2a2.5 2.5 0 0 0-.63 1.063zm5.888 5.888l-2.871-2.872a3.5 3.5 0 0 0 1.044-.72l2.5-2.5V10.5c0 .66-.255 1.26-.673 1.706M5.121 3L7.66 5.538a3.5 3.5 0 0 1 .72-1.045L9.872 3z"/></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.5v1.312c.581-.522 1.325-1.065 2.052-1.403c.419-.194.871-.34 1.305-.345L5.933 6.64a1.7 1.7 0 0 1-.128.553c-.164.4-.467.77-.715 1.073l-.01.012c-.274.335-.494.604-.616.87c-.109.236-.12.422-.017.628c.082.163.253.281.596.293c.35.011.797-.1 1.236-.315a.5.5 0 1 1 .442.897c-.54.265-1.152.436-1.712.417c-.566-.019-1.155-.243-1.456-.844c-.272-.544-.198-1.058.003-1.494c.178-.388.473-.748.716-1.043l.034-.042c.274-.334.475-.59.573-.83c.08-.197.08-.349-.045-.538c-.094-.14-.22-.209-.431-.213c-.236-.005-.553.077-.93.252c-.748.347-1.564.982-2.12 1.538L1 8.207V10.5A2.5 2.5 0 0 0 3.5 13zm-3.01-3.01c-1.324.206-2.484-.953-2.277-2.277zm-.844-3.672l2.237 2.236l.056-.016a2.5 2.5 0 0 0 1.06-.63l2.64-2.64a1.914 1.914 0 1 0-2.706-2.707L9.086 5.2a2.5 2.5 0 0 0-.63 1.063zm5.888 5.888l-2.871-2.872a3.5 3.5 0 0 0 1.044-.72l2.5-2.5V10.5c0 .66-.255 1.26-.673 1.706M5.121 3L7.66 5.538a3.5 3.5 0 0 1 .72-1.045L9.872 3z"/></svg> </template>
CSS
.icon-whiteboard-off-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%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.5v1.312c.581-.522%201.325-1.065%202.052-1.403c.419-.194.871-.34%201.305-.345L5.933%206.64a1.7%201.7%200%200%201-.128.553c-.164.4-.467.77-.715%201.073l-.01.012c-.274.335-.494.604-.616.87c-.109.236-.12.422-.017.628c.082.163.253.281.596.293c.35.011.797-.1%201.236-.315a.5.5%200%201%201%20.442.897c-.54.265-1.152.436-1.712.417c-.566-.019-1.155-.243-1.456-.844c-.272-.544-.198-1.058.003-1.494c.178-.388.473-.748.716-1.043l.034-.042c.274-.334.475-.59.573-.83c.08-.197.08-.349-.045-.538c-.094-.14-.22-.209-.431-.213c-.236-.005-.553.077-.93.252c-.748.347-1.564.982-2.12%201.538L1%208.207V10.5A2.5%202.5%200%200%200%203.5%2013zm-3.01-3.01c-1.324.206-2.484-.953-2.277-2.277zm-.844-3.672l2.237%202.236l.056-.016a2.5%202.5%200%200%200%201.06-.63l2.64-2.64a1.914%201.914%200%201%200-2.706-2.707L9.086%205.2a2.5%202.5%200%200%200-.63%201.063zm5.888%205.888l-2.871-2.872a3.5%203.5%200%200%200%201.044-.72l2.5-2.5V10.5c0%20.66-.255%201.26-.673%201.706M5.121%203L7.66%205.538a3.5%203.5%200%200%201%20.72-1.045L9.872%203z%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.5v1.312c.581-.522%201.325-1.065%202.052-1.403c.419-.194.871-.34%201.305-.345L5.933%206.64a1.7%201.7%200%200%201-.128.553c-.164.4-.467.77-.715%201.073l-.01.012c-.274.335-.494.604-.616.87c-.109.236-.12.422-.017.628c.082.163.253.281.596.293c.35.011.797-.1%201.236-.315a.5.5%200%201%201%20.442.897c-.54.265-1.152.436-1.712.417c-.566-.019-1.155-.243-1.456-.844c-.272-.544-.198-1.058.003-1.494c.178-.388.473-.748.716-1.043l.034-.042c.274-.334.475-.59.573-.83c.08-.197.08-.349-.045-.538c-.094-.14-.22-.209-.431-.213c-.236-.005-.553.077-.93.252c-.748.347-1.564.982-2.12%201.538L1%208.207V10.5A2.5%202.5%200%200%200%203.5%2013zm-3.01-3.01c-1.324.206-2.484-.953-2.277-2.277zm-.844-3.672l2.237%202.236l.056-.016a2.5%202.5%200%200%200%201.06-.63l2.64-2.64a1.914%201.914%200%201%200-2.706-2.707L9.086%205.2a2.5%202.5%200%200%200-.63%201.063zm5.888%205.888l-2.871-2.872a3.5%203.5%200%200%200%201.044-.72l2.5-2.5V10.5c0%20.66-.255%201.26-.673%201.706M5.121%203L7.66%205.538a3.5%203.5%200%200%201%20.72-1.045L9.872%203z%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-filled.svg?color=%231a73e8&size=48