Thinking icon

Used in general type column creation scenarios. Contains column breakup variants. The Thinking 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.

Regular (outlined)

SVG

Filled

SVG

Use the Thinking 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 { Thinking24Regular, Thinking24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Thinking24Regular aria-label="Thinking" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_thinking_24_regular.svg" width="24" height="24" alt="Thinking">

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="M4 18C5.10457 18 6 18.8954 6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18ZM4 19.5C3.72386 19.5 3.5 19.7239 3.5 20C3.5 20.2761 3.72386 20.5 4 20.5C4.27614 20.5 4.5 20.2761 4.5 20C4.5 19.7239 4.27614 19.5 4 19.5ZM9.5 15C10.8807 15 12 16.1193 12 17.5C12 18.8807 10.8807 20 9.5 20C8.11929 20 7 18.8807 7 17.5C7 16.1193 8.11929 15 9.5 15ZM9.5 16.5C8.94772 16.5 8.5 16.9477 8.5 17.5C8.5 18.0523 8.94772 18.5 9.5 18.5C10.0523 18.5 10.5 18.0523 10.5 17.5C10.5 16.9477 10.0523 16.5 9.5 16.5ZM11.8235 2C14.4828 2 16.7073 3.9226 17.1538 6.47059L17.2353 6.47059C19.3145 6.47059 21 8.1561 21 10.2353C21 12.3145 19.3145 14 17.2353 14H6.41176C4.33258 14 2.64706 12.3145 2.64706 10.2353C2.64706 8.1561 4.33257 6.47059 6.41179 6.47059L6.4933 6.47059C6.93973 3.9226 9.16431 2 11.8235 2ZM11.8291 3.49762C9.73296 3.49762 8.00857 5.14272 7.90593 7.22597C7.88775 7.59484 7.58315 7.88459 7.21356 7.88458L6.51473 7.88455C5.23861 7.88455 4.20412 8.91829 4.20412 10.1935C4.20412 11.4686 5.23861 12.5024 6.51473 12.5024H17.1435C18.4196 12.5024 19.4541 11.4686 19.4541 10.1935C19.4541 8.91829 18.4196 7.88455 17.1435 7.88455L16.4447 7.88458C16.0751 7.88459 15.7705 7.59484 15.7523 7.22597C15.6497 5.14272 13.9253 3.49762 11.8291 3.49762Z" 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/thinking_24_regular.svg";

Details

NameThinking
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_thinking_24_regular.svg
Filled fileic_fluent_thinking_24_filled.svg
React componentsThinking24Regular, Thinking24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

cloudthoughtbrainstormideation

Related icons