button-cursor from Material Design Icons by Pictogrammers · Filled · Form · Apache-2.0 Free for personal and commercial use.

Name
button-cursor
Set
Material Design Icons
Style
Filled
Category
Form
Viewbox
24×24
License
Apache 2.0

More form icons from Material Design Icons

Use the button cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.1 15.3c-.1.1-.3.2-.4.3l-2.4.4l1.7 3.6c.2.4 0 .8-.4 1l-2.8 1.3c-.1.1-.2.1-.3.1c-.3 0-.6-.2-.7-.4L11.2 18l-1.9 1.5c-.1.1-.3.2-.5.2c-.4 0-.8-.3-.8-.8V7.5c0-.5.3-.8.8-.8c.2 0 .4.1.5.2l8.7 7.4c.3.2.4.7.1 1M6 12H4V4h16v8h-1.6l2.2 1.9c.8-.3 1.3-1 1.3-1.9V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiButtonCursor(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="M18.1 15.3c-.1.1-.3.2-.4.3l-2.4.4l1.7 3.6c.2.4 0 .8-.4 1l-2.8 1.3c-.1.1-.2.1-.3.1c-.3 0-.6-.2-.7-.4L11.2 18l-1.9 1.5c-.1.1-.3.2-.5.2c-.4 0-.8-.3-.8-.8V7.5c0-.5.3-.8.8-.8c.2 0 .4.1.5.2l8.7 7.4c.3.2.4.7.1 1M6 12H4V4h16v8h-1.6l2.2 1.9c.8-.3 1.3-1 1.3-1.9V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.1 15.3c-.1.1-.3.2-.4.3l-2.4.4l1.7 3.6c.2.4 0 .8-.4 1l-2.8 1.3c-.1.1-.2.1-.3.1c-.3 0-.6-.2-.7-.4L11.2 18l-1.9 1.5c-.1.1-.3.2-.5.2c-.4 0-.8-.3-.8-.8V7.5c0-.5.3-.8.8-.8c.2 0 .4.1.5.2l8.7 7.4c.3.2.4.7.1 1M6 12H4V4h16v8h-1.6l2.2 1.9c.8-.3 1.3-1 1.3-1.9V4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h2z"/></svg>
</template>

CSS

.icon-button-cursor {
  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%22M18.1%2015.3c-.1.1-.3.2-.4.3l-2.4.4l1.7%203.6c.2.4%200%20.8-.4%201l-2.8%201.3c-.1.1-.2.1-.3.1c-.3%200-.6-.2-.7-.4L11.2%2018l-1.9%201.5c-.1.1-.3.2-.5.2c-.4%200-.8-.3-.8-.8V7.5c0-.5.3-.8.8-.8c.2%200%20.4.1.5.2l8.7%207.4c.3.2.4.7.1%201M6%2012H4V4h16v8h-1.6l2.2%201.9c.8-.3%201.3-1%201.3-1.9V4c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v8c0%201.1.9%202%202%202h2z%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%22M18.1%2015.3c-.1.1-.3.2-.4.3l-2.4.4l1.7%203.6c.2.4%200%20.8-.4%201l-2.8%201.3c-.1.1-.2.1-.3.1c-.3%200-.6-.2-.7-.4L11.2%2018l-1.9%201.5c-.1.1-.3.2-.5.2c-.4%200-.8-.3-.8-.8V7.5c0-.5.3-.8.8-.8c.2%200%20.4.1.5.2l8.7%207.4c.3.2.4.7.1%201M6%2012H4V4h16v8h-1.6l2.2%201.9c.8-.3%201.3-1%201.3-1.9V4c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v8c0%201.1.9%202%202%202h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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