nodebb logo
nodebb from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- nodebb
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the nodebb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.908 4.263c-3.439 0-5.4 1.68-5.4 4.156c0 1.525.793 2.763 2.093 3.316C1.014 12.265 0 13.569 0 15.36c0 2.675 1.984 4.377 5.6 4.377h6.053c0-1.269.03-2.557.031-4.44V4.263zm6.408 0v11.034c.001 1.883.031 3.171.031 4.44H18.4c3.616 0 5.6-1.702 5.6-4.377c0-1.79-1.014-3.095-2.601-3.625c1.3-.553 2.094-1.79 2.094-3.316c0-2.476-1.962-4.156-5.401-4.156zM6.085 6.74h2.513v3.935H6.085c-1.61 0-2.447-.73-2.447-1.968S4.475 6.74 6.085 6.74m9.317 0h2.513c1.61 0 2.447.73 2.447 1.967s-.837 1.968-2.447 1.968h-2.513zm-9.56 6.366h2.734v1.923c0 1.68-.375 2.233-1.521 2.233H5.622c-1.654 0-2.492-.707-2.492-2.122c0-1.348.904-2.034 2.712-2.034m9.582 0h2.734c1.808 0 2.712.686 2.712 2.034c0 1.415-.838 2.122-2.492 2.122h-1.433c-1.146 0-1.52-.553-1.52-2.233z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNodebb(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="M5.908 4.263c-3.439 0-5.4 1.68-5.4 4.156c0 1.525.793 2.763 2.093 3.316C1.014 12.265 0 13.569 0 15.36c0 2.675 1.984 4.377 5.6 4.377h6.053c0-1.269.03-2.557.031-4.44V4.263zm6.408 0v11.034c.001 1.883.031 3.171.031 4.44H18.4c3.616 0 5.6-1.702 5.6-4.377c0-1.79-1.014-3.095-2.601-3.625c1.3-.553 2.094-1.79 2.094-3.316c0-2.476-1.962-4.156-5.401-4.156zM6.085 6.74h2.513v3.935H6.085c-1.61 0-2.447-.73-2.447-1.968S4.475 6.74 6.085 6.74m9.317 0h2.513c1.61 0 2.447.73 2.447 1.967s-.837 1.968-2.447 1.968h-2.513zm-9.56 6.366h2.734v1.923c0 1.68-.375 2.233-1.521 2.233H5.622c-1.654 0-2.492-.707-2.492-2.122c0-1.348.904-2.034 2.712-2.034m9.582 0h2.734c1.808 0 2.712.686 2.712 2.034c0 1.415-.838 2.122-2.492 2.122h-1.433c-1.146 0-1.52-.553-1.52-2.233z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.908 4.263c-3.439 0-5.4 1.68-5.4 4.156c0 1.525.793 2.763 2.093 3.316C1.014 12.265 0 13.569 0 15.36c0 2.675 1.984 4.377 5.6 4.377h6.053c0-1.269.03-2.557.031-4.44V4.263zm6.408 0v11.034c.001 1.883.031 3.171.031 4.44H18.4c3.616 0 5.6-1.702 5.6-4.377c0-1.79-1.014-3.095-2.601-3.625c1.3-.553 2.094-1.79 2.094-3.316c0-2.476-1.962-4.156-5.401-4.156zM6.085 6.74h2.513v3.935H6.085c-1.61 0-2.447-.73-2.447-1.968S4.475 6.74 6.085 6.74m9.317 0h2.513c1.61 0 2.447.73 2.447 1.967s-.837 1.968-2.447 1.968h-2.513zm-9.56 6.366h2.734v1.923c0 1.68-.375 2.233-1.521 2.233H5.622c-1.654 0-2.492-.707-2.492-2.122c0-1.348.904-2.034 2.712-2.034m9.582 0h2.734c1.808 0 2.712.686 2.712 2.034c0 1.415-.838 2.122-2.492 2.122h-1.433c-1.146 0-1.52-.553-1.52-2.233z"/></svg> </template>
CSS
.icon-nodebb {
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%22M5.908%204.263c-3.439%200-5.4%201.68-5.4%204.156c0%201.525.793%202.763%202.093%203.316C1.014%2012.265%200%2013.569%200%2015.36c0%202.675%201.984%204.377%205.6%204.377h6.053c0-1.269.03-2.557.031-4.44V4.263zm6.408%200v11.034c.001%201.883.031%203.171.031%204.44H18.4c3.616%200%205.6-1.702%205.6-4.377c0-1.79-1.014-3.095-2.601-3.625c1.3-.553%202.094-1.79%202.094-3.316c0-2.476-1.962-4.156-5.401-4.156zM6.085%206.74h2.513v3.935H6.085c-1.61%200-2.447-.73-2.447-1.968S4.475%206.74%206.085%206.74m9.317%200h2.513c1.61%200%202.447.73%202.447%201.967s-.837%201.968-2.447%201.968h-2.513zm-9.56%206.366h2.734v1.923c0%201.68-.375%202.233-1.521%202.233H5.622c-1.654%200-2.492-.707-2.492-2.122c0-1.348.904-2.034%202.712-2.034m9.582%200h2.734c1.808%200%202.712.686%202.712%202.034c0%201.415-.838%202.122-2.492%202.122h-1.433c-1.146%200-1.52-.553-1.52-2.233z%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%22M5.908%204.263c-3.439%200-5.4%201.68-5.4%204.156c0%201.525.793%202.763%202.093%203.316C1.014%2012.265%200%2013.569%200%2015.36c0%202.675%201.984%204.377%205.6%204.377h6.053c0-1.269.03-2.557.031-4.44V4.263zm6.408%200v11.034c.001%201.883.031%203.171.031%204.44H18.4c3.616%200%205.6-1.702%205.6-4.377c0-1.79-1.014-3.095-2.601-3.625c1.3-.553%202.094-1.79%202.094-3.316c0-2.476-1.962-4.156-5.401-4.156zM6.085%206.74h2.513v3.935H6.085c-1.61%200-2.447-.73-2.447-1.968S4.475%206.74%206.085%206.74m9.317%200h2.513c1.61%200%202.447.73%202.447%201.967s-.837%201.968-2.447%201.968h-2.513zm-9.56%206.366h2.734v1.923c0%201.68-.375%202.233-1.521%202.233H5.622c-1.654%200-2.492-.707-2.492-2.122c0-1.348.904-2.034%202.712-2.034m9.582%200h2.734c1.808%200%202.712.686%202.712%202.034c0%201.415-.838%202.122-2.492%202.122h-1.433c-1.146%200-1.52-.553-1.52-2.233z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/nodebb.svg?color=%231a73e8&size=48