cursor default click icon
cursor-default-click from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- cursor-default-click
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the cursor default click icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.76 8.69a.76.76 0 0 0-.76.76V20.9c0 .42.34.76.76.76c.19 0 .35-.06.48-.16l1.91-1.55l1.66 3.62c.13.27.4.43.69.43c.11 0 .22 0 .33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28 18l2.41-.45a.9.9 0 0 0 .43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35l-.01.01a.76.76 0 0 0-.49-.18M15 10V8h5v2zm-1.17-5.24l2.83-2.83l1.41 1.41l-2.83 2.83zM10 0h2v5h-2zM3.93 14.66l2.83-2.83l1.41 1.41l-2.83 2.83zm0-11.32l1.41-1.41l2.83 2.83l-1.41 1.41zM7 10H2V8h5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCursorDefaultClick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.76 8.69a.76.76 0 0 0-.76.76V20.9c0 .42.34.76.76.76c.19 0 .35-.06.48-.16l1.91-1.55l1.66 3.62c.13.27.4.43.69.43c.11 0 .22 0 .33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28 18l2.41-.45a.9.9 0 0 0 .43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35l-.01.01a.76.76 0 0 0-.49-.18M15 10V8h5v2zm-1.17-5.24l2.83-2.83l1.41 1.41l-2.83 2.83zM10 0h2v5h-2zM3.93 14.66l2.83-2.83l1.41 1.41l-2.83 2.83zm0-11.32l1.41-1.41l2.83 2.83l-1.41 1.41zM7 10H2V8h5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.76 8.69a.76.76 0 0 0-.76.76V20.9c0 .42.34.76.76.76c.19 0 .35-.06.48-.16l1.91-1.55l1.66 3.62c.13.27.4.43.69.43c.11 0 .22 0 .33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28 18l2.41-.45a.9.9 0 0 0 .43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35l-.01.01a.76.76 0 0 0-.49-.18M15 10V8h5v2zm-1.17-5.24l2.83-2.83l1.41 1.41l-2.83 2.83zM10 0h2v5h-2zM3.93 14.66l2.83-2.83l1.41 1.41l-2.83 2.83zm0-11.32l1.41-1.41l2.83 2.83l-1.41 1.41zM7 10H2V8h5z"/></svg> </template>
CSS
.icon-cursor-default-click {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.76%208.69a.76.76%200%200%200-.76.76V20.9c0%20.42.34.76.76.76c.19%200%20.35-.06.48-.16l1.91-1.55l1.66%203.62c.13.27.4.43.69.43c.11%200%20.22%200%20.33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28%2018l2.41-.45a.9.9%200%200%200%20.43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35l-.01.01a.76.76%200%200%200-.49-.18M15%2010V8h5v2zm-1.17-5.24l2.83-2.83l1.41%201.41l-2.83%202.83zM10%200h2v5h-2zM3.93%2014.66l2.83-2.83l1.41%201.41l-2.83%202.83zm0-11.32l1.41-1.41l2.83%202.83l-1.41%201.41zM7%2010H2V8h5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.76%208.69a.76.76%200%200%200-.76.76V20.9c0%20.42.34.76.76.76c.19%200%20.35-.06.48-.16l1.91-1.55l1.66%203.62c.13.27.4.43.69.43c.11%200%20.22%200%20.33-.08l2.76-1.28c.38-.18.56-.64.36-1.01L17.28%2018l2.41-.45a.9.9%200%200%200%20.43-.26c.27-.32.23-.79-.12-1.08l-8.74-7.35l-.01.01a.76.76%200%200%200-.49-.18M15%2010V8h5v2zm-1.17-5.24l2.83-2.83l1.41%201.41l-2.83%202.83zM10%200h2v5h-2zM3.93%2014.66l2.83-2.83l1.41%201.41l-2.83%202.83zm0-11.32l1.41-1.41l2.83%202.83l-1.41%201.41zM7%2010H2V8h5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cursor-default-click.svg?color=%231a73e8&size=48