mouse-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mouse-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
mouse-outline-rounded, mouse-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.496 0-4.248-1.752T6 15V9.077q0-2.496 1.752-4.248T12 3.077t4.248 1.752T18 9.077V15q0 2.496-1.752 4.248T12 21m.5-11.923H17q0-1.973-1.31-3.387T12.5 4.1zm-5.5 0h4.5V4.1q-1.879.177-3.19 1.59T7 9.078M12 20q2.075 0 3.538-1.463T17 15v-4.923H7V15q0 2.075 1.463 3.538T12 20m0-9.923"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMouseOutline(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="M12 21q-2.496 0-4.248-1.752T6 15V9.077q0-2.496 1.752-4.248T12 3.077t4.248 1.752T18 9.077V15q0 2.496-1.752 4.248T12 21m.5-11.923H17q0-1.973-1.31-3.387T12.5 4.1zm-5.5 0h4.5V4.1q-1.879.177-3.19 1.59T7 9.078M12 20q2.075 0 3.538-1.463T17 15v-4.923H7V15q0 2.075 1.463 3.538T12 20m0-9.923"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.496 0-4.248-1.752T6 15V9.077q0-2.496 1.752-4.248T12 3.077t4.248 1.752T18 9.077V15q0 2.496-1.752 4.248T12 21m.5-11.923H17q0-1.973-1.31-3.387T12.5 4.1zm-5.5 0h4.5V4.1q-1.879.177-3.19 1.59T7 9.078M12 20q2.075 0 3.538-1.463T17 15v-4.923H7V15q0 2.075 1.463 3.538T12 20m0-9.923"/></svg>
</template>

CSS

.icon-mouse-outline {
  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%22M12%2021q-2.496%200-4.248-1.752T6%2015V9.077q0-2.496%201.752-4.248T12%203.077t4.248%201.752T18%209.077V15q0%202.496-1.752%204.248T12%2021m.5-11.923H17q0-1.973-1.31-3.387T12.5%204.1zm-5.5%200h4.5V4.1q-1.879.177-3.19%201.59T7%209.078M12%2020q2.075%200%203.538-1.463T17%2015v-4.923H7V15q0%202.075%201.463%203.538T12%2020m0-9.923%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%22M12%2021q-2.496%200-4.248-1.752T6%2015V9.077q0-2.496%201.752-4.248T12%203.077t4.248%201.752T18%209.077V15q0%202.496-1.752%204.248T12%2021m.5-11.923H17q0-1.973-1.31-3.387T12.5%204.1zm-5.5%200h4.5V4.1q-1.879.177-3.19%201.59T7%209.078M12%2020q2.075%200%203.538-1.463T17%2015v-4.923H7V15q0%202.075%201.463%203.538T12%2020m0-9.923%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mouse-outline.svg?color=%231a73e8&size=48