mouse circle3 icon

mouse-circle3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
mouse-circle3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the mouse circle3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.96 17.839l-1.63.55c-.45.15-.81.5-.96.96l-.55 1.63c-.47 1.41-2.45 1.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28 1.9-1.91l5.96 1.85c1.4.44 1.42 2.43.02 2.9"/><path d="M21 11.5c0 .43-.03.86-.08 1.28c-.04.3-.35.48-.64.39l-4.85-1.51a3.03 3.03 0 0 0-3.03.74c-.8.8-1.09 1.97-.75 3.05l1.5 4.83c.09.29-.1.6-.4.64c-.42.05-.83.08-1.25.08c-5.34 0-9.64-4.39-9.5-9.77c.14-4.96 4.27-9.09 9.23-9.23C16.61 1.86 21 6.16 21 11.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMouseCircle3Filled(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="m20.96 17.839l-1.63.55c-.45.15-.81.5-.96.96l-.55 1.63c-.47 1.41-2.45 1.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28 1.9-1.91l5.96 1.85c1.4.44 1.42 2.43.02 2.9"/><path d="M21 11.5c0 .43-.03.86-.08 1.28c-.04.3-.35.48-.64.39l-4.85-1.51a3.03 3.03 0 0 0-3.03.74c-.8.8-1.09 1.97-.75 3.05l1.5 4.83c.09.29-.1.6-.4.64c-.42.05-.83.08-1.25.08c-5.34 0-9.64-4.39-9.5-9.77c.14-4.96 4.27-9.09 9.23-9.23C16.61 1.86 21 6.16 21 11.5"/></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="m20.96 17.839l-1.63.55c-.45.15-.81.5-.96.96l-.55 1.63c-.47 1.41-2.45 1.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28 1.9-1.91l5.96 1.85c1.4.44 1.42 2.43.02 2.9"/><path d="M21 11.5c0 .43-.03.86-.08 1.28c-.04.3-.35.48-.64.39l-4.85-1.51a3.03 3.03 0 0 0-3.03.74c-.8.8-1.09 1.97-.75 3.05l1.5 4.83c.09.29-.1.6-.4.64c-.42.05-.83.08-1.25.08c-5.34 0-9.64-4.39-9.5-9.77c.14-4.96 4.27-9.09 9.23-9.23C16.61 1.86 21 6.16 21 11.5"/></g></svg>
</template>

CSS

.icon-mouse-circle3-filled {
  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%22m20.96%2017.839l-1.63.55c-.45.15-.81.5-.96.96l-.55%201.63c-.47%201.41-2.45%201.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28%201.9-1.91l5.96%201.85c1.4.44%201.42%202.43.02%202.9%22%2F%3E%3Cpath%20d%3D%22M21%2011.5c0%20.43-.03.86-.08%201.28c-.04.3-.35.48-.64.39l-4.85-1.51a3.03%203.03%200%200%200-3.03.74c-.8.8-1.09%201.97-.75%203.05l1.5%204.83c.09.29-.1.6-.4.64c-.42.05-.83.08-1.25.08c-5.34%200-9.64-4.39-9.5-9.77c.14-4.96%204.27-9.09%209.23-9.23C16.61%201.86%2021%206.16%2021%2011.5%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%22m20.96%2017.839l-1.63.55c-.45.15-.81.5-.96.96l-.55%201.63c-.47%201.41-2.45%201.38-2.89-.03l-1.85-5.95c-.36-1.18.73-2.28%201.9-1.91l5.96%201.85c1.4.44%201.42%202.43.02%202.9%22%2F%3E%3Cpath%20d%3D%22M21%2011.5c0%20.43-.03.86-.08%201.28c-.04.3-.35.48-.64.39l-4.85-1.51a3.03%203.03%200%200%200-3.03.74c-.8.8-1.09%201.97-.75%203.05l1.5%204.83c.09.29-.1.6-.4.64c-.42.05-.83.08-1.25.08c-5.34%200-9.64-4.39-9.5-9.77c.14-4.96%204.27-9.09%209.23-9.23C16.61%201.86%2021%206.16%2021%2011.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mouse-circle3-filled.svg?color=%231a73e8&size=48