Pointer Arrow Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The Pointer Arrow icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312524.svg" alt="Pointer Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312524.svg" alt="Pointer Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312524.svg" alt="Pointer Arrow icon" :width="24" :height="24" />
CSS background
.icon-pointer-arrow {
background-image: url('https://proicons.com/icon/312524.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <polygon points="21,17 21,16 21,15 20,15 19,15 19,14 19,13 18,13 17,13 17,12 17,11 16,11 15,11 15,10 15,9 14,9 14,8 13,8 13,7 12,7 11,7 11,8 10,8 10,9 9,9 9,10 9,11 8,11 7,11 7,12 7,13 6,13 5,13 5,14 5,15 4,15 3,15 3,16 3,17 2,17 2,18 2,19 3,19 4,19 5,19 5,18 5,17 6,17 7,17 7,16 7,15 8,15 9,15 9,14 9,13 10,13 11,13 11,12 11,11 12,11 13,11 13,12 13,13 14,13 15,13 15,14 15,15 16,15 17,15 17,16 17,17 18,17 19,17 19,18 19,19 20,19 21,19 22,19 22,18 22,17 "/> </svg>
Copied!