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

Name
hint-outline
Set
Dither Icons
Style
Outline
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="svgID11"><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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.5 16.7c0-1.4-.7-2.4-1.97-3.68a5.95 5.95 0 1 1 8.94 0c-1.27 1.28-1.97 2.28-1.97 3.68Z"/><g fill="none" stroke="currentColor" stroke-linejoin="round" clip-path="url(#svgID11)"><path stroke-width="1.4" 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 stroke-linecap="round" stroke-width=".65" d="M9.55 10.4 12 12.85l2.45-2.45M12 12.85v3.4" opacity=".5"/><path stroke-linecap="round" stroke-width=".8" d="M12 15.9v-2.8" opacity="0"/><path stroke-linecap="round" stroke-width=".8" d="M9.55 10.4 12 12.85l2.45-2.45" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M9.5 19.25h5M10.7 21.65h2.6"/><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 DitherHintOutline(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="svgID11"><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="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M9.5 16.7c0-1.4-.7-2.4-1.97-3.68a5.95 5.95 0 1 1 8.94 0c-1.27 1.28-1.97 2.28-1.97 3.68Z"/><g fill="none" stroke="currentColor" strokeLinejoin="round" clipPath="url(#svgID11)"><path strokeWidth="1.4" 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 strokeLinecap="round" strokeWidth=".65" d="M9.55 10.4 12 12.85l2.45-2.45M12 12.85v3.4" opacity=".5"/><path strokeLinecap="round" strokeWidth=".8" d="M12 15.9v-2.8" opacity="0"/><path strokeLinecap="round" strokeWidth=".8" d="M9.55 10.4 12 12.85l2.45-2.45" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.3" d="M9.5 19.25h5M10.7 21.65h2.6"/><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="svgID11"><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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M9.5 16.7c0-1.4-.7-2.4-1.97-3.68a5.95 5.95 0 1 1 8.94 0c-1.27 1.28-1.97 2.28-1.97 3.68Z"/><g fill="none" stroke="currentColor" stroke-linejoin="round" clip-path="url(#svgID11)"><path stroke-width="1.4" 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 stroke-linecap="round" stroke-width=".65" d="M9.55 10.4 12 12.85l2.45-2.45M12 12.85v3.4" opacity=".5"/><path stroke-linecap="round" stroke-width=".8" d="M12 15.9v-2.8" opacity="0"/><path stroke-linecap="round" stroke-width=".8" d="M9.55 10.4 12 12.85l2.45-2.45" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M9.5 19.25h5M10.7 21.65h2.6"/><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-outline {
  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%22svgID11%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%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M9.5%2016.7c0-1.4-.7-2.4-1.97-3.68a5.95%205.95%200%201%201%208.94%200c-1.27%201.28-1.97%202.28-1.97%203.68Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID11)%22%3E%3Cpath%20stroke-width%3D%221.4%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%20stroke-linecap%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%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M12%2015.9v-2.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%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%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M9.5%2019.25h5M10.7%2021.65h2.6%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%22svgID11%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%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M9.5%2016.7c0-1.4-.7-2.4-1.97-3.68a5.95%205.95%200%201%201%208.94%200c-1.27%201.28-1.97%202.28-1.97%203.68Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID11)%22%3E%3Cpath%20stroke-width%3D%221.4%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%20stroke-linecap%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%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M12%2015.9v-2.8%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%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%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M9.5%2019.25h5M10.7%2021.65h2.6%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-outline.svg?color=%231a73e8&size=48