whiteboard off icon
whiteboard-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- whiteboard-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.48 1.479A3 3 0 0 0 2 7v6a3 3 0 0 0 3 3h10q.141 0 .28-.013l1.866 1.867a.5.5 0 0 0 .708-.708zM14.293 15H5a2 2 0 0 1-2-2V9.23c.573-.486 1.34-1.11 2.074-1.535c.41-.237.772-.39 1.062-.439c.28-.048.421.01.51.097l.002.002a.33.33 0 0 1 .104.184a.6.6 0 0 1-.04.276c-.093.276-.31.602-.602 1.01l-.094.132c-.252.35-.538.747-.736 1.144c-.225.447-.392.995-.204 1.557c.17.508.498.845.926 1.011c.402.156.844.144 1.236.073c.785-.14 1.584-.552 2.02-.813a.5.5 0 0 0-.515-.858c-.399.24-1.075.578-1.681.687c-.303.054-.537.042-.698-.021c-.136-.053-.26-.153-.34-.395c-.062-.188-.03-.435.15-.793c.16-.32.396-.649.656-1.01l.093-.131c.242-.338.51-.72.673-1.105zM5.64 6.348a5 5 0 0 0-1.067.48a13 13 0 0 0-1.574 1.105V7a2 2 0 0 1 1.388-1.905zm7.402 4.025l-.422.127l-.802-.802l.935-.283c.14-.042.27-.12.374-.224l3.603-3.617a.93.93 0 0 0 .06-1.24l-.06-.065l-.064-.06a.904.904 0 0 0-1.22.058l-3.611 3.626a.9.9 0 0 0-.221.363l-.3.937l-.795-.795l.143-.446c.092-.289.251-.55.464-.765l3.612-3.625a1.904 1.904 0 0 1 2.592-.1l.11.101l.102.11a1.93 1.93 0 0 1-.103 2.606l-3.603 3.617a1.9 1.9 0 0 1-.794.477m4.138 4.687l-.707-.708c.326-.356.526-.83.526-1.352V8.138l1-1.004V13a3 3 0 0 1-.819 2.06M6.121 4l1 1h4.774l.996-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWhiteboardOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.48 1.479A3 3 0 0 0 2 7v6a3 3 0 0 0 3 3h10q.141 0 .28-.013l1.866 1.867a.5.5 0 0 0 .708-.708zM14.293 15H5a2 2 0 0 1-2-2V9.23c.573-.486 1.34-1.11 2.074-1.535c.41-.237.772-.39 1.062-.439c.28-.048.421.01.51.097l.002.002a.33.33 0 0 1 .104.184a.6.6 0 0 1-.04.276c-.093.276-.31.602-.602 1.01l-.094.132c-.252.35-.538.747-.736 1.144c-.225.447-.392.995-.204 1.557c.17.508.498.845.926 1.011c.402.156.844.144 1.236.073c.785-.14 1.584-.552 2.02-.813a.5.5 0 0 0-.515-.858c-.399.24-1.075.578-1.681.687c-.303.054-.537.042-.698-.021c-.136-.053-.26-.153-.34-.395c-.062-.188-.03-.435.15-.793c.16-.32.396-.649.656-1.01l.093-.131c.242-.338.51-.72.673-1.105zM5.64 6.348a5 5 0 0 0-1.067.48a13 13 0 0 0-1.574 1.105V7a2 2 0 0 1 1.388-1.905zm7.402 4.025l-.422.127l-.802-.802l.935-.283c.14-.042.27-.12.374-.224l3.603-3.617a.93.93 0 0 0 .06-1.24l-.06-.065l-.064-.06a.904.904 0 0 0-1.22.058l-3.611 3.626a.9.9 0 0 0-.221.363l-.3.937l-.795-.795l.143-.446c.092-.289.251-.55.464-.765l3.612-3.625a1.904 1.904 0 0 1 2.592-.1l.11.101l.102.11a1.93 1.93 0 0 1-.103 2.606l-3.603 3.617a1.9 1.9 0 0 1-.794.477m4.138 4.687l-.707-.708c.326-.356.526-.83.526-1.352V8.138l1-1.004V13a3 3 0 0 1-.819 2.06M6.121 4l1 1h4.774l.996-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.48 1.479A3 3 0 0 0 2 7v6a3 3 0 0 0 3 3h10q.141 0 .28-.013l1.866 1.867a.5.5 0 0 0 .708-.708zM14.293 15H5a2 2 0 0 1-2-2V9.23c.573-.486 1.34-1.11 2.074-1.535c.41-.237.772-.39 1.062-.439c.28-.048.421.01.51.097l.002.002a.33.33 0 0 1 .104.184a.6.6 0 0 1-.04.276c-.093.276-.31.602-.602 1.01l-.094.132c-.252.35-.538.747-.736 1.144c-.225.447-.392.995-.204 1.557c.17.508.498.845.926 1.011c.402.156.844.144 1.236.073c.785-.14 1.584-.552 2.02-.813a.5.5 0 0 0-.515-.858c-.399.24-1.075.578-1.681.687c-.303.054-.537.042-.698-.021c-.136-.053-.26-.153-.34-.395c-.062-.188-.03-.435.15-.793c.16-.32.396-.649.656-1.01l.093-.131c.242-.338.51-.72.673-1.105zM5.64 6.348a5 5 0 0 0-1.067.48a13 13 0 0 0-1.574 1.105V7a2 2 0 0 1 1.388-1.905zm7.402 4.025l-.422.127l-.802-.802l.935-.283c.14-.042.27-.12.374-.224l3.603-3.617a.93.93 0 0 0 .06-1.24l-.06-.065l-.064-.06a.904.904 0 0 0-1.22.058l-3.611 3.626a.9.9 0 0 0-.221.363l-.3.937l-.795-.795l.143-.446c.092-.289.251-.55.464-.765l3.612-3.625a1.904 1.904 0 0 1 2.592-.1l.11.101l.102.11a1.93 1.93 0 0 1-.103 2.606l-3.603 3.617a1.9 1.9 0 0 1-.794.477m4.138 4.687l-.707-.708c.326-.356.526-.83.526-1.352V8.138l1-1.004V13a3 3 0 0 1-.819 2.06M6.121 4l1 1h4.774l.996-1z"/></svg> </template>
CSS
.icon-whiteboard-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l1.48%201.479A3%203%200%200%200%202%207v6a3%203%200%200%200%203%203h10q.141%200%20.28-.013l1.866%201.867a.5.5%200%200%200%20.708-.708zM14.293%2015H5a2%202%200%200%201-2-2V9.23c.573-.486%201.34-1.11%202.074-1.535c.41-.237.772-.39%201.062-.439c.28-.048.421.01.51.097l.002.002a.33.33%200%200%201%20.104.184a.6.6%200%200%201-.04.276c-.093.276-.31.602-.602%201.01l-.094.132c-.252.35-.538.747-.736%201.144c-.225.447-.392.995-.204%201.557c.17.508.498.845.926%201.011c.402.156.844.144%201.236.073c.785-.14%201.584-.552%202.02-.813a.5.5%200%200%200-.515-.858c-.399.24-1.075.578-1.681.687c-.303.054-.537.042-.698-.021c-.136-.053-.26-.153-.34-.395c-.062-.188-.03-.435.15-.793c.16-.32.396-.649.656-1.01l.093-.131c.242-.338.51-.72.673-1.105zM5.64%206.348a5%205%200%200%200-1.067.48a13%2013%200%200%200-1.574%201.105V7a2%202%200%200%201%201.388-1.905zm7.402%204.025l-.422.127l-.802-.802l.935-.283c.14-.042.27-.12.374-.224l3.603-3.617a.93.93%200%200%200%20.06-1.24l-.06-.065l-.064-.06a.904.904%200%200%200-1.22.058l-3.611%203.626a.9.9%200%200%200-.221.363l-.3.937l-.795-.795l.143-.446c.092-.289.251-.55.464-.765l3.612-3.625a1.904%201.904%200%200%201%202.592-.1l.11.101l.102.11a1.93%201.93%200%200%201-.103%202.606l-3.603%203.617a1.9%201.9%200%200%201-.794.477m4.138%204.687l-.707-.708c.326-.356.526-.83.526-1.352V8.138l1-1.004V13a3%203%200%200%201-.819%202.06M6.121%204l1%201h4.774l.996-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l1.48%201.479A3%203%200%200%200%202%207v6a3%203%200%200%200%203%203h10q.141%200%20.28-.013l1.866%201.867a.5.5%200%200%200%20.708-.708zM14.293%2015H5a2%202%200%200%201-2-2V9.23c.573-.486%201.34-1.11%202.074-1.535c.41-.237.772-.39%201.062-.439c.28-.048.421.01.51.097l.002.002a.33.33%200%200%201%20.104.184a.6.6%200%200%201-.04.276c-.093.276-.31.602-.602%201.01l-.094.132c-.252.35-.538.747-.736%201.144c-.225.447-.392.995-.204%201.557c.17.508.498.845.926%201.011c.402.156.844.144%201.236.073c.785-.14%201.584-.552%202.02-.813a.5.5%200%200%200-.515-.858c-.399.24-1.075.578-1.681.687c-.303.054-.537.042-.698-.021c-.136-.053-.26-.153-.34-.395c-.062-.188-.03-.435.15-.793c.16-.32.396-.649.656-1.01l.093-.131c.242-.338.51-.72.673-1.105zM5.64%206.348a5%205%200%200%200-1.067.48a13%2013%200%200%200-1.574%201.105V7a2%202%200%200%201%201.388-1.905zm7.402%204.025l-.422.127l-.802-.802l.935-.283c.14-.042.27-.12.374-.224l3.603-3.617a.93.93%200%200%200%20.06-1.24l-.06-.065l-.064-.06a.904.904%200%200%200-1.22.058l-3.611%203.626a.9.9%200%200%200-.221.363l-.3.937l-.795-.795l.143-.446c.092-.289.251-.55.464-.765l3.612-3.625a1.904%201.904%200%200%201%202.592-.1l.11.101l.102.11a1.93%201.93%200%200%201-.103%202.606l-3.603%203.617a1.9%201.9%200%200%201-.794.477m4.138%204.687l-.707-.708c.326-.356.526-.83.526-1.352V8.138l1-1.004V13a3%203%200%200%201-.819%202.06M6.121%204l1%201h4.774l.996-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-20-regular.svg?color=%231a73e8&size=48