Ui Brightness Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Brightness 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/306736.svg" alt="Ui Brightness icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306736.svg" alt="Ui Brightness icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306736.svg" alt="Ui Brightness icon" :width="24" :height="24" />
CSS background
.icon-ui-brightness {
background-image: url('https://proicons.com/icon/306736.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="M198 499c0-167 136-304 303-303 167 0 303 137 303 304 0 166-136 302-302 302-170 0-305-134-304-303zm305-184v370c106-1 186-87 183-196-3-94-92-180-183-174zm346 188c0-49 31-81 77-81 45 1 75 35 74 86 0 45-32 78-76 78-45 0-76-34-75-83zm-55 380c-43 0-78-34-78-76 1-43 41-84 84-84 42 0 77 35 77 77-1 42-41 82-83 83zM505 0c47 0 80 31 81 76 0 43-34 74-78 76-55 2-85-39-85-76-1-44 34-76 82-76zM284 193c0 43-42 84-84 84s-77-36-76-78c0-42 43-83 84-82 42 1 76 35 76 76zm521 89c-43-1-83-41-82-84 0-42 35-76 78-75s82 42 82 85c-1 42-35 75-78 74zM202 876c-44 0-84-39-84-83 0-42 33-76 74-77 44-1 85 40 85 84 0 42-33 75-75 76zm212 47c1-43 35-76 80-76 47 0 83 33 83 77 0 43-35 76-81 76-48 0-82-32-82-77zM153 495c-1 48-34 82-78 81s-76-36-75-82 34-81 77-81c44 1 77 36 76 82z"/></svg>
Copied!