Ui Previous Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Previous 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/306792.svg" alt="Ui Previous icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306792.svg" alt="Ui Previous icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306792.svg" alt="Ui Previous icon" :width="24" :height="24" />
CSS background
.icon-ui-previous {
background-image: url('https://proicons.com/icon/306792.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="M998 507h-2c0-94 6-188-2-281-7-85-70-115-138-69-101 69-200 142-299 216 1-49 1-99-4-147-7-85-70-115-137-69-125 85-247 176-368 267-64 48-64 105-1 152 117 90 236 179 358 262 80 54 143 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-260z"/></svg>
Copied!