hint-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
hint-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

Use the hint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID13"><path d="M10.2 16h3.6c.28-1.23 1-2.25 2.16-3.42a5.25 5.25 0 1 0-7.92 0c1.16 1.17 1.88 2.19 2.16 3.42Z"/></clipPath></defs><path fill-rule="evenodd" d="M8.8 17.4c0-1.65-.65-2.4-1.75-3.5A6.65 6.65 0 1 1 16.95 13.9c-1.1 1.1-1.75 1.85-1.75 3.5ZM10.2 16h3.6c.28-1.23 1-2.25 2.16-3.42a5.25 5.25 0 1 0-7.92 0c1.16 1.17 1.88 2.19 2.16 3.42Z"/><g clip-path="url(#svgID13)"><path fill-rule="evenodd" d="M12 4.25a5.15 5.15 0 1 0 0 10.3a5.15 5.15 0 1 0 0-10.3Z" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.55 10.4 12 12.85l2.45-2.45M12 12.85v3.4" opacity=".5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M12 15.9v-2.8" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M9.55 10.4 12 12.85l2.45-2.45" opacity="0"/></g><path fill-rule="evenodd" d="M8.8 18.6h6.4v1.3H8.8ZM10 21h4v1.3h-4Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M12 .7v1.1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M2.5 5.65l1.3.65" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M21.5 5.65l-1.3.65" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherHintSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID13"><path d="M10.2 16h3.6c.28-1.23 1-2.25 2.16-3.42a5.25 5.25 0 1 0-7.92 0c1.16 1.17 1.88 2.19 2.16 3.42Z"/></clipPath></defs><path fillRule="evenodd" d="M8.8 17.4c0-1.65-.65-2.4-1.75-3.5A6.65 6.65 0 1 1 16.95 13.9c-1.1 1.1-1.75 1.85-1.75 3.5ZM10.2 16h3.6c.28-1.23 1-2.25 2.16-3.42a5.25 5.25 0 1 0-7.92 0c1.16 1.17 1.88 2.19 2.16 3.42Z"/><g clipPath="url(#svgID13)"><path fillRule="evenodd" d="M12 4.25a5.15 5.15 0 1 0 0 10.3a5.15 5.15 0 1 0 0-10.3Z" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M9.55 10.4 12 12.85l2.45-2.45M12 12.85v3.4" opacity=".5"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M12 15.9v-2.8" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M9.55 10.4 12 12.85l2.45-2.45" opacity="0"/></g><path fillRule="evenodd" d="M8.8 18.6h6.4v1.3H8.8ZM10 21h4v1.3h-4Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M12 .7v1.1" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M2.5 5.65l1.3.65" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M21.5 5.65l-1.3.65" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID13"><path d="M10.2 16h3.6c.28-1.23 1-2.25 2.16-3.42a5.25 5.25 0 1 0-7.92 0c1.16 1.17 1.88 2.19 2.16 3.42Z"/></clipPath></defs><path fill-rule="evenodd" d="M8.8 17.4c0-1.65-.65-2.4-1.75-3.5A6.65 6.65 0 1 1 16.95 13.9c-1.1 1.1-1.75 1.85-1.75 3.5ZM10.2 16h3.6c.28-1.23 1-2.25 2.16-3.42a5.25 5.25 0 1 0-7.92 0c1.16 1.17 1.88 2.19 2.16 3.42Z"/><g clip-path="url(#svgID13)"><path fill-rule="evenodd" d="M12 4.25a5.15 5.15 0 1 0 0 10.3a5.15 5.15 0 1 0 0-10.3Z" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M9.55 10.4 12 12.85l2.45-2.45M12 12.85v3.4" opacity=".5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M12 15.9v-2.8" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M9.55 10.4 12 12.85l2.45-2.45" opacity="0"/></g><path fill-rule="evenodd" d="M8.8 18.6h6.4v1.3H8.8ZM10 21h4v1.3h-4Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M12 .7v1.1" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M2.5 5.65l1.3.65" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M21.5 5.65l-1.3.65" opacity="0"/></g></svg>
</template>

CSS

.icon-hint-solid {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID13%22%3E%3Cpath%20d%3D%22M10.2%2016h3.6c.28-1.23%201-2.25%202.16-3.42a5.25%205.25%200%201%200-7.92%200c1.16%201.17%201.88%202.19%202.16%203.42Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.8%2017.4c0-1.65-.65-2.4-1.75-3.5A6.65%206.65%200%201%201%2016.95%2013.9c-1.1%201.1-1.75%201.85-1.75%203.5ZM10.2%2016h3.6c.28-1.23%201-2.25%202.16-3.42a5.25%205.25%200%201%200-7.92%200c1.16%201.17%201.88%202.19%202.16%203.42Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID13)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204.25a5.15%205.15%200%201%200%200%2010.3a5.15%205.15%200%201%200%200-10.3Z%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.55%2010.4%2012%2012.85l2.45-2.45M12%2012.85v3.4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M12%2015.9v-2.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M9.55%2010.4%2012%2012.85l2.45-2.45%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.8%2018.6h6.4v1.3H8.8ZM10%2021h4v1.3h-4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M12%20.7v1.1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M2.5%205.65l1.3.65%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M21.5%205.65l-1.3.65%22%20opacity%3D%220%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID13%22%3E%3Cpath%20d%3D%22M10.2%2016h3.6c.28-1.23%201-2.25%202.16-3.42a5.25%205.25%200%201%200-7.92%200c1.16%201.17%201.88%202.19%202.16%203.42Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.8%2017.4c0-1.65-.65-2.4-1.75-3.5A6.65%206.65%200%201%201%2016.95%2013.9c-1.1%201.1-1.75%201.85-1.75%203.5ZM10.2%2016h3.6c.28-1.23%201-2.25%202.16-3.42a5.25%205.25%200%201%200-7.92%200c1.16%201.17%201.88%202.19%202.16%203.42Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID13)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204.25a5.15%205.15%200%201%200%200%2010.3a5.15%205.15%200%201%200%200-10.3Z%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M9.55%2010.4%2012%2012.85l2.45-2.45M12%2012.85v3.4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M12%2015.9v-2.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M9.55%2010.4%2012%2012.85l2.45-2.45%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.8%2018.6h6.4v1.3H8.8ZM10%2021h4v1.3h-4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M12%20.7v1.1%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M2.5%205.65l1.3.65%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M21.5%205.65l-1.3.65%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/hint-solid.svg?color=%231a73e8&size=48

Hint solid icon — Dither Icons · IconsDB