idea from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
idea
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the idea icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M15 17.75H9v1a3 3 0 1 0 6 0zm1.728-3.828c.974-1.185 1.772-2.638 1.772-4.672c0-3.855-2.634-7-6.5-7s-6.5 3.145-6.5 7c0 2.303 1.023 3.861 2.166 5.129c.44.488.66.732.781.973c.122.241.178.52.29 1.08L9 17.75h6l.145-.726c.158-.787.236-1.18.395-1.515c.158-.334.501-.752 1.188-1.587Z"/><path stroke-linecap="round" d="M11.001 5.4c-1.26.387-2.221 1.488-2.449 2.85m12.947 5.362l-.714-.294M21.5 3.32l-.714.293M2.501 13.75l.714-.294M2.5 3.457l.714.293"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIdea(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M15 17.75H9v1a3 3 0 1 0 6 0zm1.728-3.828c.974-1.185 1.772-2.638 1.772-4.672c0-3.855-2.634-7-6.5-7s-6.5 3.145-6.5 7c0 2.303 1.023 3.861 2.166 5.129c.44.488.66.732.781.973c.122.241.178.52.29 1.08L9 17.75h6l.145-.726c.158-.787.236-1.18.395-1.515c.158-.334.501-.752 1.188-1.587Z"/><path strokeLinecap="round" d="M11.001 5.4c-1.26.387-2.221 1.488-2.449 2.85m12.947 5.362l-.714-.294M21.5 3.32l-.714.293M2.501 13.75l.714-.294M2.5 3.457l.714.293"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M15 17.75H9v1a3 3 0 1 0 6 0zm1.728-3.828c.974-1.185 1.772-2.638 1.772-4.672c0-3.855-2.634-7-6.5-7s-6.5 3.145-6.5 7c0 2.303 1.023 3.861 2.166 5.129c.44.488.66.732.781.973c.122.241.178.52.29 1.08L9 17.75h6l.145-.726c.158-.787.236-1.18.395-1.515c.158-.334.501-.752 1.188-1.587Z"/><path stroke-linecap="round" d="M11.001 5.4c-1.26.387-2.221 1.488-2.449 2.85m12.947 5.362l-.714-.294M21.5 3.32l-.714.293M2.501 13.75l.714-.294M2.5 3.457l.714.293"/></g></svg>
</template>

CSS

.icon-idea {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2017.75H9v1a3%203%200%201%200%206%200zm1.728-3.828c.974-1.185%201.772-2.638%201.772-4.672c0-3.855-2.634-7-6.5-7s-6.5%203.145-6.5%207c0%202.303%201.023%203.861%202.166%205.129c.44.488.66.732.781.973c.122.241.178.52.29%201.08L9%2017.75h6l.145-.726c.158-.787.236-1.18.395-1.515c.158-.334.501-.752%201.188-1.587Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.001%205.4c-1.26.387-2.221%201.488-2.449%202.85m12.947%205.362l-.714-.294M21.5%203.32l-.714.293M2.501%2013.75l.714-.294M2.5%203.457l.714.293%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2017.75H9v1a3%203%200%201%200%206%200zm1.728-3.828c.974-1.185%201.772-2.638%201.772-4.672c0-3.855-2.634-7-6.5-7s-6.5%203.145-6.5%207c0%202.303%201.023%203.861%202.166%205.129c.44.488.66.732.781.973c.122.241.178.52.29%201.08L9%2017.75h6l.145-.726c.158-.787.236-1.18.395-1.515c.158-.334.501-.752%201.188-1.587Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.001%205.4c-1.26.387-2.221%201.488-2.449%202.85m12.947%205.362l-.714-.294M21.5%203.32l-.714.293M2.501%2013.75l.714-.294M2.5%203.457l.714.293%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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