mouse icon

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

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

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the mouse 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 8.97414V14.986C19 18.8597 15.866 21.9999 12 21.9999C8.13401 21.9999 5 18.8597 5 14.986V8.97414C5 5.35433 7.73668 2.37497 11.25 2V5.38542C10.6588 5.66685 10.25 6.27067 10.25 6.97016V8.97414C10.25 9.94256 11.0335 10.7276 12 10.7276C12.9665 10.7276 13.75 9.94256 13.75 8.97414V6.97016C13.75 6.27067 13.3412 5.66685 12.75 5.38542V2C16.2633 2.37497 19 5.35433 19 8.97414Z" opacity=".5"/><path d="M13.75 8.97385V6.96987C13.75 6.27038 13.3412 5.66656 12.75 5.38513V1.99971C12.5036 1.97341 12.2534 1.95996 12 1.95996C11.7466 1.95996 11.4964 1.97341 11.25 1.99971V5.38513C10.6588 5.66656 10.25 6.27038 10.25 6.96987V8.97385C10.25 9.94227 11.0335 10.7273 12 10.7273C12.9665 10.7273 13.75 9.94227 13.75 8.97385Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMouseBoldDuotone(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 8.97414V14.986C19 18.8597 15.866 21.9999 12 21.9999C8.13401 21.9999 5 18.8597 5 14.986V8.97414C5 5.35433 7.73668 2.37497 11.25 2V5.38542C10.6588 5.66685 10.25 6.27067 10.25 6.97016V8.97414C10.25 9.94256 11.0335 10.7276 12 10.7276C12.9665 10.7276 13.75 9.94256 13.75 8.97414V6.97016C13.75 6.27067 13.3412 5.66685 12.75 5.38542V2C16.2633 2.37497 19 5.35433 19 8.97414Z" opacity=".5"/><path d="M13.75 8.97385V6.96987C13.75 6.27038 13.3412 5.66656 12.75 5.38513V1.99971C12.5036 1.97341 12.2534 1.95996 12 1.95996C11.7466 1.95996 11.4964 1.97341 11.25 1.99971V5.38513C10.6588 5.66656 10.25 6.27038 10.25 6.96987V8.97385C10.25 9.94227 11.0335 10.7273 12 10.7273C12.9665 10.7273 13.75 9.94227 13.75 8.97385Z"/></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 8.97414V14.986C19 18.8597 15.866 21.9999 12 21.9999C8.13401 21.9999 5 18.8597 5 14.986V8.97414C5 5.35433 7.73668 2.37497 11.25 2V5.38542C10.6588 5.66685 10.25 6.27067 10.25 6.97016V8.97414C10.25 9.94256 11.0335 10.7276 12 10.7276C12.9665 10.7276 13.75 9.94256 13.75 8.97414V6.97016C13.75 6.27067 13.3412 5.66685 12.75 5.38542V2C16.2633 2.37497 19 5.35433 19 8.97414Z" opacity=".5"/><path d="M13.75 8.97385V6.96987C13.75 6.27038 13.3412 5.66656 12.75 5.38513V1.99971C12.5036 1.97341 12.2534 1.95996 12 1.95996C11.7466 1.95996 11.4964 1.97341 11.25 1.99971V5.38513C10.6588 5.66656 10.25 6.27038 10.25 6.96987V8.97385C10.25 9.94227 11.0335 10.7273 12 10.7273C12.9665 10.7273 13.75 9.94227 13.75 8.97385Z"/></g></svg>
</template>

CSS

.icon-mouse-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%208.97414V14.986C19%2018.8597%2015.866%2021.9999%2012%2021.9999C8.13401%2021.9999%205%2018.8597%205%2014.986V8.97414C5%205.35433%207.73668%202.37497%2011.25%202V5.38542C10.6588%205.66685%2010.25%206.27067%2010.25%206.97016V8.97414C10.25%209.94256%2011.0335%2010.7276%2012%2010.7276C12.9665%2010.7276%2013.75%209.94256%2013.75%208.97414V6.97016C13.75%206.27067%2013.3412%205.66685%2012.75%205.38542V2C16.2633%202.37497%2019%205.35433%2019%208.97414Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.75%208.97385V6.96987C13.75%206.27038%2013.3412%205.66656%2012.75%205.38513V1.99971C12.5036%201.97341%2012.2534%201.95996%2012%201.95996C11.7466%201.95996%2011.4964%201.97341%2011.25%201.99971V5.38513C10.6588%205.66656%2010.25%206.27038%2010.25%206.96987V8.97385C10.25%209.94227%2011.0335%2010.7273%2012%2010.7273C12.9665%2010.7273%2013.75%209.94227%2013.75%208.97385Z%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%208.97414V14.986C19%2018.8597%2015.866%2021.9999%2012%2021.9999C8.13401%2021.9999%205%2018.8597%205%2014.986V8.97414C5%205.35433%207.73668%202.37497%2011.25%202V5.38542C10.6588%205.66685%2010.25%206.27067%2010.25%206.97016V8.97414C10.25%209.94256%2011.0335%2010.7276%2012%2010.7276C12.9665%2010.7276%2013.75%209.94256%2013.75%208.97414V6.97016C13.75%206.27067%2013.3412%205.66685%2012.75%205.38542V2C16.2633%202.37497%2019%205.35433%2019%208.97414Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.75%208.97385V6.96987C13.75%206.27038%2013.3412%205.66656%2012.75%205.38513V1.99971C12.5036%201.97341%2012.2534%201.95996%2012%201.95996C11.7466%201.95996%2011.4964%201.97341%2011.25%201.99971V5.38513C10.6588%205.66656%2010.25%206.27038%2010.25%206.96987V8.97385C10.25%209.94227%2011.0335%2010.7273%2012%2010.7273C12.9665%2010.7273%2013.75%209.94227%2013.75%208.97385Z%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-bold-duotone.svg?color=%231a73e8&size=48