pointer icon
pointer-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.
- Name
- pointer-filled
- Set
- Reicon
- Style
- Filled
- Category
- Map
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All pointer icons →More map icons from Reicon
Use the pointer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.205 8.337L4.975 2.772a1.7 1.7 0 0 0-1.804.4a1.7 1.7 0 0 0-.398 1.803l5.566 15.23c.25.69.88 1.128 1.61 1.128h.036a1.69 1.69 0 0 0 1.6-1.193l2.075-6.48l6.479-2.073a1.7 1.7 0 0 0 1.194-1.602a1.7 1.7 0 0 0-1.128-1.648"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPointerFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.205 8.337L4.975 2.772a1.7 1.7 0 0 0-1.804.4a1.7 1.7 0 0 0-.398 1.803l5.566 15.23c.25.69.88 1.128 1.61 1.128h.036a1.69 1.69 0 0 0 1.6-1.193l2.075-6.48l6.479-2.073a1.7 1.7 0 0 0 1.194-1.602a1.7 1.7 0 0 0-1.128-1.648"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.205 8.337L4.975 2.772a1.7 1.7 0 0 0-1.804.4a1.7 1.7 0 0 0-.398 1.803l5.566 15.23c.25.69.88 1.128 1.61 1.128h.036a1.69 1.69 0 0 0 1.6-1.193l2.075-6.48l6.479-2.073a1.7 1.7 0 0 0 1.194-1.602a1.7 1.7 0 0 0-1.128-1.648"/></svg> </template>
CSS
.icon-pointer-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.205%208.337L4.975%202.772a1.7%201.7%200%200%200-1.804.4a1.7%201.7%200%200%200-.398%201.803l5.566%2015.23c.25.69.88%201.128%201.61%201.128h.036a1.69%201.69%200%200%200%201.6-1.193l2.075-6.48l6.479-2.073a1.7%201.7%200%200%200%201.194-1.602a1.7%201.7%200%200%200-1.128-1.648%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.205%208.337L4.975%202.772a1.7%201.7%200%200%200-1.804.4a1.7%201.7%200%200%200-.398%201.803l5.566%2015.23c.25.69.88%201.128%201.61%201.128h.036a1.69%201.69%200%200%200%201.6-1.193l2.075-6.48l6.479-2.073a1.7%201.7%200%200%200%201.194-1.602a1.7%201.7%200%200%200-1.128-1.648%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pointer-filled.svg?color=%231a73e8&size=48