board icon
board-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- board-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- License
- MIT
3 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the board icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGDxUhCbGG)" d="m25 18l-5.5-1l-5.5 1l-1 3.5l1 3.5h7.25A3.75 3.75 0 0 0 25 21.25z"/><path fill="url(#SVGRg8bbdMF)" d="m14 3l-1 7.5l1 7.5h11V6.75A3.75 3.75 0 0 0 21.25 3z"/><path fill="url(#SVG80UIaeeP)" d="M14 25V11l-5.5-1L3 11v10.25A3.75 3.75 0 0 0 6.75 25z"/><path fill="url(#SVGDkafTdti)" d="M14 3v8H3V6.75A3.75 3.75 0 0 1 6.75 3z"/><defs><linearGradient id="SVGDxUhCbGG" x1="9" x2="14.577" y1="14.091" y2="28.121" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#52d17c"/></linearGradient><linearGradient id="SVGRg8bbdMF" x1="15.4" x2="24.356" y1="4.667" y2="15.546" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#309c61"/></linearGradient><linearGradient id="SVG80UIaeeP" x1="4.571" x2="13.187" y1="12.368" y2="21.109" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#1a7f7c"/></linearGradient><linearGradient id="SVGDkafTdti" x1="4.571" x2="7.927" y1="4.6" y2="12.565" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#64de89"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorBoard28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGDxUhCbGG)" d="m25 18l-5.5-1l-5.5 1l-1 3.5l1 3.5h7.25A3.75 3.75 0 0 0 25 21.25z"/><path fill="url(#SVGRg8bbdMF)" d="m14 3l-1 7.5l1 7.5h11V6.75A3.75 3.75 0 0 0 21.25 3z"/><path fill="url(#SVG80UIaeeP)" d="M14 25V11l-5.5-1L3 11v10.25A3.75 3.75 0 0 0 6.75 25z"/><path fill="url(#SVGDkafTdti)" d="M14 3v8H3V6.75A3.75 3.75 0 0 1 6.75 3z"/><defs><linearGradient id="SVGDxUhCbGG" x1="9" x2="14.577" y1="14.091" y2="28.121" gradientUnits="userSpaceOnUse"><stop stopColor="#b0f098"/><stop offset="1" stopColor="#52d17c"/></linearGradient><linearGradient id="SVGRg8bbdMF" x1="15.4" x2="24.356" y1="4.667" y2="15.546" gradientUnits="userSpaceOnUse"><stop stopColor="#52d17c"/><stop offset="1" stopColor="#309c61"/></linearGradient><linearGradient id="SVG80UIaeeP" x1="4.571" x2="13.187" y1="12.368" y2="21.109" gradientUnits="userSpaceOnUse"><stop stopColor="#42b870"/><stop offset="1" stopColor="#1a7f7c"/></linearGradient><linearGradient id="SVGDkafTdti" x1="4.571" x2="7.927" y1="4.6" y2="12.565" gradientUnits="userSpaceOnUse"><stop stopColor="#b0f098"/><stop offset="1" stopColor="#64de89"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGDxUhCbGG)" d="m25 18l-5.5-1l-5.5 1l-1 3.5l1 3.5h7.25A3.75 3.75 0 0 0 25 21.25z"/><path fill="url(#SVGRg8bbdMF)" d="m14 3l-1 7.5l1 7.5h11V6.75A3.75 3.75 0 0 0 21.25 3z"/><path fill="url(#SVG80UIaeeP)" d="M14 25V11l-5.5-1L3 11v10.25A3.75 3.75 0 0 0 6.75 25z"/><path fill="url(#SVGDkafTdti)" d="M14 3v8H3V6.75A3.75 3.75 0 0 1 6.75 3z"/><defs><linearGradient id="SVGDxUhCbGG" x1="9" x2="14.577" y1="14.091" y2="28.121" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#52d17c"/></linearGradient><linearGradient id="SVGRg8bbdMF" x1="15.4" x2="24.356" y1="4.667" y2="15.546" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#309c61"/></linearGradient><linearGradient id="SVG80UIaeeP" x1="4.571" x2="13.187" y1="12.368" y2="21.109" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#1a7f7c"/></linearGradient><linearGradient id="SVGDkafTdti" x1="4.571" x2="7.927" y1="4.6" y2="12.565" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#64de89"/></linearGradient></defs></g></svg> </template>
CSS
.icon-board-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGDxUhCbGG)%22%20d%3D%22m25%2018l-5.5-1l-5.5%201l-1%203.5l1%203.5h7.25A3.75%203.75%200%200%200%2025%2021.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRg8bbdMF)%22%20d%3D%22m14%203l-1%207.5l1%207.5h11V6.75A3.75%203.75%200%200%200%2021.25%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG80UIaeeP)%22%20d%3D%22M14%2025V11l-5.5-1L3%2011v10.25A3.75%203.75%200%200%200%206.75%2025z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDkafTdti)%22%20d%3D%22M14%203v8H3V6.75A3.75%203.75%200%200%201%206.75%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDxUhCbGG%22%20x1%3D%229%22%20x2%3D%2214.577%22%20y1%3D%2214.091%22%20y2%3D%2228.121%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2352d17c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRg8bbdMF%22%20x1%3D%2215.4%22%20x2%3D%2224.356%22%20y1%3D%224.667%22%20y2%3D%2215.546%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23309c61%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG80UIaeeP%22%20x1%3D%224.571%22%20x2%3D%2213.187%22%20y1%3D%2212.368%22%20y2%3D%2221.109%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a7f7c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGDkafTdti%22%20x1%3D%224.571%22%20x2%3D%227.927%22%20y1%3D%224.6%22%20y2%3D%2212.565%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2364de89%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGDxUhCbGG)%22%20d%3D%22m25%2018l-5.5-1l-5.5%201l-1%203.5l1%203.5h7.25A3.75%203.75%200%200%200%2025%2021.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRg8bbdMF)%22%20d%3D%22m14%203l-1%207.5l1%207.5h11V6.75A3.75%203.75%200%200%200%2021.25%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG80UIaeeP)%22%20d%3D%22M14%2025V11l-5.5-1L3%2011v10.25A3.75%203.75%200%200%200%206.75%2025z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDkafTdti)%22%20d%3D%22M14%203v8H3V6.75A3.75%203.75%200%200%201%206.75%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDxUhCbGG%22%20x1%3D%229%22%20x2%3D%2214.577%22%20y1%3D%2214.091%22%20y2%3D%2228.121%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2352d17c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRg8bbdMF%22%20x1%3D%2215.4%22%20x2%3D%2224.356%22%20y1%3D%224.667%22%20y2%3D%2215.546%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23309c61%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG80UIaeeP%22%20x1%3D%224.571%22%20x2%3D%2213.187%22%20y1%3D%2212.368%22%20y2%3D%2221.109%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a7f7c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGDkafTdti%22%20x1%3D%224.571%22%20x2%3D%227.927%22%20y1%3D%224.6%22%20y2%3D%2212.565%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2364de89%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/board-28.svg?color=%231a73e8&size=48