mouse pointer icon
mouse-pointer-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- mouse-pointer-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the mouse pointer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.512 12.566a1.4 1.4 0 0 1-.32.69a1.5 1.5 0 0 1-.64.42l-4.48.85l2.24 4.23c.088.137.15.29.18.45c.035.185.035.375 0 .56a1.3 1.3 0 0 1-.23.51c-.112.157-.255.29-.42.39l-1.69.88a1.36 1.36 0 0 1-.65.16q-.21 0-.41-.06a1.42 1.42 0 0 1-.82-.68l-2.25-4.27l-3.21 3.08a1.4 1.4 0 0 1-1.55.24a1.43 1.43 0 0 1-.79-1.33V3.696a1.5 1.5 0 0 1 .19-.71a1.35 1.35 0 0 1 .54-.52a1.39 1.39 0 0 1 1.43.06l12.3 8.66c.21.153.376.36.48.6c.107.245.141.515.1.78"/></svg>
React
import type { SVGProps } from "react";
export function MageMousePointerFill(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="M19.512 12.566a1.4 1.4 0 0 1-.32.69a1.5 1.5 0 0 1-.64.42l-4.48.85l2.24 4.23c.088.137.15.29.18.45c.035.185.035.375 0 .56a1.3 1.3 0 0 1-.23.51c-.112.157-.255.29-.42.39l-1.69.88a1.36 1.36 0 0 1-.65.16q-.21 0-.41-.06a1.42 1.42 0 0 1-.82-.68l-2.25-4.27l-3.21 3.08a1.4 1.4 0 0 1-1.55.24a1.43 1.43 0 0 1-.79-1.33V3.696a1.5 1.5 0 0 1 .19-.71a1.35 1.35 0 0 1 .54-.52a1.39 1.39 0 0 1 1.43.06l12.3 8.66c.21.153.376.36.48.6c.107.245.141.515.1.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.512 12.566a1.4 1.4 0 0 1-.32.69a1.5 1.5 0 0 1-.64.42l-4.48.85l2.24 4.23c.088.137.15.29.18.45c.035.185.035.375 0 .56a1.3 1.3 0 0 1-.23.51c-.112.157-.255.29-.42.39l-1.69.88a1.36 1.36 0 0 1-.65.16q-.21 0-.41-.06a1.42 1.42 0 0 1-.82-.68l-2.25-4.27l-3.21 3.08a1.4 1.4 0 0 1-1.55.24a1.43 1.43 0 0 1-.79-1.33V3.696a1.5 1.5 0 0 1 .19-.71a1.35 1.35 0 0 1 .54-.52a1.39 1.39 0 0 1 1.43.06l12.3 8.66c.21.153.376.36.48.6c.107.245.141.515.1.78"/></svg> </template>
CSS
.icon-mouse-pointer-fill {
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%22M19.512%2012.566a1.4%201.4%200%200%201-.32.69a1.5%201.5%200%200%201-.64.42l-4.48.85l2.24%204.23c.088.137.15.29.18.45c.035.185.035.375%200%20.56a1.3%201.3%200%200%201-.23.51c-.112.157-.255.29-.42.39l-1.69.88a1.36%201.36%200%200%201-.65.16q-.21%200-.41-.06a1.42%201.42%200%200%201-.82-.68l-2.25-4.27l-3.21%203.08a1.4%201.4%200%200%201-1.55.24a1.43%201.43%200%200%201-.79-1.33V3.696a1.5%201.5%200%200%201%20.19-.71a1.35%201.35%200%200%201%20.54-.52a1.39%201.39%200%200%201%201.43.06l12.3%208.66c.21.153.376.36.48.6c.107.245.141.515.1.78%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%22M19.512%2012.566a1.4%201.4%200%200%201-.32.69a1.5%201.5%200%200%201-.64.42l-4.48.85l2.24%204.23c.088.137.15.29.18.45c.035.185.035.375%200%20.56a1.3%201.3%200%200%201-.23.51c-.112.157-.255.29-.42.39l-1.69.88a1.36%201.36%200%200%201-.65.16q-.21%200-.41-.06a1.42%201.42%200%200%201-.82-.68l-2.25-4.27l-3.21%203.08a1.4%201.4%200%200%201-1.55.24a1.43%201.43%200%200%201-.79-1.33V3.696a1.5%201.5%200%200%201%20.19-.71a1.35%201.35%200%200%201%20.54-.52a1.39%201.39%200%200%201%201.43.06l12.3%208.66c.21.153.376.36.48.6c.107.245.141.515.1.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/mouse-pointer-fill.svg?color=%231a73e8&size=48