idea from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
idea
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More person icons from Carbon

Use the idea icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 24h10v2H11zm2 4h6v2h-6zm3-26A10 10 0 0 0 6 12a9.19 9.19 0 0 0 3.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 0 1 8 12a8 8 0 0 1 16 0a7.2 7.2 0 0 1-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0 0 26 12A10 10 0 0 0 16 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIdea(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 24h10v2H11zm2 4h6v2h-6zm3-26A10 10 0 0 0 6 12a9.19 9.19 0 0 0 3.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 0 1 8 12a8 8 0 0 1 16 0a7.2 7.2 0 0 1-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0 0 26 12A10 10 0 0 0 16 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 24h10v2H11zm2 4h6v2h-6zm3-26A10 10 0 0 0 6 12a9.19 9.19 0 0 0 3.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 0 1 8 12a8 8 0 0 1 16 0a7.2 7.2 0 0 1-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0 0 26 12A10 10 0 0 0 16 2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2024h10v2H11zm2%204h6v2h-6zm3-26A10%2010%200%200%200%206%2012a9.19%209.19%200%200%200%203.46%207.62c1%20.93%201.54%201.46%201.54%202.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2%207.2%200%200%201%208%2012a8%208%200%200%201%2016%200a7.2%207.2%200%200%201-2.82%206.14c-1.07%201-2.18%202-2.18%203.86h2c0-.92.53-1.45%201.54-2.39A9.18%209.18%200%200%200%2026%2012A10%2010%200%200%200%2016%202%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2024h10v2H11zm2%204h6v2h-6zm3-26A10%2010%200%200%200%206%2012a9.19%209.19%200%200%200%203.46%207.62c1%20.93%201.54%201.46%201.54%202.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2%207.2%200%200%201%208%2012a8%208%200%200%201%2016%200a7.2%207.2%200%200%201-2.82%206.14c-1.07%201-2.18%202-2.18%203.86h2c0-.92.53-1.45%201.54-2.39A9.18%209.18%200%200%200%2026%2012A10%2010%200%200%200%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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