square mouse pointer icon
square-mouse-pointer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-mouse-pointer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
square-01square-activitysquare-arrow-data-transfer-diagonalsquare-arrow-data-transfer-horizontalsquare-arrow-data-transfer-verticalsquare-arrow-diagonal-01square-arrow-diagonal-02square-arrow-down-01square-arrow-down-02square-arrow-down-03square-arrow-down-doublesquare-arrow-down-leftsquare-arrow-down-rightsquare-arrow-expand-01square-arrow-expand-02square-arrow-horizontalsquare-arrow-left-01square-arrow-left-02square-arrow-left-03square-arrow-left-doublesquare-arrow-left-rightsquare-arrow-move-down-leftsquare-arrow-move-down-rightsquare-arrow-move-left-down
Use the square 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.5 20.5c-2.332 0-3.498 0-4.402-.422a4.5 4.5 0 0 1-2.176-2.176C2.5 16.998 2.5 15.832 2.5 13.5v-2c0-4.243 0-6.364 1.318-7.682S7.258 2.5 11.5 2.5h2c2.332 0 3.498 0 4.402.422a4.5 4.5 0 0 1 2.176 2.176c.422.904.422 2.07.422 4.402"/><path d="m13.041 19.305l-1.792-5.15c-.674-1.936-1.011-2.905-.505-3.411c.507-.506 1.476-.17 3.414.504l5.143 1.788c1.075.373 1.613.56 1.729.922a.8.8 0 0 1 .032.31c-.039.377-.526.671-1.5 1.26c-.27.163-.483.29-.643.407c-.125.09-.187.135-.206.365s.07.32.248.497l2.127 2.127a1.406 1.406 0 0 1 0 1.988l-.166.166a1.44 1.44 0 0 1-2.039 0l-2.1-2.1c-.179-.18-.268-.27-.5-.25c-.23.02-.276.084-.368.212c-.112.157-.236.362-.393.623c-.58.963-.87 1.445-1.244 1.487a.8.8 0 0 1-.326-.034c-.356-.118-.54-.649-.91-1.711"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSquareMousePointer(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.5 20.5c-2.332 0-3.498 0-4.402-.422a4.5 4.5 0 0 1-2.176-2.176C2.5 16.998 2.5 15.832 2.5 13.5v-2c0-4.243 0-6.364 1.318-7.682S7.258 2.5 11.5 2.5h2c2.332 0 3.498 0 4.402.422a4.5 4.5 0 0 1 2.176 2.176c.422.904.422 2.07.422 4.402"/><path d="m13.041 19.305l-1.792-5.15c-.674-1.936-1.011-2.905-.505-3.411c.507-.506 1.476-.17 3.414.504l5.143 1.788c1.075.373 1.613.56 1.729.922a.8.8 0 0 1 .032.31c-.039.377-.526.671-1.5 1.26c-.27.163-.483.29-.643.407c-.125.09-.187.135-.206.365s.07.32.248.497l2.127 2.127a1.406 1.406 0 0 1 0 1.988l-.166.166a1.44 1.44 0 0 1-2.039 0l-2.1-2.1c-.179-.18-.268-.27-.5-.25c-.23.02-.276.084-.368.212c-.112.157-.236.362-.393.623c-.58.963-.87 1.445-1.244 1.487a.8.8 0 0 1-.326-.034c-.356-.118-.54-.649-.91-1.711"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.5 20.5c-2.332 0-3.498 0-4.402-.422a4.5 4.5 0 0 1-2.176-2.176C2.5 16.998 2.5 15.832 2.5 13.5v-2c0-4.243 0-6.364 1.318-7.682S7.258 2.5 11.5 2.5h2c2.332 0 3.498 0 4.402.422a4.5 4.5 0 0 1 2.176 2.176c.422.904.422 2.07.422 4.402"/><path d="m13.041 19.305l-1.792-5.15c-.674-1.936-1.011-2.905-.505-3.411c.507-.506 1.476-.17 3.414.504l5.143 1.788c1.075.373 1.613.56 1.729.922a.8.8 0 0 1 .032.31c-.039.377-.526.671-1.5 1.26c-.27.163-.483.29-.643.407c-.125.09-.187.135-.206.365s.07.32.248.497l2.127 2.127a1.406 1.406 0 0 1 0 1.988l-.166.166a1.44 1.44 0 0 1-2.039 0l-2.1-2.1c-.179-.18-.268-.27-.5-.25c-.23.02-.276.084-.368.212c-.112.157-.236.362-.393.623c-.58.963-.87 1.445-1.244 1.487a.8.8 0 0 1-.326-.034c-.356-.118-.54-.649-.91-1.711"/></g></svg> </template>
CSS
.icon-square-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%2020.5c-2.332%200-3.498%200-4.402-.422a4.5%204.5%200%200%201-2.176-2.176C2.5%2016.998%202.5%2015.832%202.5%2013.5v-2c0-4.243%200-6.364%201.318-7.682S7.258%202.5%2011.5%202.5h2c2.332%200%203.498%200%204.402.422a4.5%204.5%200%200%201%202.176%202.176c.422.904.422%202.07.422%204.402%22%2F%3E%3Cpath%20d%3D%22m13.041%2019.305l-1.792-5.15c-.674-1.936-1.011-2.905-.505-3.411c.507-.506%201.476-.17%203.414.504l5.143%201.788c1.075.373%201.613.56%201.729.922a.8.8%200%200%201%20.032.31c-.039.377-.526.671-1.5%201.26c-.27.163-.483.29-.643.407c-.125.09-.187.135-.206.365s.07.32.248.497l2.127%202.127a1.406%201.406%200%200%201%200%201.988l-.166.166a1.44%201.44%200%200%201-2.039%200l-2.1-2.1c-.179-.18-.268-.27-.5-.25c-.23.02-.276.084-.368.212c-.112.157-.236.362-.393.623c-.58.963-.87%201.445-1.244%201.487a.8.8%200%200%201-.326-.034c-.356-.118-.54-.649-.91-1.711%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%2020.5c-2.332%200-3.498%200-4.402-.422a4.5%204.5%200%200%201-2.176-2.176C2.5%2016.998%202.5%2015.832%202.5%2013.5v-2c0-4.243%200-6.364%201.318-7.682S7.258%202.5%2011.5%202.5h2c2.332%200%203.498%200%204.402.422a4.5%204.5%200%200%201%202.176%202.176c.422.904.422%202.07.422%204.402%22%2F%3E%3Cpath%20d%3D%22m13.041%2019.305l-1.792-5.15c-.674-1.936-1.011-2.905-.505-3.411c.507-.506%201.476-.17%203.414.504l5.143%201.788c1.075.373%201.613.56%201.729.922a.8.8%200%200%201%20.032.31c-.039.377-.526.671-1.5%201.26c-.27.163-.483.29-.643.407c-.125.09-.187.135-.206.365s.07.32.248.497l2.127%202.127a1.406%201.406%200%200%201%200%201.988l-.166.166a1.44%201.44%200%200%201-2.039%200l-2.1-2.1c-.179-.18-.268-.27-.5-.25c-.23.02-.276.084-.368.212c-.112.157-.236.362-.393.623c-.58.963-.87%201.445-1.244%201.487a.8.8%200%200%201-.326-.034c-.356-.118-.54-.649-.91-1.711%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-mouse-pointer.svg?color=%231a73e8&size=48