square dashed mouse pointer icon

square-dashed-mouse-pointer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
square-dashed-mouse-pointer
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square dashed mouse pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m14.527 11.087l4.023 1.574c2.32.907 3.48 1.361 3.441 2.081c-.038.72-1.249 1.05-3.67 1.71c-.72.197-1.081.296-1.331.546s-.348.61-.545 1.33c-.66 2.422-.99 3.633-1.71 3.671c-.72.039-1.174-1.121-2.082-3.441l-1.574-4.023c-.95-2.429-1.426-3.643-.81-4.259c.615-.615 1.83-.14 4.258.81Z"/><path stroke-linecap="round" d="M10.492 20.995h-.9m-3.8-18.744c-1.039.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409m14.95-3.549c1.038.194 1.803.536 2.408 1.14c.605.605.947 1.37 1.14 2.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M1.997 9.6q-.006.875-.005 1.9q-.001 1.025.005 1.9m.247 3.8c.193 1.04.535 1.804 1.14 2.409s1.369.946 2.408 1.14M20.988 10.5v-.9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareDashedMousePointer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="m14.527 11.087l4.023 1.574c2.32.907 3.48 1.361 3.441 2.081c-.038.72-1.249 1.05-3.67 1.71c-.72.197-1.081.296-1.331.546s-.348.61-.545 1.33c-.66 2.422-.99 3.633-1.71 3.671c-.72.039-1.174-1.121-2.082-3.441l-1.574-4.023c-.95-2.429-1.426-3.643-.81-4.259c.615-.615 1.83-.14 4.258.81Z"/><path strokeLinecap="round" d="M10.492 20.995h-.9m-3.8-18.744c-1.039.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409m14.95-3.549c1.038.194 1.803.536 2.408 1.14c.605.605.947 1.37 1.14 2.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M1.997 9.6q-.006.875-.005 1.9q-.001 1.025.005 1.9m.247 3.8c.193 1.04.535 1.804 1.14 2.409s1.369.946 2.408 1.14M20.988 10.5v-.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m14.527 11.087l4.023 1.574c2.32.907 3.48 1.361 3.441 2.081c-.038.72-1.249 1.05-3.67 1.71c-.72.197-1.081.296-1.331.546s-.348.61-.545 1.33c-.66 2.422-.99 3.633-1.71 3.671c-.72.039-1.174-1.121-2.082-3.441l-1.574-4.023c-.95-2.429-1.426-3.643-.81-4.259c.615-.615 1.83-.14 4.258.81Z"/><path stroke-linecap="round" d="M10.492 20.995h-.9m-3.8-18.744c-1.039.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409m14.95-3.549c1.038.194 1.803.536 2.408 1.14c.605.605.947 1.37 1.14 2.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M1.997 9.6q-.006.875-.005 1.9q-.001 1.025.005 1.9m.247 3.8c.193 1.04.535 1.804 1.14 2.409s1.369.946 2.408 1.14M20.988 10.5v-.9"/></g></svg>
</template>

CSS

.icon-square-dashed-mouse-pointer {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m14.527%2011.087l4.023%201.574c2.32.907%203.48%201.361%203.441%202.081c-.038.72-1.249%201.05-3.67%201.71c-.72.197-1.081.296-1.331.546s-.348.61-.545%201.33c-.66%202.422-.99%203.633-1.71%203.671c-.72.039-1.174-1.121-2.082-3.441l-1.574-4.023c-.95-2.429-1.426-3.643-.81-4.259c.615-.615%201.83-.14%204.258.81Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.492%2020.995h-.9m-3.8-18.744c-1.039.194-1.804.536-2.409%201.14c-.604.605-.946%201.37-1.14%202.409m14.95-3.549c1.038.194%201.803.536%202.408%201.14c.605.605.947%201.37%201.14%202.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M1.997%209.6q-.006.875-.005%201.9q-.001%201.025.005%201.9m.247%203.8c.193%201.04.535%201.804%201.14%202.409s1.369.946%202.408%201.14M20.988%2010.5v-.9%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m14.527%2011.087l4.023%201.574c2.32.907%203.48%201.361%203.441%202.081c-.038.72-1.249%201.05-3.67%201.71c-.72.197-1.081.296-1.331.546s-.348.61-.545%201.33c-.66%202.422-.99%203.633-1.71%203.671c-.72.039-1.174-1.121-2.082-3.441l-1.574-4.023c-.95-2.429-1.426-3.643-.81-4.259c.615-.615%201.83-.14%204.258.81Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.492%2020.995h-.9m-3.8-18.744c-1.039.194-1.804.536-2.409%201.14c-.604.605-.946%201.37-1.14%202.409m14.95-3.549c1.038.194%201.803.536%202.408%201.14c.605.605.947%201.37%201.14%202.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M1.997%209.6q-.006.875-.005%201.9q-.001%201.025.005%201.9m.247%203.8c.193%201.04.535%201.804%201.14%202.409s1.369.946%202.408%201.14M20.988%2010.5v-.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-dashed-mouse-pointer.svg?color=%231a73e8&size=48