cursor icon logo
cursor-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- cursor-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×292
- License
- CC0
Use the cursor icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#26251e" d="M250.894 69.075L134.06 1.622a12.14 12.14 0 0 0-12.133 0L5.101 69.075A10.2 10.2 0 0 0 0 77.911v136.02a10.21 10.21 0 0 0 5.1 8.835l116.834 67.453a12.14 12.14 0 0 0 12.132 0L250.9 222.766a10.2 10.2 0 0 0 5.1-8.836V77.911a10.21 10.21 0 0 0-5.1-8.836zm-7.34 14.288L130.77 278.712c-.763 1.316-2.775.778-2.775-.746V150.053a7.17 7.17 0 0 0-3.582-6.203L13.64 79.897c-1.317-.763-.779-2.776.746-2.776h225.57c3.203 0 5.205 3.472 3.603 6.248h-.005z"/></svg>
React
import type { SVGProps } from "react";
export function LogosCursorIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#26251e" d="M250.894 69.075L134.06 1.622a12.14 12.14 0 0 0-12.133 0L5.101 69.075A10.2 10.2 0 0 0 0 77.911v136.02a10.21 10.21 0 0 0 5.1 8.835l116.834 67.453a12.14 12.14 0 0 0 12.132 0L250.9 222.766a10.2 10.2 0 0 0 5.1-8.836V77.911a10.21 10.21 0 0 0-5.1-8.836zm-7.34 14.288L130.77 278.712c-.763 1.316-2.775.778-2.775-.746V150.053a7.17 7.17 0 0 0-3.582-6.203L13.64 79.897c-1.317-.763-.779-2.776.746-2.776h225.57c3.203 0 5.205 3.472 3.603 6.248h-.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#26251e" d="M250.894 69.075L134.06 1.622a12.14 12.14 0 0 0-12.133 0L5.101 69.075A10.2 10.2 0 0 0 0 77.911v136.02a10.21 10.21 0 0 0 5.1 8.835l116.834 67.453a12.14 12.14 0 0 0 12.132 0L250.9 222.766a10.2 10.2 0 0 0 5.1-8.836V77.911a10.21 10.21 0 0 0-5.1-8.836zm-7.34 14.288L130.77 278.712c-.763 1.316-2.775.778-2.775-.746V150.053a7.17 7.17 0 0 0-3.582-6.203L13.64 79.897c-1.317-.763-.779-2.776.746-2.776h225.57c3.203 0 5.205 3.472 3.603 6.248h-.005z"/></svg> </template>
CSS
.icon-cursor-icon {
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%20292%22%3E%3Cpath%20fill%3D%22%2326251e%22%20d%3D%22M250.894%2069.075L134.06%201.622a12.14%2012.14%200%200%200-12.133%200L5.101%2069.075A10.2%2010.2%200%200%200%200%2077.911v136.02a10.21%2010.21%200%200%200%205.1%208.835l116.834%2067.453a12.14%2012.14%200%200%200%2012.132%200L250.9%20222.766a10.2%2010.2%200%200%200%205.1-8.836V77.911a10.21%2010.21%200%200%200-5.1-8.836zm-7.34%2014.288L130.77%20278.712c-.763%201.316-2.775.778-2.775-.746V150.053a7.17%207.17%200%200%200-3.582-6.203L13.64%2079.897c-1.317-.763-.779-2.776.746-2.776h225.57c3.203%200%205.205%203.472%203.603%206.248h-.005z%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%20292%22%3E%3Cpath%20fill%3D%22%2326251e%22%20d%3D%22M250.894%2069.075L134.06%201.622a12.14%2012.14%200%200%200-12.133%200L5.101%2069.075A10.2%2010.2%200%200%200%200%2077.911v136.02a10.21%2010.21%200%200%200%205.1%208.835l116.834%2067.453a12.14%2012.14%200%200%200%2012.132%200L250.9%20222.766a10.2%2010.2%200%200%200%205.1-8.836V77.911a10.21%2010.21%200%200%200-5.1-8.836zm-7.34%2014.288L130.77%20278.712c-.763%201.316-2.775.778-2.775-.746V150.053a7.17%207.17%200%200%200-3.582-6.203L13.64%2079.897c-1.317-.763-.779-2.776.746-2.776h225.57c3.203%200%205.205%203.472%203.603%206.248h-.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/cursor-icon.svg?color=%231a73e8&size=48