Thinking Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Thinking icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307469.svg" alt="Thinking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307469.svg" alt="Thinking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307469.svg" alt="Thinking icon" :width="24" :height="24" />
CSS background
.icon-thinking {
background-image: url('https://proicons.com/icon/307469.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3 15C3 15.552 2.552 16 2 16C1.448 16 1 15.552 1 15C1 14.448 1.448 14 2 14C2.552 14 3 14.448 3 15ZM7 13.5C7 14.327 6.327 15 5.5 15C4.673 15 4 14.327 4 13.5C4 12.673 4.673 12 5.5 12C6.327 12 7 12.673 7 13.5ZM6 13.5C6 13.224 5.776 13 5.5 13C5.224 13 5 13.224 5 13.5C5 13.776 5.224 14 5.5 14C5.776 14 6 13.776 6 13.5ZM16 6.24998C16 8.04198 14.43 9.49998 12.5 9.49998C12.468 9.49998 12.437 9.49998 12.405 9.49998C12.037 10.937 10.634 12.001 9 12.001C7.5 12.001 6.179 11.098 5.696 9.82098C5.314 9.93898 4.909 10.001 4.5 10.001C2.57 10.001 1 8.65498 1 7.00098C1 5.46298 2.357 4.19098 4.1 4.02098C4.035 3.76998 4 3.51098 4 3.25098C4 1.45898 5.57 0.000976562 7.5 0.000976562C8.517 0.000976562 9.479 0.411977 10.14 1.11598C10.418 1.03998 10.706 1.00098 11 1.00098C12.487 1.00098 13.723 1.98498 13.959 3.29598C15.192 3.82098 16 4.97198 16 6.24998ZM15 6.24998C15 5.30398 14.334 4.45198 13.344 4.13198C13.145 4.06898 13.007 3.88798 12.998 3.67898C12.955 2.73798 12.077 1.99998 11 1.99998C10.71 1.99998 10.429 2.05398 10.163 2.16098C9.952 2.24498 9.712 2.17898 9.576 1.99698C9.109 1.37298 8.333 0.999977 7.5 0.999977C6.121 0.999977 5 2.00998 5 3.24998C5 3.60798 5.092 3.95098 5.271 4.26898C5.363 4.43098 5.358 4.62998 5.257 4.78698C5.156 4.94398 4.976 5.02698 4.792 5.01498C4.696 5.00598 4.599 5.00098 4.499 5.00098C3.12 5.00098 1.999 5.89798 1.999 7.00098C1.999 8.10398 3.12 9.00098 4.499 9.00098C4.962 9.00098 5.415 8.89698 5.81 8.70198C5.879 8.66798 5.956 8.64998 6.032 8.64998C6.111 8.64998 6.189 8.66898 6.261 8.70598C6.403 8.77898 6.5 8.91498 6.526 9.07198C6.7 10.172 7.763 11.001 9 11.001C10.301 11.001 11.396 10.087 11.492 8.91998C11.503 8.78098 11.571 8.65398 11.68 8.56798C11.789 8.48098 11.933 8.44498 12.065 8.46598C12.207 8.48698 12.351 8.49998 12.5 8.49998C13.879 8.49998 15 7.48998 15 6.24998Z"/></svg>
Copied!