Developer Board Search icon
Used to represent general computer guts and processing power. The Developer Board Search icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Use the Developer Board Search icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { DeveloperBoardSearch24Regular, DeveloperBoardSearch24Filled } from "@fluentui/react-icons";
export function Example() {
return <DeveloperBoardSearch24Regular aria-label="Developer Board Search" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_developer_board_search_24_regular.svg" width="24" height="24" alt="Developer Board Search"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9932 1.64823C16.9435 1.28215 16.6297 1 16.25 1L16.1482 1.00685L16.0506 1.02679C15.7332 1.11411 15.5 1.40482 15.5 1.75V3.999H13.749L13.75 1.75L13.7432 1.64823C13.6935 1.28215 13.3797 1 13 1L12.8982 1.00685C12.5322 1.05651 12.25 1.3703 12.25 1.75L12.249 3.999H10.5V1.75L10.4932 1.64823C10.4435 1.28215 10.1297 1 9.75 1C9.33579 1 9 1.33579 9 1.75L9.00046 4.07492C7.53121 4.37297 6.37381 5.53 6.07521 6.99904L3.75 7L3.64823 7.00685C3.28215 7.05651 3 7.3703 3 7.75L3.00685 7.85177C3.05651 8.21785 3.3703 8.5 3.75 8.5L6 8.499V10.249L3.75 10.25L3.64823 10.2568C3.28215 10.3065 3 10.6203 3 11L3.00685 11.1018C3.02776 11.2559 3.09549 11.3952 3.19525 11.5047C3.89626 11.1808 4.67702 11 5.5 11C6.20558 11 6.88014 11.1329 7.5 11.3749V7.75C7.5 6.50736 8.50736 5.5 9.75 5.5H16.25C17.4926 5.5 18.5 6.50736 18.5 7.75V14.25C18.5 15.4926 17.4926 16.5 16.25 16.5H11C11 17.0196 10.9279 17.5225 10.7933 17.999H12.249L12.25 20.25L12.2568 20.3518C12.3065 20.7178 12.6203 21 13 21L13.1018 20.9932C13.4678 20.9435 13.75 20.6297 13.75 20.25L13.749 17.999H15.5V20.25L15.5068 20.3518C15.5565 20.7178 15.8703 21 16.25 21C16.6642 21 17 20.6642 17 20.25L17.0005 17.9249C18.4694 17.6265 19.6263 16.4696 19.9248 15.0008L22.25 15L22.3518 14.9932C22.7178 14.9435 23 14.6297 23 14.25L22.9932 14.1482C22.9435 13.7822 22.6297 13.5 22.25 13.5H20V11.75H22.25L22.3518 11.7432C22.7178 11.6935 23 11.3797 23 11L22.9932 10.8982C22.9435 10.5322 22.6297 10.25 22.25 10.25H20V8.5H22.25L22.3518 8.49315C22.7178 8.44349 23 8.1297 23 7.75C23 7.33579 22.6642 7 22.25 7L19.925 7.00018C19.6269 5.53092 18.4697 4.37357 17.0005 4.07512L17 1.75L16.9932 1.64823ZM16.0049 11.0049C16.0049 9.34807 14.6618 8.00493 13.0049 8.00493C11.3481 8.00493 10.0049 9.34807 10.0049 11.0049C10.0049 12.6618 11.3481 14.0049 13.0049 14.0049C14.6618 14.0049 16.0049 12.6618 16.0049 11.0049ZM11.5049 11.0049C11.5049 10.1765 12.1765 9.50493 13.0049 9.50493C13.8334 9.50493 14.5049 10.1765 14.5049 11.0049C14.5049 11.8334 13.8334 12.5049 13.0049 12.5049C12.1765 12.5049 11.5049 11.8334 11.5049 11.0049ZM5.5 21C6.47187 21 7.37179 20.6919 8.1074 20.1681L10.7197 22.7803C11.0126 23.0732 11.4874 23.0732 11.7803 22.7803C12.0732 22.4874 12.0732 22.0126 11.7803 21.7197L9.16806 19.1074C9.69191 18.3718 10 17.4719 10 16.5C10 14.0147 7.98528 12 5.5 12C3.01472 12 1 14.0147 1 16.5C1 18.9853 3.01472 21 5.5 21ZM5.5 19.5C3.84315 19.5 2.5 18.1569 2.5 16.5C2.5 14.8431 3.84315 13.5 5.5 13.5C7.15685 13.5 8.5 14.8431 8.5 16.5C8.5 18.1569 7.15685 19.5 5.5 19.5Z" fill="currentColor"/></svg>Use it from the SVG package
Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:
npm install @fluentui/svg-icons
import icon from "@fluentui/svg-icons/icons/developer_board_search_24_regular.svg";Details
| Name | Developer Board Search |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_developer_board_search_24_regular.svg |
| Filled file | ic_fluent_developer_board_search_24_filled.svg |
| React components | DeveloperBoardSearch24Regular, DeveloperBoardSearch24Filled |
| License | MIT (© Microsoft Corporation) |