Lightbulb Autofix Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Lightbulb Autofix icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307266.svg" alt="Lightbulb Autofix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307266.svg" alt="Lightbulb Autofix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307266.svg" alt="Lightbulb Autofix icon" :width="24" :height="24" />
CSS background
.icon-lightbulb-autofix {
background-image: url('https://proicons.com/icon/307266.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 6.99998C9.015 6.99998 7 9.01498 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.01498 13.985 6.99998 11.5 6.99998ZM14.293 11.336L13.043 12.283L13.52 13.815C13.67 14.296 13.142 14.695 12.75 14.398L11.5 13.451L10.25 14.398C9.858 14.695 9.33 14.295 9.48 13.815L9.957 12.283L8.707 11.336C8.315 11.039 8.516 10.392 9.001 10.392H10.546L11.023 8.85998C11.173 8.37898 11.825 8.37898 11.975 8.85998L12.452 10.392H13.997C14.482 10.392 14.684 11.039 14.291 11.336H14.293ZM5.361 13C5.253 12.999 5.148 12.964 5.061 12.9C4.989 12.85 4.933 12.781 4.9 12.7L4.733 12H6.022C6.007 11.835 6 11.669 6 11.5C6 11.331 6.012 11.165 6.027 11H4.494L4.145 9.53598L4.045 9.43598C3.185 8.70598 2.633 7.67698 2.5 6.55598C2.514 5.60698 2.887 4.69898 3.543 4.01298C3.864 3.68798 4.247 3.43198 4.669 3.25798C5.091 3.08398 5.544 2.99598 6 2.99998C6.927 2.99598 7.82 3.35398 8.486 3.99998C8.807 4.30898 9.062 4.67998 9.236 5.08998C9.408 5.49598 9.498 5.93298 9.5 6.37498C9.817 6.25098 10.148 6.15598 10.49 6.09298C10.457 5.61498 10.344 5.14498 10.156 4.70198C9.93 4.16898 9.598 3.68698 9.182 3.28498C8.33 2.45798 7.188 1.99698 6 1.99998C5.411 1.99598 4.828 2.10998 4.284 2.33498C3.74 2.55998 3.247 2.89198 2.833 3.30998C1.995 4.17998 1.518 5.33598 1.5 6.54398V6.58198C1.625 7.91098 2.245 9.14398 3.237 10.037L3.937 12.978L3.945 13C4.043 13.289 4.23 13.54 4.479 13.717C4.736 13.901 5.045 14 5.362 14H6.6C6.438 13.683 6.306 13.349 6.207 13H5.361Z"/></svg>
Copied!