Ui Pointer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Pointer 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/306789.svg" alt="Ui Pointer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306789.svg" alt="Ui Pointer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306789.svg" alt="Ui Pointer icon" :width="24" :height="24" />
CSS background
.icon-ui-pointer {
background-image: url('https://proicons.com/icon/306789.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 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm79 849V690c0-19-16-35-35-35h-88c-19 0-35 16-35 35v159c-134-30-240-136-270-270h159c19 0 35-16 35-35v-88c0-19-16-35-35-35H151c30-134 136-240 270-271v160c0 19 16 35 35 35h88c19 0 35-16 35-35V150c134 31 240 137 271 271H690c-19 0-35 16-35 35v88c0 19 16 35 35 35h160c-31 134-137 240-271 270z"/></svg>
Copied!