thinking problem icon
thinking-problem from IconPark Outline by ByteDance · Outline · Others · Apache-2.0 Free for personal and commercial use.
- Name
- thinking-problem
- Set
- IconPark Outline
- Style
- Outline
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More others icons from IconPark Outline
Use the thinking problem icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="m38 21l5 9l-5 1v6h-3l-6-1l-1 7H13l-2-10.381C7.92 29.703 6 25.576 6 21c0-8.837 7.163-16 16-16s16 7.163 16 16"/><path d="M17 19a5 5 0 1 1 5 5v3m0 6v1"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineThinkingProblem(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="m38 21l5 9l-5 1v6h-3l-6-1l-1 7H13l-2-10.381C7.92 29.703 6 25.576 6 21c0-8.837 7.163-16 16-16s16 7.163 16 16"/><path d="M17 19a5 5 0 1 1 5 5v3m0 6v1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="m38 21l5 9l-5 1v6h-3l-6-1l-1 7H13l-2-10.381C7.92 29.703 6 25.576 6 21c0-8.837 7.163-16 16-16s16 7.163 16 16"/><path d="M17 19a5 5 0 1 1 5 5v3m0 6v1"/></g></svg> </template>
CSS
.icon-thinking-problem {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m38%2021l5%209l-5%201v6h-3l-6-1l-1%207H13l-2-10.381C7.92%2029.703%206%2025.576%206%2021c0-8.837%207.163-16%2016-16s16%207.163%2016%2016%22%2F%3E%3Cpath%20d%3D%22M17%2019a5%205%200%201%201%205%205v3m0%206v1%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m38%2021l5%209l-5%201v6h-3l-6-1l-1%207H13l-2-10.381C7.92%2029.703%206%2025.576%206%2021c0-8.837%207.163-16%2016-16s16%207.163%2016%2016%22%2F%3E%3Cpath%20d%3D%22M17%2019a5%205%200%201%201%205%205v3m0%206v1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/thinking-problem.svg?color=%231a73e8&size=48