Ui Rotation Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Rotation 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/306800.svg" alt="Ui Rotation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306800.svg" alt="Ui Rotation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306800.svg" alt="Ui Rotation icon" :width="24" :height="24" />
CSS background
.icon-ui-rotation {
background-image: url('https://proicons.com/icon/306800.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="M172 494c0-48 12-97 33-141h2c15-30 35-59 61-84 110-111 279-126 406-47L567 329l416 87-45-222L896 0l-99 99C602-46 325-31 148 146 61 234 13 345 4 459l168 35zm657 13c-1 48-12 96-34 140h-1c-15 30-36 59-61 84-110 111-279 126-406 47l105-106-415-88 29 144 59 272 99-99c195 145 472 130 649-47 87-87 134-198 143-312l-167-35z"/></svg>
Copied!