thinking icon
thinking-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- thinking-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
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="M7.695 2.642C8.28 2.242 9.038 2 10 2s1.72.242 2.305.642a3.54 3.54 0 0 1 1.21 1.46c.33.706.436 1.437.47 1.915c.647.048 1.31.203 1.855.567C16.558 7.063 17 7.854 17 9c0 1.17-.438 1.966-1.164 2.44c-.685.448-1.555.56-2.336.56h-7c-.79 0-1.657-.129-2.34-.584C3.442 10.937 3 10.146 3 9s.442-1.937 1.16-2.416c.545-.364 1.209-.519 1.856-.567c.033-.478.138-1.209.468-1.916a3.56 3.56 0 0 1 1.21-1.46M10 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-5 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentThinking20Filled(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="M7.695 2.642C8.28 2.242 9.038 2 10 2s1.72.242 2.305.642a3.54 3.54 0 0 1 1.21 1.46c.33.706.436 1.437.47 1.915c.647.048 1.31.203 1.855.567C16.558 7.063 17 7.854 17 9c0 1.17-.438 1.966-1.164 2.44c-.685.448-1.555.56-2.336.56h-7c-.79 0-1.657-.129-2.34-.584C3.442 10.937 3 10.146 3 9s.442-1.937 1.16-2.416c.545-.364 1.209-.519 1.856-.567c.033-.478.138-1.209.468-1.916a3.56 3.56 0 0 1 1.21-1.46M10 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-5 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.695 2.642C8.28 2.242 9.038 2 10 2s1.72.242 2.305.642a3.54 3.54 0 0 1 1.21 1.46c.33.706.436 1.437.47 1.915c.647.048 1.31.203 1.855.567C16.558 7.063 17 7.854 17 9c0 1.17-.438 1.966-1.164 2.44c-.685.448-1.555.56-2.336.56h-7c-.79 0-1.657-.129-2.34-.584C3.442 10.937 3 10.146 3 9s.442-1.937 1.16-2.416c.545-.364 1.209-.519 1.856-.567c.033-.478.138-1.209.468-1.916a3.56 3.56 0 0 1 1.21-1.46M10 15a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-5 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg> </template>
CSS
.icon-thinking-20-filled {
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%22M7.695%202.642C8.28%202.242%209.038%202%2010%202s1.72.242%202.305.642a3.54%203.54%200%200%201%201.21%201.46c.33.706.436%201.437.47%201.915c.647.048%201.31.203%201.855.567C16.558%207.063%2017%207.854%2017%209c0%201.17-.438%201.966-1.164%202.44c-.685.448-1.555.56-2.336.56h-7c-.79%200-1.657-.129-2.34-.584C3.442%2010.937%203%2010.146%203%209s.442-1.937%201.16-2.416c.545-.364%201.209-.519%201.856-.567c.033-.478.138-1.209.468-1.916a3.56%203.56%200%200%201%201.21-1.46M10%2015a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-5%201.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%22M7.695%202.642C8.28%202.242%209.038%202%2010%202s1.72.242%202.305.642a3.54%203.54%200%200%201%201.21%201.46c.33.706.436%201.437.47%201.915c.647.048%201.31.203%201.855.567C16.558%207.063%2017%207.854%2017%209c0%201.17-.438%201.966-1.164%202.44c-.685.448-1.555.56-2.336.56h-7c-.79%200-1.657-.129-2.34-.584C3.442%2010.937%203%2010.146%203%209s.442-1.937%201.16-2.416c.545-.364%201.209-.519%201.856-.567c.033-.478.138-1.209.468-1.916a3.56%203.56%200%200%201%201.21-1.46M10%2015a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-5%201.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/thinking-20-filled.svg?color=%231a73e8&size=48