mouse variant off icon
mouse-variant-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- mouse-variant-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the mouse variant off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-1.44-1.44C16.42 22 14.82 23 13 23a5 5 0 0 1-5-5v-1.1A5 5 0 0 1 4 12V9h1.73zM14 7h-4V2.1A5 5 0 0 1 14 7M8 2.1v4.08L5.38 3.55C6.07 2.83 7 2.31 8 2.1m6 9.9v.17L10.82 9H14zm-4 4.9V18a3 3 0 0 0 3 3c1.28 0 2.37-.8 2.8-1.93l-3.4-3.4c-.66.61-1.48 1.04-2.4 1.23m6-3.9a4 4 0 0 1 4-4h2l-1 1l1 1h-2a2 2 0 0 0-2 2v3.18l-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMouseVariantOff(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="M2 5.27L3.28 4L20 20.72L18.73 22l-1.44-1.44C16.42 22 14.82 23 13 23a5 5 0 0 1-5-5v-1.1A5 5 0 0 1 4 12V9h1.73zM14 7h-4V2.1A5 5 0 0 1 14 7M8 2.1v4.08L5.38 3.55C6.07 2.83 7 2.31 8 2.1m6 9.9v.17L10.82 9H14zm-4 4.9V18a3 3 0 0 0 3 3c1.28 0 2.37-.8 2.8-1.93l-3.4-3.4c-.66.61-1.48 1.04-2.4 1.23m6-3.9a4 4 0 0 1 4-4h2l-1 1l1 1h-2a2 2 0 0 0-2 2v3.18l-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-1.44-1.44C16.42 22 14.82 23 13 23a5 5 0 0 1-5-5v-1.1A5 5 0 0 1 4 12V9h1.73zM14 7h-4V2.1A5 5 0 0 1 14 7M8 2.1v4.08L5.38 3.55C6.07 2.83 7 2.31 8 2.1m6 9.9v.17L10.82 9H14zm-4 4.9V18a3 3 0 0 0 3 3c1.28 0 2.37-.8 2.8-1.93l-3.4-3.4c-.66.61-1.48 1.04-2.4 1.23m6-3.9a4 4 0 0 1 4-4h2l-1 1l1 1h-2a2 2 0 0 0-2 2v3.18l-2-2z"/></svg> </template>
CSS
.icon-mouse-variant-off {
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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-1.44-1.44C16.42%2022%2014.82%2023%2013%2023a5%205%200%200%201-5-5v-1.1A5%205%200%200%201%204%2012V9h1.73zM14%207h-4V2.1A5%205%200%200%201%2014%207M8%202.1v4.08L5.38%203.55C6.07%202.83%207%202.31%208%202.1m6%209.9v.17L10.82%209H14zm-4%204.9V18a3%203%200%200%200%203%203c1.28%200%202.37-.8%202.8-1.93l-3.4-3.4c-.66.61-1.48%201.04-2.4%201.23m6-3.9a4%204%200%200%201%204-4h2l-1%201l1%201h-2a2%202%200%200%200-2%202v3.18l-2-2z%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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-1.44-1.44C16.42%2022%2014.82%2023%2013%2023a5%205%200%200%201-5-5v-1.1A5%205%200%200%201%204%2012V9h1.73zM14%207h-4V2.1A5%205%200%200%201%2014%207M8%202.1v4.08L5.38%203.55C6.07%202.83%207%202.31%208%202.1m6%209.9v.17L10.82%209H14zm-4%204.9V18a3%203%200%200%200%203%203c1.28%200%202.37-.8%202.8-1.93l-3.4-3.4c-.66.61-1.48%201.04-2.4%201.23m6-3.9a4%204%200%200%201%204-4h2l-1%201l1%201h-2a2%202%200%200%200-2%202v3.18l-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/mouse-variant-off.svg?color=%231a73e8&size=48