Ui Next Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Next 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/306782.svg" alt="Ui Next icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306782.svg" alt="Ui Next icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306782.svg" alt="Ui Next icon" :width="24" :height="24" />
CSS background
.icon-ui-next {
background-image: url('https://proicons.com/icon/306782.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="M954 424c-118-90-237-179-359-262-80-54-142-24-151 71-3 45-4 91-3 136-94-71-189-141-287-207-79-54-142-24-150 71-8 86-2 173-2 260h2c0 94-6 188 2 281 7 85 70 115 138 69 101-69 200-142 299-216-1 49-1 98 4 147 7 85 70 115 138 69 125-85 246-176 367-267 64-48 64-105 2-152z"/></svg>
Copied!