Test Bulb Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Test Bulb 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/306655.svg" alt="Test Bulb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306655.svg" alt="Test Bulb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306655.svg" alt="Test Bulb icon" :width="24" :height="24" />
CSS background
.icon-test-bulb {
background-image: url('https://proicons.com/icon/306655.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 0h61c45 0 83 30 93 74 9 43-12 86-53 105-6 3-8 5-8 12v126c0 7 3 9 9 11 128 45 209 133 235 266 37 183-87 364-270 400-172 33-342-67-395-233-57-181 42-373 223-432 8-2 11-6 11-15 0-42 0-84 1-127 0-6-5-6-8-8-32-15-51-40-55-76-6-54 37-102 91-103h65zm31 252V137c0-8 1-12 10-11 7 1 14 1 21 0 17 0 31-14 31-30 1-18-11-33-30-33-42-1-84-1-127 0-17 0-30 14-30 31s13 29 31 30c7 1 15 1 22 0 8 0 10 2 10 10v232c0 9-2 12-11 13-189 27-296 236-207 407 55 106 170 165 289 148 151-21 257-159 239-311-14-125-113-227-238-244-8-1-10-4-10-12V252zm-30 623c-110 0-202-80-218-187-5-36-1-71 11-105 2-6 3-7 9-3 69 45 139 38 198-19 50-47 116-58 174-29 5 3 9 6 12 10 81 136-1 309-157 331-10 1-20 3-29 2z"/></svg>
Copied!