clue from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.

Name
clue
Set
IconPark
Style
Color
Category
Connect
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More connect icons from IconPark

Use the clue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M37 16C39.7614 16 42 13.7614 42 11C42 8.23858 39.7614 6 37 6C34.2386 6 32 8.23858 32 11C32 13.7614 34.2386 16 37 16Z"/><path fill="#2F88FF" d="M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z"/><path stroke-linecap="round" d="M37 16V35.5042C37 39.0917 34.0917 42 30.5042 42V42C26.9166 42 24.0083 39.0917 24.0083 35.5042V12.5042C24.0083 8.91201 21.0963 6 17.5042 6V6C13.912 6 11 8.91201 11 12.5042L11 32"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkClue(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="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M37 16C39.7614 16 42 13.7614 42 11C42 8.23858 39.7614 6 37 6C34.2386 6 32 8.23858 32 11C32 13.7614 34.2386 16 37 16Z"/><path fill="#2F88FF" d="M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z"/><path strokeLinecap="round" d="M37 16V35.5042C37 39.0917 34.0917 42 30.5042 42V42C26.9166 42 24.0083 39.0917 24.0083 35.5042V12.5042C24.0083 8.91201 21.0963 6 17.5042 6V6C13.912 6 11 8.91201 11 12.5042L11 32"/></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="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M37 16C39.7614 16 42 13.7614 42 11C42 8.23858 39.7614 6 37 6C34.2386 6 32 8.23858 32 11C32 13.7614 34.2386 16 37 16Z"/><path fill="#2F88FF" d="M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z"/><path stroke-linecap="round" d="M37 16V35.5042C37 39.0917 34.0917 42 30.5042 42V42C26.9166 42 24.0083 39.0917 24.0083 35.5042V12.5042C24.0083 8.91201 21.0963 6 17.5042 6V6C13.912 6 11 8.91201 11 12.5042L11 32"/></g></svg>
</template>

CSS

.icon-clue {
  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%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2016C39.7614%2016%2042%2013.7614%2042%2011C42%208.23858%2039.7614%206%2037%206C34.2386%206%2032%208.23858%2032%2011C32%2013.7614%2034.2386%2016%2037%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2042C13.7614%2042%2016%2039.7614%2016%2037C16%2034.2386%2013.7614%2032%2011%2032C8.23858%2032%206%2034.2386%206%2037C6%2039.7614%208.23858%2042%2011%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2016V35.5042C37%2039.0917%2034.0917%2042%2030.5042%2042V42C26.9166%2042%2024.0083%2039.0917%2024.0083%2035.5042V12.5042C24.0083%208.91201%2021.0963%206%2017.5042%206V6C13.912%206%2011%208.91201%2011%2012.5042L11%2032%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%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2016C39.7614%2016%2042%2013.7614%2042%2011C42%208.23858%2039.7614%206%2037%206C34.2386%206%2032%208.23858%2032%2011C32%2013.7614%2034.2386%2016%2037%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2042C13.7614%2042%2016%2039.7614%2016%2037C16%2034.2386%2013.7614%2032%2011%2032C8.23858%2032%206%2034.2386%206%2037C6%2039.7614%208.23858%2042%2011%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2016V35.5042C37%2039.0917%2034.0917%2042%2030.5042%2042V42C26.9166%2042%2024.0083%2039.0917%2024.0083%2035.5042V12.5042C24.0083%208.91201%2021.0963%206%2017.5042%206V6C13.912%206%2011%208.91201%2011%2012.5042L11%2032%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/clue.svg?color=%231a73e8&size=48