whiteboard icon
whiteboard from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- whiteboard
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the whiteboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M14 4h-4C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C21 17.213 21 15.81 21 13"/><path stroke-linecap="round" d="M2 12.017L4.5 9.6a2.173 2.173 0 0 1 3 0c.828.8.828 2.098 0 2.899a2 2 0 0 0 0 2.9c.828.8 2.172.8 3 0l.5-.484"/><path d="M14.672 13H13v-1.672a2 2 0 0 1 .586-1.414l5.476-5.475a1.5 1.5 0 0 1 2.121 0l.379.379a1.5 1.5 0 0 1 0 2.121l-5.476 5.475a2 2 0 0 1-1.414.586Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWhiteboard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M14 4h-4C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C21 17.213 21 15.81 21 13"/><path strokeLinecap="round" d="M2 12.017L4.5 9.6a2.173 2.173 0 0 1 3 0c.828.8.828 2.098 0 2.899a2 2 0 0 0 0 2.9c.828.8 2.172.8 3 0l.5-.484"/><path d="M14.672 13H13v-1.672a2 2 0 0 1 .586-1.414l5.476-5.475a1.5 1.5 0 0 1 2.121 0l.379.379a1.5 1.5 0 0 1 0 2.121l-5.476 5.475a2 2 0 0 1-1.414.586Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M14 4h-4C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c2.809 0 4.213 0 5.222-.674a4 4 0 0 0 1.104-1.104C21 17.213 21 15.81 21 13"/><path stroke-linecap="round" d="M2 12.017L4.5 9.6a2.173 2.173 0 0 1 3 0c.828.8.828 2.098 0 2.899a2 2 0 0 0 0 2.9c.828.8 2.172.8 3 0l.5-.484"/><path d="M14.672 13H13v-1.672a2 2 0 0 1 .586-1.414l5.476-5.475a1.5 1.5 0 0 1 2.121 0l.379.379a1.5 1.5 0 0 1 0 2.121l-5.476 5.475a2 2 0 0 1-1.414.586Z"/></g></svg> </template>
CSS
.icon-whiteboard {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%204h-4C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C21%2017.213%2021%2015.81%2021%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012.017L4.5%209.6a2.173%202.173%200%200%201%203%200c.828.8.828%202.098%200%202.899a2%202%200%200%200%200%202.9c.828.8%202.172.8%203%200l.5-.484%22%2F%3E%3Cpath%20d%3D%22M14.672%2013H13v-1.672a2%202%200%200%201%20.586-1.414l5.476-5.475a1.5%201.5%200%200%201%202.121%200l.379.379a1.5%201.5%200%200%201%200%202.121l-5.476%205.475a2%202%200%200%201-1.414.586Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%204h-4C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c2.809%200%204.213%200%205.222-.674a4%204%200%200%200%201.104-1.104C21%2017.213%2021%2015.81%2021%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012.017L4.5%209.6a2.173%202.173%200%200%201%203%200c.828.8.828%202.098%200%202.899a2%202%200%200%200%200%202.9c.828.8%202.172.8%203%200l.5-.484%22%2F%3E%3Cpath%20d%3D%22M14.672%2013H13v-1.672a2%202%200%200%201%20.586-1.414l5.476-5.475a1.5%201.5%200%200%201%202.121%200l.379.379a1.5%201.5%200%200%201%200%202.121l-5.476%205.475a2%202%200%200%201-1.414.586Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/whiteboard.svg?color=%231a73e8&size=48