cursor icon
cursor-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- cursor-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M213.66 201L201 213.66a8 8 0 0 1-11.31 0l-51.31-51.31a8 8 0 0 0-13 2.46l-17.82 46.41a8 8 0 0 1-14.85-.71L40.41 50.44a8 8 0 0 1 10-10l160.1 52.24a8 8 0 0 1 .71 14.85l-46.41 17.82a8 8 0 0 0-2.46 13l51.31 51.31a8 8 0 0 1 0 11.34" opacity=".2"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCursorDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.66 201L201 213.66a8 8 0 0 1-11.31 0l-51.31-51.31a8 8 0 0 0-13 2.46l-17.82 46.41a8 8 0 0 1-14.85-.71L40.41 50.44a8 8 0 0 1 10-10l160.1 52.24a8 8 0 0 1 .71 14.85l-46.41 17.82a8 8 0 0 0-2.46 13l51.31 51.31a8 8 0 0 1 0 11.34" opacity=".2"/><path 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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.66 201L201 213.66a8 8 0 0 1-11.31 0l-51.31-51.31a8 8 0 0 0-13 2.46l-17.82 46.41a8 8 0 0 1-14.85-.71L40.41 50.44a8 8 0 0 1 10-10l160.1 52.24a8 8 0 0 1 .71 14.85l-46.41 17.82a8 8 0 0 0-2.46 13l51.31 51.31a8 8 0 0 1 0 11.34" opacity=".2"/><path 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"/></g></svg> </template>
CSS
.icon-cursor-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M213.66%20201L201%20213.66a8%208%200%200%201-11.31%200l-51.31-51.31a8%208%200%200%200-13%202.46l-17.82%2046.41a8%208%200%200%201-14.85-.71L40.41%2050.44a8%208%200%200%201%2010-10l160.1%2052.24a8%208%200%200%201%20.71%2014.85l-46.41%2017.82a8%208%200%200%200-2.46%2013l51.31%2051.31a8%208%200%200%201%200%2011.34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M213.66%20201L201%20213.66a8%208%200%200%201-11.31%200l-51.31-51.31a8%208%200%200%200-13%202.46l-17.82%2046.41a8%208%200%200%201-14.85-.71L40.41%2050.44a8%208%200%200%201%2010-10l160.1%2052.24a8%208%200%200%201%20.71%2014.85l-46.41%2017.82a8%208%200%200%200-2.46%2013l51.31%2051.31a8%208%200%200%201%200%2011.34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cursor-duotone.svg?color=%231a73e8&size=48