thinking problem icon

thinking-problem from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
thinking-problem
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

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-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M38 21L43 30L38 31V37H35L29 36L28 43H13L11 32.619C7.92077 29.7028 6 25.5757 6 21C6 12.1634 13.1634 5 22 5C30.8366 5 38 12.1634 38 21Z"/><path stroke="#fff" d="M17 19C17 16.2386 19.2386 14 22 14C24.7614 14 27 16.2386 27 19C27 21.7614 24.7614 24 22 24V27"/><path stroke="#fff" d="M22 33V34"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkThinkingProblem(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M38 21L43 30L38 31V37H35L29 36L28 43H13L11 32.619C7.92077 29.7028 6 25.5757 6 21C6 12.1634 13.1634 5 22 5C30.8366 5 38 12.1634 38 21Z"/><path stroke="#fff" d="M17 19C17 16.2386 19.2386 14 22 14C24.7614 14 27 16.2386 27 19C27 21.7614 24.7614 24 22 24V27"/><path stroke="#fff" d="M22 33V34"/></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-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M38 21L43 30L38 31V37H35L29 36L28 43H13L11 32.619C7.92077 29.7028 6 25.5757 6 21C6 12.1634 13.1634 5 22 5C30.8366 5 38 12.1634 38 21Z"/><path stroke="#fff" d="M17 19C17 16.2386 19.2386 14 22 14C24.7614 14 27 16.2386 27 19C27 21.7614 24.7614 24 22 24V27"/><path stroke="#fff" d="M22 33V34"/></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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M38%2021L43%2030L38%2031V37H35L29%2036L28%2043H13L11%2032.619C7.92077%2029.7028%206%2025.5757%206%2021C6%2012.1634%2013.1634%205%2022%205C30.8366%205%2038%2012.1634%2038%2021Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M17%2019C17%2016.2386%2019.2386%2014%2022%2014C24.7614%2014%2027%2016.2386%2027%2019C27%2021.7614%2024.7614%2024%2022%2024V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M22%2033V34%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M38%2021L43%2030L38%2031V37H35L29%2036L28%2043H13L11%2032.619C7.92077%2029.7028%206%2025.5757%206%2021C6%2012.1634%2013.1634%205%2022%205C30.8366%205%2038%2012.1634%2038%2021Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M17%2019C17%2016.2386%2019.2386%2014%2022%2014C24.7614%2014%2027%2016.2386%2027%2019C27%2021.7614%2024.7614%2024%2022%2024V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M22%2033V34%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/thinking-problem.svg?color=%231a73e8&size=48