thinking-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
thinking-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Use the thinking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c-.962 0-1.72.242-2.305.642a3.54 3.54 0 0 0-1.21 1.46c-.33.706-.436 1.437-.47 1.915c-.646.048-1.31.203-1.855.567C3.442 7.063 3 7.854 3 9s.442 1.937 1.16 2.416c.683.455 1.55.584 2.34.584h7c.781 0 1.65-.112 2.336-.56C16.562 10.966 17 10.17 17 9c0-1.146-.442-1.937-1.16-2.416c-.546-.364-1.208-.519-1.856-.567c-.033-.478-.139-1.209-.468-1.916a3.56 3.56 0 0 0-1.21-1.46C11.72 2.243 10.961 2 10 2M7 6.5c0-.243.003-1.146.39-1.976c.19-.407.467-.782.868-1.056C8.658 3.195 9.212 3 10 3s1.343.195 1.742.468c.401.274.677.649.867 1.056c.388.83.391 1.733.391 1.976a.5.5 0 0 0 .5.5c.71 0 1.343.121 1.785.416c.406.271.715.73.715 1.584c0 .888-.312 1.342-.711 1.603c-.44.288-1.07.397-1.789.397h-7c-.71 0-1.343-.121-1.785-.416C4.308 10.313 4 9.854 4 9s.308-1.313.715-1.584C5.157 7.121 5.79 7 6.5 7a.5.5 0 0 0 .5-.5M8 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.5 2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0-1a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentThinking20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c-.962 0-1.72.242-2.305.642a3.54 3.54 0 0 0-1.21 1.46c-.33.706-.436 1.437-.47 1.915c-.646.048-1.31.203-1.855.567C3.442 7.063 3 7.854 3 9s.442 1.937 1.16 2.416c.683.455 1.55.584 2.34.584h7c.781 0 1.65-.112 2.336-.56C16.562 10.966 17 10.17 17 9c0-1.146-.442-1.937-1.16-2.416c-.546-.364-1.208-.519-1.856-.567c-.033-.478-.139-1.209-.468-1.916a3.56 3.56 0 0 0-1.21-1.46C11.72 2.243 10.961 2 10 2M7 6.5c0-.243.003-1.146.39-1.976c.19-.407.467-.782.868-1.056C8.658 3.195 9.212 3 10 3s1.343.195 1.742.468c.401.274.677.649.867 1.056c.388.83.391 1.733.391 1.976a.5.5 0 0 0 .5.5c.71 0 1.343.121 1.785.416c.406.271.715.73.715 1.584c0 .888-.312 1.342-.711 1.603c-.44.288-1.07.397-1.789.397h-7c-.71 0-1.343-.121-1.785-.416C4.308 10.313 4 9.854 4 9s.308-1.313.715-1.584C5.157 7.121 5.79 7 6.5 7a.5.5 0 0 0 .5-.5M8 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.5 2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0-1a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c-.962 0-1.72.242-2.305.642a3.54 3.54 0 0 0-1.21 1.46c-.33.706-.436 1.437-.47 1.915c-.646.048-1.31.203-1.855.567C3.442 7.063 3 7.854 3 9s.442 1.937 1.16 2.416c.683.455 1.55.584 2.34.584h7c.781 0 1.65-.112 2.336-.56C16.562 10.966 17 10.17 17 9c0-1.146-.442-1.937-1.16-2.416c-.546-.364-1.208-.519-1.856-.567c-.033-.478-.139-1.209-.468-1.916a3.56 3.56 0 0 0-1.21-1.46C11.72 2.243 10.961 2 10 2M7 6.5c0-.243.003-1.146.39-1.976c.19-.407.467-.782.868-1.056C8.658 3.195 9.212 3 10 3s1.343.195 1.742.468c.401.274.677.649.867 1.056c.388.83.391 1.733.391 1.976a.5.5 0 0 0 .5.5c.71 0 1.343.121 1.785.416c.406.271.715.73.715 1.584c0 .888-.312 1.342-.711 1.603c-.44.288-1.07.397-1.789.397h-7c-.71 0-1.343-.121-1.785-.416C4.308 10.313 4 9.854 4 9s.308-1.313.715-1.584C5.157 7.121 5.79 7 6.5 7a.5.5 0 0 0 .5-.5M8 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.5 2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0-1a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
</template>

CSS

.icon-thinking-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c-.962%200-1.72.242-2.305.642a3.54%203.54%200%200%200-1.21%201.46c-.33.706-.436%201.437-.47%201.915c-.646.048-1.31.203-1.855.567C3.442%207.063%203%207.854%203%209s.442%201.937%201.16%202.416c.683.455%201.55.584%202.34.584h7c.781%200%201.65-.112%202.336-.56C16.562%2010.966%2017%2010.17%2017%209c0-1.146-.442-1.937-1.16-2.416c-.546-.364-1.208-.519-1.856-.567c-.033-.478-.139-1.209-.468-1.916a3.56%203.56%200%200%200-1.21-1.46C11.72%202.243%2010.961%202%2010%202M7%206.5c0-.243.003-1.146.39-1.976c.19-.407.467-.782.868-1.056C8.658%203.195%209.212%203%2010%203s1.343.195%201.742.468c.401.274.677.649.867%201.056c.388.83.391%201.733.391%201.976a.5.5%200%200%200%20.5.5c.71%200%201.343.121%201.785.416c.406.271.715.73.715%201.584c0%20.888-.312%201.342-.711%201.603c-.44.288-1.07.397-1.789.397h-7c-.71%200-1.343-.121-1.785-.416C4.308%2010.313%204%209.854%204%209s.308-1.313.715-1.584C5.157%207.121%205.79%207%206.5%207a.5.5%200%200%200%20.5-.5M8%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-4.5%202a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m0-1a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c-.962%200-1.72.242-2.305.642a3.54%203.54%200%200%200-1.21%201.46c-.33.706-.436%201.437-.47%201.915c-.646.048-1.31.203-1.855.567C3.442%207.063%203%207.854%203%209s.442%201.937%201.16%202.416c.683.455%201.55.584%202.34.584h7c.781%200%201.65-.112%202.336-.56C16.562%2010.966%2017%2010.17%2017%209c0-1.146-.442-1.937-1.16-2.416c-.546-.364-1.208-.519-1.856-.567c-.033-.478-.139-1.209-.468-1.916a3.56%203.56%200%200%200-1.21-1.46C11.72%202.243%2010.961%202%2010%202M7%206.5c0-.243.003-1.146.39-1.976c.19-.407.467-.782.868-1.056C8.658%203.195%209.212%203%2010%203s1.343.195%201.742.468c.401.274.677.649.867%201.056c.388.83.391%201.733.391%201.976a.5.5%200%200%200%20.5.5c.71%200%201.343.121%201.785.416c.406.271.715.73.715%201.584c0%20.888-.312%201.342-.711%201.603c-.44.288-1.07.397-1.789.397h-7c-.71%200-1.343-.121-1.785-.416C4.308%2010.313%204%209.854%204%209s.308-1.313.715-1.584C5.157%207.121%205.79%207%206.5%207a.5.5%200%200%200%20.5-.5M8%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-4.5%202a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m0-1a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/thinking-20-regular.svg?color=%231a73e8&size=48