cursor icon
cursor-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cursor-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M165.17 135.51a4 4 0 0 1 1.17-6.46l46.31-17.79l.16-.06a12 12 0 0 0-1.05-22.33L51.67 36.6A12 12 0 0 0 36.6 51.67l52.27 160.09a11.86 11.86 0 0 0 10.8 8.24h.58a11.86 11.86 0 0 0 11-7.19l.06-.16l17.79-46.31a4 4 0 0 1 6.47-1.17l51.31 51.32a12 12 0 0 0 17 0l12.69-12.69a12 12 0 0 0 0-17Zm45.66 62.63l-12.69 12.69a4 4 0 0 1-5.66 0l-51.31-51.31a12 12 0 0 0-8.48-3.52a12 12 0 0 0-2.24.21a12 12 0 0 0-8.77 7l-.06.16l-17.79 46.31a4 4 0 0 1-7.36-.42L44.2 49.19a4 4 0 0 1 5-5l160.07 52.28a4 4 0 0 1 .42 7.36l-46.31 17.78l-.16.07a12 12 0 0 0-3.71 19.49l51.32 51.31a4 4 0 0 1 0 5.66"/></svg>
React
import type { SVGProps } from "react";
export function PhCursorThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M165.17 135.51a4 4 0 0 1 1.17-6.46l46.31-17.79l.16-.06a12 12 0 0 0-1.05-22.33L51.67 36.6A12 12 0 0 0 36.6 51.67l52.27 160.09a11.86 11.86 0 0 0 10.8 8.24h.58a11.86 11.86 0 0 0 11-7.19l.06-.16l17.79-46.31a4 4 0 0 1 6.47-1.17l51.31 51.32a12 12 0 0 0 17 0l12.69-12.69a12 12 0 0 0 0-17Zm45.66 62.63l-12.69 12.69a4 4 0 0 1-5.66 0l-51.31-51.31a12 12 0 0 0-8.48-3.52a12 12 0 0 0-2.24.21a12 12 0 0 0-8.77 7l-.06.16l-17.79 46.31a4 4 0 0 1-7.36-.42L44.2 49.19a4 4 0 0 1 5-5l160.07 52.28a4 4 0 0 1 .42 7.36l-46.31 17.78l-.16.07a12 12 0 0 0-3.71 19.49l51.32 51.31a4 4 0 0 1 0 5.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M165.17 135.51a4 4 0 0 1 1.17-6.46l46.31-17.79l.16-.06a12 12 0 0 0-1.05-22.33L51.67 36.6A12 12 0 0 0 36.6 51.67l52.27 160.09a11.86 11.86 0 0 0 10.8 8.24h.58a11.86 11.86 0 0 0 11-7.19l.06-.16l17.79-46.31a4 4 0 0 1 6.47-1.17l51.31 51.32a12 12 0 0 0 17 0l12.69-12.69a12 12 0 0 0 0-17Zm45.66 62.63l-12.69 12.69a4 4 0 0 1-5.66 0l-51.31-51.31a12 12 0 0 0-8.48-3.52a12 12 0 0 0-2.24.21a12 12 0 0 0-8.77 7l-.06.16l-17.79 46.31a4 4 0 0 1-7.36-.42L44.2 49.19a4 4 0 0 1 5-5l160.07 52.28a4 4 0 0 1 .42 7.36l-46.31 17.78l-.16.07a12 12 0 0 0-3.71 19.49l51.32 51.31a4 4 0 0 1 0 5.66"/></svg> </template>
CSS
.icon-cursor-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M165.17%20135.51a4%204%200%200%201%201.17-6.46l46.31-17.79l.16-.06a12%2012%200%200%200-1.05-22.33L51.67%2036.6A12%2012%200%200%200%2036.6%2051.67l52.27%20160.09a11.86%2011.86%200%200%200%2010.8%208.24h.58a11.86%2011.86%200%200%200%2011-7.19l.06-.16l17.79-46.31a4%204%200%200%201%206.47-1.17l51.31%2051.32a12%2012%200%200%200%2017%200l12.69-12.69a12%2012%200%200%200%200-17Zm45.66%2062.63l-12.69%2012.69a4%204%200%200%201-5.66%200l-51.31-51.31a12%2012%200%200%200-8.48-3.52a12%2012%200%200%200-2.24.21a12%2012%200%200%200-8.77%207l-.06.16l-17.79%2046.31a4%204%200%200%201-7.36-.42L44.2%2049.19a4%204%200%200%201%205-5l160.07%2052.28a4%204%200%200%201%20.42%207.36l-46.31%2017.78l-.16.07a12%2012%200%200%200-3.71%2019.49l51.32%2051.31a4%204%200%200%201%200%205.66%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M165.17%20135.51a4%204%200%200%201%201.17-6.46l46.31-17.79l.16-.06a12%2012%200%200%200-1.05-22.33L51.67%2036.6A12%2012%200%200%200%2036.6%2051.67l52.27%20160.09a11.86%2011.86%200%200%200%2010.8%208.24h.58a11.86%2011.86%200%200%200%2011-7.19l.06-.16l17.79-46.31a4%204%200%200%201%206.47-1.17l51.31%2051.32a12%2012%200%200%200%2017%200l12.69-12.69a12%2012%200%200%200%200-17Zm45.66%2062.63l-12.69%2012.69a4%204%200%200%201-5.66%200l-51.31-51.31a12%2012%200%200%200-8.48-3.52a12%2012%200%200%200-2.24.21a12%2012%200%200%200-8.77%207l-.06.16l-17.79%2046.31a4%204%200%200%201-7.36-.42L44.2%2049.19a4%204%200%200%201%205-5l160.07%2052.28a4%204%200%200%201%20.42%207.36l-46.31%2017.78l-.16.07a12%2012%200%200%200-3.71%2019.49l51.32%2051.31a4%204%200%200%201%200%205.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cursor-thin.svg?color=%231a73e8&size=48