lightbulb autofix icon

lightbulb-autofix from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
lightbulb-autofix
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the lightbulb autofix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.607 14c.183.357.4.693.654 1H6.017a1.5 1.5 0 0 1-1.449-1.11l-.94-3.491c-.03-.113-.221-.331-.404-.542c-.587-.673-1.474-1.689-1.474-3.606C1.75 2.964 4.419 1 7 1c2.828 0 5.125 2.252 5.23 5.054A5.5 5.5 0 0 0 11.5 6c-.092 0-.183.009-.274.014C11.101 3.782 9.263 2 7 2C4.911 2 2.75 3.59 2.75 6.25c0 1.542.68 2.322 1.227 2.949c.282.323.526.603.617.939l.232.861h1.2a6 6 0 0 0-.025.5q.001.253.025.5h-.93l.439 1.63a.5.5 0 0 0 .483.37h.591zM16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.003-1.108h-1.545l-.477-1.532a.494.494 0 0 0-.952 0l-.477 1.532H9.001c-.485 0-.686.647-.294.944l1.25.947l-.477 1.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.102.77-.583l-.477-1.532l1.25-.947h-.002c.393-.297.191-.944-.294-.944"/></svg>

React

import type { SVGProps } from "react";

export function CodiconLightbulbAutofix(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.607 14c.183.357.4.693.654 1H6.017a1.5 1.5 0 0 1-1.449-1.11l-.94-3.491c-.03-.113-.221-.331-.404-.542c-.587-.673-1.474-1.689-1.474-3.606C1.75 2.964 4.419 1 7 1c2.828 0 5.125 2.252 5.23 5.054A5.5 5.5 0 0 0 11.5 6c-.092 0-.183.009-.274.014C11.101 3.782 9.263 2 7 2C4.911 2 2.75 3.59 2.75 6.25c0 1.542.68 2.322 1.227 2.949c.282.323.526.603.617.939l.232.861h1.2a6 6 0 0 0-.025.5q.001.253.025.5h-.93l.439 1.63a.5.5 0 0 0 .483.37h.591zM16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.003-1.108h-1.545l-.477-1.532a.494.494 0 0 0-.952 0l-.477 1.532H9.001c-.485 0-.686.647-.294.944l1.25.947l-.477 1.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.102.77-.583l-.477-1.532l1.25-.947h-.002c.393-.297.191-.944-.294-.944"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.607 14c.183.357.4.693.654 1H6.017a1.5 1.5 0 0 1-1.449-1.11l-.94-3.491c-.03-.113-.221-.331-.404-.542c-.587-.673-1.474-1.689-1.474-3.606C1.75 2.964 4.419 1 7 1c2.828 0 5.125 2.252 5.23 5.054A5.5 5.5 0 0 0 11.5 6c-.092 0-.183.009-.274.014C11.101 3.782 9.263 2 7 2C4.911 2 2.75 3.59 2.75 6.25c0 1.542.68 2.322 1.227 2.949c.282.323.526.603.617.939l.232.861h1.2a6 6 0 0 0-.025.5q.001.253.025.5h-.93l.439 1.63a.5.5 0 0 0 .483.37h.591zM16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.003-1.108h-1.545l-.477-1.532a.494.494 0 0 0-.952 0l-.477 1.532H9.001c-.485 0-.686.647-.294.944l1.25.947l-.477 1.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.102.77-.583l-.477-1.532l1.25-.947h-.002c.393-.297.191-.944-.294-.944"/></svg>
</template>

CSS

.icon-lightbulb-autofix {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.607%2014c.183.357.4.693.654%201H6.017a1.5%201.5%200%200%201-1.449-1.11l-.94-3.491c-.03-.113-.221-.331-.404-.542c-.587-.673-1.474-1.689-1.474-3.606C1.75%202.964%204.419%201%207%201c2.828%200%205.125%202.252%205.23%205.054A5.5%205.5%200%200%200%2011.5%206c-.092%200-.183.009-.274.014C11.101%203.782%209.263%202%207%202C4.911%202%202.75%203.59%202.75%206.25c0%201.542.68%202.322%201.227%202.949c.282.323.526.603.617.939l.232.861h1.2a6%206%200%200%200-.025.5q.001.253.025.5h-.93l.439%201.63a.5.5%200%200%200%20.483.37h.591zM16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.003-1.108h-1.545l-.477-1.532a.494.494%200%200%200-.952%200l-.477%201.532H9.001c-.485%200-.686.647-.294.944l1.25.947l-.477%201.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.102.77-.583l-.477-1.532l1.25-.947h-.002c.393-.297.191-.944-.294-.944%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.607%2014c.183.357.4.693.654%201H6.017a1.5%201.5%200%200%201-1.449-1.11l-.94-3.491c-.03-.113-.221-.331-.404-.542c-.587-.673-1.474-1.689-1.474-3.606C1.75%202.964%204.419%201%207%201c2.828%200%205.125%202.252%205.23%205.054A5.5%205.5%200%200%200%2011.5%206c-.092%200-.183.009-.274.014C11.101%203.782%209.263%202%207%202C4.911%202%202.75%203.59%202.75%206.25c0%201.542.68%202.322%201.227%202.949c.282.323.526.603.617.939l.232.861h1.2a6%206%200%200%200-.025.5q.001.253.025.5h-.93l.439%201.63a.5.5%200%200%200%20.483.37h.591zM16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.003-1.108h-1.545l-.477-1.532a.494.494%200%200%200-.952%200l-.477%201.532H9.001c-.485%200-.686.647-.294.944l1.25.947l-.477%201.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.102.77-.583l-.477-1.532l1.25-.947h-.002c.393-.297.191-.944-.294-.944%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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