cursor icon
cursor-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- cursor-bold
- Set
- Phosphor
- Style
- Bold
- 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="m224.15 179.17l-46.83-46.82l37.93-13.51l.76-.3a20 20 0 0 0-1.76-37.27L54.16 29A20 20 0 0 0 29 54.16l52.27 160.08a20 20 0 0 0 37.27 1.76c.11-.25.21-.5.3-.76l13.51-37.92l46.83 46.82a20 20 0 0 0 28.28 0l16.69-16.68a20 20 0 0 0 0-28.29m-30.83 25.17l-48.48-48.48A20 20 0 0 0 130.7 150a20.7 20.7 0 0 0-3.74.35A20 20 0 0 0 112.35 162c-.11.25-.21.5-.3.76L100.4 195.5L54.29 54.29l141.21 46.1l-32.71 11.66c-.26.09-.51.19-.76.3a20 20 0 0 0-6.17 32.48l48.49 48.48Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCursorBold(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="m224.15 179.17l-46.83-46.82l37.93-13.51l.76-.3a20 20 0 0 0-1.76-37.27L54.16 29A20 20 0 0 0 29 54.16l52.27 160.08a20 20 0 0 0 37.27 1.76c.11-.25.21-.5.3-.76l13.51-37.92l46.83 46.82a20 20 0 0 0 28.28 0l16.69-16.68a20 20 0 0 0 0-28.29m-30.83 25.17l-48.48-48.48A20 20 0 0 0 130.7 150a20.7 20.7 0 0 0-3.74.35A20 20 0 0 0 112.35 162c-.11.25-.21.5-.3.76L100.4 195.5L54.29 54.29l141.21 46.1l-32.71 11.66c-.26.09-.51.19-.76.3a20 20 0 0 0-6.17 32.48l48.49 48.48Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m224.15 179.17l-46.83-46.82l37.93-13.51l.76-.3a20 20 0 0 0-1.76-37.27L54.16 29A20 20 0 0 0 29 54.16l52.27 160.08a20 20 0 0 0 37.27 1.76c.11-.25.21-.5.3-.76l13.51-37.92l46.83 46.82a20 20 0 0 0 28.28 0l16.69-16.68a20 20 0 0 0 0-28.29m-30.83 25.17l-48.48-48.48A20 20 0 0 0 130.7 150a20.7 20.7 0 0 0-3.74.35A20 20 0 0 0 112.35 162c-.11.25-.21.5-.3.76L100.4 195.5L54.29 54.29l141.21 46.1l-32.71 11.66c-.26.09-.51.19-.76.3a20 20 0 0 0-6.17 32.48l48.49 48.48Z"/></svg> </template>
CSS
.icon-cursor-bold {
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%22m224.15%20179.17l-46.83-46.82l37.93-13.51l.76-.3a20%2020%200%200%200-1.76-37.27L54.16%2029A20%2020%200%200%200%2029%2054.16l52.27%20160.08a20%2020%200%200%200%2037.27%201.76c.11-.25.21-.5.3-.76l13.51-37.92l46.83%2046.82a20%2020%200%200%200%2028.28%200l16.69-16.68a20%2020%200%200%200%200-28.29m-30.83%2025.17l-48.48-48.48A20%2020%200%200%200%20130.7%20150a20.7%2020.7%200%200%200-3.74.35A20%2020%200%200%200%20112.35%20162c-.11.25-.21.5-.3.76L100.4%20195.5L54.29%2054.29l141.21%2046.1l-32.71%2011.66c-.26.09-.51.19-.76.3a20%2020%200%200%200-6.17%2032.48l48.49%2048.48Z%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%22m224.15%20179.17l-46.83-46.82l37.93-13.51l.76-.3a20%2020%200%200%200-1.76-37.27L54.16%2029A20%2020%200%200%200%2029%2054.16l52.27%20160.08a20%2020%200%200%200%2037.27%201.76c.11-.25.21-.5.3-.76l13.51-37.92l46.83%2046.82a20%2020%200%200%200%2028.28%200l16.69-16.68a20%2020%200%200%200%200-28.29m-30.83%2025.17l-48.48-48.48A20%2020%200%200%200%20130.7%20150a20.7%2020.7%200%200%200-3.74.35A20%2020%200%200%200%20112.35%20162c-.11.25-.21.5-.3.76L100.4%20195.5L54.29%2054.29l141.21%2046.1l-32.71%2011.66c-.26.09-.51.19-.76.3a20%2020%200%200%200-6.17%2032.48l48.49%2048.48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cursor-bold.svg?color=%231a73e8&size=48