Ui Laoding Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Laoding 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/306768.svg" alt="Ui Laoding icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306768.svg" alt="Ui Laoding icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306768.svg" alt="Ui Laoding icon" :width="24" :height="24" />
CSS background
.icon-ui-laoding {
background-image: url('https://proicons.com/icon/306768.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 0c-50 0-91 41-91 91s41 91 91 91 91-41 91-91-41-91-91-91zm0 818c-50 0-91 41-91 91s41 91 91 91 91-41 91-91-41-91-91-91zm409-409c-50 0-91 41-91 91s41 91 91 91 91-41 91-91-41-91-91-91zm-727 91c0-50-40-91-91-91S0 450 0 500s41 91 91 91 91-41 91-91zm672-225c35-35 35-93 0-129-36-35-94-35-129 0-36 36-36 94 0 129 35 36 93 36 129 0zM146 725c-35 35-35 93 0 129 36 35 94 35 129 0 36-36 36-94 0-129-35-36-93-36-129 0zm579 0c-36 35-36 93 0 129 35 35 93 35 129 0 35-36 35-94 0-129-36-36-94-36-129 0zM275 275c36-35 36-93 0-129s-93-35-129 0c-35 36-35 94 0 129 36 36 94 36 129 0z"/></svg>
Copied!