cursor icon

cursor-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
cursor-bold-duotone
Set
Solar
Style
Bold Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.4334 16.4643L12.6361 15.2616L15.2616 12.6361L16.4643 11.4334C17.6955 10.2022 18.3111 9.58656 18.1658 8.92489C18.0204 8.26322 17.2035 7.96225 15.5696 7.3603L10.1205 5.35271C6.86106 4.15187 5.23136 3.55146 4.39141 4.39141C3.55146 5.23136 4.15187 6.86106 5.3527 10.1205L7.3603 15.5696C7.96225 17.2035 8.26322 18.0204 8.92489 18.1658C9.58656 18.3111 10.2022 17.6955 11.4334 16.4643Z" clip-rule="evenodd"/><path d="M12.6357 15.2618L16.574 19.2001C16.9818 19.6079 17.1857 19.8117 17.4132 19.906C17.7164 20.0316 18.0572 20.0316 18.3605 19.906C18.5879 19.8117 18.7918 19.6078 19.1996 19.2001C19.6074 18.7923 19.8113 18.5884 19.9055 18.3609C20.0311 18.0577 20.0311 17.7169 19.9055 17.4137C19.8113 17.1862 19.6074 16.9823 19.1996 16.5745L15.2613 12.6362L12.6357 15.2618Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCursorBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11.4334 16.4643L12.6361 15.2616L15.2616 12.6361L16.4643 11.4334C17.6955 10.2022 18.3111 9.58656 18.1658 8.92489C18.0204 8.26322 17.2035 7.96225 15.5696 7.3603L10.1205 5.35271C6.86106 4.15187 5.23136 3.55146 4.39141 4.39141C3.55146 5.23136 4.15187 6.86106 5.3527 10.1205L7.3603 15.5696C7.96225 17.2035 8.26322 18.0204 8.92489 18.1658C9.58656 18.3111 10.2022 17.6955 11.4334 16.4643Z" clipRule="evenodd"/><path d="M12.6357 15.2618L16.574 19.2001C16.9818 19.6079 17.1857 19.8117 17.4132 19.906C17.7164 20.0316 18.0572 20.0316 18.3605 19.906C18.5879 19.8117 18.7918 19.6078 19.1996 19.2001C19.6074 18.7923 19.8113 18.5884 19.9055 18.3609C20.0311 18.0577 20.0311 17.7169 19.9055 17.4137C19.8113 17.1862 19.6074 16.9823 19.1996 16.5745L15.2613 12.6362L12.6357 15.2618Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.4334 16.4643L12.6361 15.2616L15.2616 12.6361L16.4643 11.4334C17.6955 10.2022 18.3111 9.58656 18.1658 8.92489C18.0204 8.26322 17.2035 7.96225 15.5696 7.3603L10.1205 5.35271C6.86106 4.15187 5.23136 3.55146 4.39141 4.39141C3.55146 5.23136 4.15187 6.86106 5.3527 10.1205L7.3603 15.5696C7.96225 17.2035 8.26322 18.0204 8.92489 18.1658C9.58656 18.3111 10.2022 17.6955 11.4334 16.4643Z" clip-rule="evenodd"/><path d="M12.6357 15.2618L16.574 19.2001C16.9818 19.6079 17.1857 19.8117 17.4132 19.906C17.7164 20.0316 18.0572 20.0316 18.3605 19.906C18.5879 19.8117 18.7918 19.6078 19.1996 19.2001C19.6074 18.7923 19.8113 18.5884 19.9055 18.3609C20.0311 18.0577 20.0311 17.7169 19.9055 17.4137C19.8113 17.1862 19.6074 16.9823 19.1996 16.5745L15.2613 12.6362L12.6357 15.2618Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-cursor-bold-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.4334%2016.4643L12.6361%2015.2616L15.2616%2012.6361L16.4643%2011.4334C17.6955%2010.2022%2018.3111%209.58656%2018.1658%208.92489C18.0204%208.26322%2017.2035%207.96225%2015.5696%207.3603L10.1205%205.35271C6.86106%204.15187%205.23136%203.55146%204.39141%204.39141C3.55146%205.23136%204.15187%206.86106%205.3527%2010.1205L7.3603%2015.5696C7.96225%2017.2035%208.26322%2018.0204%208.92489%2018.1658C9.58656%2018.3111%2010.2022%2017.6955%2011.4334%2016.4643Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.6357%2015.2618L16.574%2019.2001C16.9818%2019.6079%2017.1857%2019.8117%2017.4132%2019.906C17.7164%2020.0316%2018.0572%2020.0316%2018.3605%2019.906C18.5879%2019.8117%2018.7918%2019.6078%2019.1996%2019.2001C19.6074%2018.7923%2019.8113%2018.5884%2019.9055%2018.3609C20.0311%2018.0577%2020.0311%2017.7169%2019.9055%2017.4137C19.8113%2017.1862%2019.6074%2016.9823%2019.1996%2016.5745L15.2613%2012.6362L12.6357%2015.2618Z%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.4334%2016.4643L12.6361%2015.2616L15.2616%2012.6361L16.4643%2011.4334C17.6955%2010.2022%2018.3111%209.58656%2018.1658%208.92489C18.0204%208.26322%2017.2035%207.96225%2015.5696%207.3603L10.1205%205.35271C6.86106%204.15187%205.23136%203.55146%204.39141%204.39141C3.55146%205.23136%204.15187%206.86106%205.3527%2010.1205L7.3603%2015.5696C7.96225%2017.2035%208.26322%2018.0204%208.92489%2018.1658C9.58656%2018.3111%2010.2022%2017.6955%2011.4334%2016.4643Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.6357%2015.2618L16.574%2019.2001C16.9818%2019.6079%2017.1857%2019.8117%2017.4132%2019.906C17.7164%2020.0316%2018.0572%2020.0316%2018.3605%2019.906C18.5879%2019.8117%2018.7918%2019.6078%2019.1996%2019.2001C19.6074%2018.7923%2019.8113%2018.5884%2019.9055%2018.3609C20.0311%2018.0577%2020.0311%2017.7169%2019.9055%2017.4137C19.8113%2017.1862%2019.6074%2016.9823%2019.1996%2016.5745L15.2613%2012.6362L12.6357%2015.2618Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cursor-bold-duotone.svg?color=%231a73e8&size=48