mouse square icon
mouse-square-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- mouse-square-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the mouse square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 7.52v5.88c0 .34-.33.58-.65.48l-3.93-1.22a3.02 3.02 0 0 0-3.78 3.79l1.21 3.9c.1.32-.14.65-.48.65H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"/><path d="m21.96 18.839l-1.63.55c-.45.15-.81.5-.96.96l-.55 1.63c-.47 1.41-2.45 1.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28 1.9-1.91l5.96 1.85c1.4.44 1.42 2.43.02 2.9"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMouseSquareFilled(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 d="M21 7.52v5.88c0 .34-.33.58-.65.48l-3.93-1.22a3.02 3.02 0 0 0-3.78 3.79l1.21 3.9c.1.32-.14.65-.48.65H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"/><path d="m21.96 18.839l-1.63.55c-.45.15-.81.5-.96.96l-.55 1.63c-.47 1.41-2.45 1.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28 1.9-1.91l5.96 1.85c1.4.44 1.42 2.43.02 2.9"/></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 d="M21 7.52v5.88c0 .34-.33.58-.65.48l-3.93-1.22a3.02 3.02 0 0 0-3.78 3.79l1.21 3.9c.1.32-.14.65-.48.65H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"/><path d="m21.96 18.839l-1.63.55c-.45.15-.81.5-.96.96l-.55 1.63c-.47 1.41-2.45 1.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28 1.9-1.91l5.96 1.85c1.4.44 1.42 2.43.02 2.9"/></g></svg> </template>
CSS
.icon-mouse-square-filled {
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%20d%3D%22M21%207.52v5.88c0%20.34-.33.58-.65.48l-3.93-1.22a3.02%203.02%200%200%200-3.78%203.79l1.21%203.9c.1.32-.14.65-.48.65H7.52C4.07%2021%202%2018.94%202%2015.48V7.52C2%204.06%204.07%202%207.52%202h7.96C18.93%202%2021%204.06%2021%207.52%22%2F%3E%3Cpath%20d%3D%22m21.96%2018.839l-1.63.55c-.45.15-.81.5-.96.96l-.55%201.63c-.47%201.41-2.45%201.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28%201.9-1.91l5.96%201.85c1.4.44%201.42%202.43.02%202.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%22currentColor%22%3E%3Cpath%20d%3D%22M21%207.52v5.88c0%20.34-.33.58-.65.48l-3.93-1.22a3.02%203.02%200%200%200-3.78%203.79l1.21%203.9c.1.32-.14.65-.48.65H7.52C4.07%2021%202%2018.94%202%2015.48V7.52C2%204.06%204.07%202%207.52%202h7.96C18.93%202%2021%204.06%2021%207.52%22%2F%3E%3Cpath%20d%3D%22m21.96%2018.839l-1.63.55c-.45.15-.81.5-.96.96l-.55%201.63c-.47%201.41-2.45%201.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28%201.9-1.91l5.96%201.85c1.4.44%201.42%202.43.02%202.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/reicon/mouse-square-filled.svg?color=%231a73e8&size=48