cursor icon
cursor from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- cursor
- Set
- Phosphor
- Style
- Regular
- 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="M168 132.69L214.08 115l.33-.13a16 16 0 0 0-1.41-29.8L52.92 32.8A15.95 15.95 0 0 0 32.8 52.92L85.07 213a15.82 15.82 0 0 0 14.41 11h.78a15.84 15.84 0 0 0 14.61-9.59l.13-.33L132.69 168L184 219.31a16 16 0 0 0 22.63 0l12.68-12.68a16 16 0 0 0 0-22.63ZM195.31 208L144 156.69a16 16 0 0 0-26 4.93c0 .11-.09.22-.13.32l-17.65 46L48 48l159.85 52.2l-45.95 17.64l-.32.13a16 16 0 0 0-4.93 26L208 195.31Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCursor(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="M168 132.69L214.08 115l.33-.13a16 16 0 0 0-1.41-29.8L52.92 32.8A15.95 15.95 0 0 0 32.8 52.92L85.07 213a15.82 15.82 0 0 0 14.41 11h.78a15.84 15.84 0 0 0 14.61-9.59l.13-.33L132.69 168L184 219.31a16 16 0 0 0 22.63 0l12.68-12.68a16 16 0 0 0 0-22.63ZM195.31 208L144 156.69a16 16 0 0 0-26 4.93c0 .11-.09.22-.13.32l-17.65 46L48 48l159.85 52.2l-45.95 17.64l-.32.13a16 16 0 0 0-4.93 26L208 195.31Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 132.69L214.08 115l.33-.13a16 16 0 0 0-1.41-29.8L52.92 32.8A15.95 15.95 0 0 0 32.8 52.92L85.07 213a15.82 15.82 0 0 0 14.41 11h.78a15.84 15.84 0 0 0 14.61-9.59l.13-.33L132.69 168L184 219.31a16 16 0 0 0 22.63 0l12.68-12.68a16 16 0 0 0 0-22.63ZM195.31 208L144 156.69a16 16 0 0 0-26 4.93c0 .11-.09.22-.13.32l-17.65 46L48 48l159.85 52.2l-45.95 17.64l-.32.13a16 16 0 0 0-4.93 26L208 195.31Z"/></svg> </template>
CSS
.icon-cursor {
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%22M168%20132.69L214.08%20115l.33-.13a16%2016%200%200%200-1.41-29.8L52.92%2032.8A15.95%2015.95%200%200%200%2032.8%2052.92L85.07%20213a15.82%2015.82%200%200%200%2014.41%2011h.78a15.84%2015.84%200%200%200%2014.61-9.59l.13-.33L132.69%20168L184%20219.31a16%2016%200%200%200%2022.63%200l12.68-12.68a16%2016%200%200%200%200-22.63ZM195.31%20208L144%20156.69a16%2016%200%200%200-26%204.93c0%20.11-.09.22-.13.32l-17.65%2046L48%2048l159.85%2052.2l-45.95%2017.64l-.32.13a16%2016%200%200%200-4.93%2026L208%20195.31Z%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%22M168%20132.69L214.08%20115l.33-.13a16%2016%200%200%200-1.41-29.8L52.92%2032.8A15.95%2015.95%200%200%200%2032.8%2052.92L85.07%20213a15.82%2015.82%200%200%200%2014.41%2011h.78a15.84%2015.84%200%200%200%2014.61-9.59l.13-.33L132.69%20168L184%20219.31a16%2016%200%200%200%2022.63%200l12.68-12.68a16%2016%200%200%200%200-22.63ZM195.31%20208L144%20156.69a16%2016%200%200%200-26%204.93c0%20.11-.09.22-.13.32l-17.65%2046L48%2048l159.85%2052.2l-45.95%2017.64l-.32.13a16%2016%200%200%200-4.93%2026L208%20195.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cursor.svg?color=%231a73e8&size=48