mouse minimalistic icon

mouse-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.

Name
mouse-minimalistic-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the mouse minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 15V9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15Z" opacity=".5"/><path d="M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMouseMinimalisticBoldDuotone(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="M19 15V9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15Z" opacity=".5"/><path d="M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z"/></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="M19 15V9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15Z" opacity=".5"/><path d="M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z"/></g></svg>
</template>

CSS

.icon-mouse-minimalistic-bold-duotone {
  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%22M19%2015V9C19%205.13401%2015.866%202%2012%202C8.13401%202%205%205.13401%205%209V15C5%2018.866%208.13401%2022%2012%2022C15.866%2022%2019%2018.866%2019%2015Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%204.25C12.4142%204.25%2012.75%204.58579%2012.75%205V8C12.75%208.41421%2012.4142%208.75%2012%208.75C11.5858%208.75%2011.25%208.41421%2011.25%208V5C11.25%204.58579%2011.5858%204.25%2012%204.25Z%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%22M19%2015V9C19%205.13401%2015.866%202%2012%202C8.13401%202%205%205.13401%205%209V15C5%2018.866%208.13401%2022%2012%2022C15.866%2022%2019%2018.866%2019%2015Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%204.25C12.4142%204.25%2012.75%204.58579%2012.75%205V8C12.75%208.41421%2012.4142%208.75%2012%208.75C11.5858%208.75%2011.25%208.41421%2011.25%208V5C11.25%204.58579%2011.5858%204.25%2012%204.25Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/mouse-minimalistic-bold-duotone.svg?color=%231a73e8&size=48