Ui Power Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Power 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/306790.svg" alt="Ui Power icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306790.svg" alt="Ui Power icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306790.svg" alt="Ui Power icon" :width="24" :height="24" />
CSS background
.icon-ui-power {
background-image: url('https://proicons.com/icon/306790.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="M685 180v173c61 52 100 129 100 216 0 157-127 285-285 285S216 726 216 569c0-87 39-164 100-216V180C170 249 70 397 70 569c0 238 192 431 430 431s431-193 431-431c0-172-101-320-246-389zM495 490h10c45 0 81-37 81-81V81c0-45-36-81-81-81h-10c-44 0-80 36-80 81v328c0 44 36 81 80 81z"/></svg>
Copied!