Ui Flash Light Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Flash Light 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/306759.svg" alt="Ui Flash Light icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306759.svg" alt="Ui Flash Light icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306759.svg" alt="Ui Flash Light icon" :width="24" :height="24" />
CSS background
.icon-ui-flash-light {
background-image: url('https://proicons.com/icon/306759.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="M765 425c-5 24 5 44 25 64 27 27 77 50 53 96-26 47-68 87-129 93-40 4-75-7-104-36-84-83-169-164-250-249-73-77-44-197 54-241 24-11 41 0 56 17 35 39 72 62 131 65 100 6 164 89 164 191zM182 997c-59 1-148-65-172-128-23-59-6-110 39-154 84-83 168-166 250-251 20-21 32-22 53 1 59 62 120 122 182 182 18 17 20 28 1 47-89 86-176 175-264 262-26 27-58 38-89 41zm141-246c38-1 68-34 67-73-2-39-32-66-73-65-36 2-66 33-65 69 1 37 34 70 71 69zm628-458c27-1 40 12 46 33 8 24 0 44-23 52-34 12-70 21-105 28-25 5-40-12-46-35-5-21 0-41 22-49 36-12 73-20 106-29zM710 53c-9 32-17 67-30 101-10 25-33 24-55 18-23-6-32-23-27-45 7-32 14-65 25-97 7-23 26-32 51-25 23 6 36 19 36 48zm85 205c-26-1-39-12-49-28-11-18-4-33 8-46 21-22 42-44 64-64 20-19 41-18 60 1 19 18 24 41 4 60-29 28-51 64-87 77z"/></svg>
Copied!