pointer from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
pointer
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M511.6 128a64.4 64.4 0 0 0-64.4 64.4V709L274 571a94 94 0 0 0-112.8-3.5a44.4 44.4 0 0 0-9 62.2l180.6 240.8A64 64 0 0 0 384 896h512V575.2a64 64 0 0 0-45.6-61.3l-206-61.7a96 96 0 0 1-68.4-92V192.4a64.4 64.4 0 0 0-64.4-64.4M359 556.8l24.2 19.2V192.4a128.4 128.4 0 1 1 256.8 0v167.8a32 32 0 0 0 22.8 30.6l206 61.8A128 128 0 0 1 960 575.2V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.1 668A108.4 108.4 0 0 1 128 512.5a158 158 0 0 1 186 8.3z"/></svg>

React

import type { SVGProps } from "react";

export function EpPointer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M511.6 128a64.4 64.4 0 0 0-64.4 64.4V709L274 571a94 94 0 0 0-112.8-3.5a44.4 44.4 0 0 0-9 62.2l180.6 240.8A64 64 0 0 0 384 896h512V575.2a64 64 0 0 0-45.6-61.3l-206-61.7a96 96 0 0 1-68.4-92V192.4a64.4 64.4 0 0 0-64.4-64.4M359 556.8l24.2 19.2V192.4a128.4 128.4 0 1 1 256.8 0v167.8a32 32 0 0 0 22.8 30.6l206 61.8A128 128 0 0 1 960 575.2V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.1 668A108.4 108.4 0 0 1 128 512.5a158 158 0 0 1 186 8.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M511.6 128a64.4 64.4 0 0 0-64.4 64.4V709L274 571a94 94 0 0 0-112.8-3.5a44.4 44.4 0 0 0-9 62.2l180.6 240.8A64 64 0 0 0 384 896h512V575.2a64 64 0 0 0-45.6-61.3l-206-61.7a96 96 0 0 1-68.4-92V192.4a64.4 64.4 0 0 0-64.4-64.4M359 556.8l24.2 19.2V192.4a128.4 128.4 0 1 1 256.8 0v167.8a32 32 0 0 0 22.8 30.6l206 61.8A128 128 0 0 1 960 575.2V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.1 668A108.4 108.4 0 0 1 128 512.5a158 158 0 0 1 186 8.3z"/></svg>
</template>

CSS

.icon-pointer {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M511.6%20128a64.4%2064.4%200%200%200-64.4%2064.4V709L274%20571a94%2094%200%200%200-112.8-3.5a44.4%2044.4%200%200%200-9%2062.2l180.6%20240.8A64%2064%200%200%200%20384%20896h512V575.2a64%2064%200%200%200-45.6-61.3l-206-61.7a96%2096%200%200%201-68.4-92V192.4a64.4%2064.4%200%200%200-64.4-64.4M359%20556.8l24.2%2019.2V192.4a128.4%20128.4%200%201%201%20256.8%200v167.8a32%2032%200%200%200%2022.8%2030.6l206%2061.8A128%20128%200%200%201%20960%20575.2V896a64%2064%200%200%201-64%2064H384a128%20128%200%200%201-102.4-51.2L101.1%20668A108.4%20108.4%200%200%201%20128%20512.5a158%20158%200%200%201%20186%208.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M511.6%20128a64.4%2064.4%200%200%200-64.4%2064.4V709L274%20571a94%2094%200%200%200-112.8-3.5a44.4%2044.4%200%200%200-9%2062.2l180.6%20240.8A64%2064%200%200%200%20384%20896h512V575.2a64%2064%200%200%200-45.6-61.3l-206-61.7a96%2096%200%200%201-68.4-92V192.4a64.4%2064.4%200%200%200-64.4-64.4M359%20556.8l24.2%2019.2V192.4a128.4%20128.4%200%201%201%20256.8%200v167.8a32%2032%200%200%200%2022.8%2030.6l206%2061.8A128%20128%200%200%201%20960%20575.2V896a64%2064%200%200%201-64%2064H384a128%20128%200%200%201-102.4-51.2L101.1%20668A108.4%20108.4%200%200%201%20128%20512.5a158%20158%200%200%201%20186%208.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/pointer.svg?color=%231a73e8&size=48