mouse circle icon

mouse-circle-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.

Name
mouse-circle-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the mouse circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.535 11.916c0 5.267 4.238 9.537 9.465 9.537s9.465-4.27 9.465-9.537a9.54 9.54 0 0 0-5.335-8.584a.776.776 0 0 1-.355-1.033a.765.765 0 0 1 1.026-.358A11.09 11.09 0 0 1 23 11.916C23 18.038 18.075 23 12 23S1 18.038 1 11.916C1 6.548 4.787 2.073 9.815 1.051c1.689-.343 2.952 1.104 2.952 2.617v2.134c1.894.364 3.326 2.05 3.326 4.076V14c0 2.291-1.832 4.148-4.093 4.148c-2.26 0-4.093-1.857-4.093-4.148V9.878c0-2.025 1.432-3.711 3.326-4.075V3.668c0-.766-.588-1.208-1.115-1.101c-4.326.879-7.583 4.732-7.583 9.35" opacity=".5"/><path d="M7.907 13.954c0 2.29 1.833 4.148 4.093 4.148s4.093-1.857 4.093-4.148v-3.37H7.907zm4.861-4.616h3.253c-.312-1.667-1.608-3.292-3.253-3.609zm-1.535 0V5.73c-1.645.317-2.942 1.942-3.254 3.61z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMouseCircleDuotone(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="M2.535 11.916c0 5.267 4.238 9.537 9.465 9.537s9.465-4.27 9.465-9.537a9.54 9.54 0 0 0-5.335-8.584a.776.776 0 0 1-.355-1.033a.765.765 0 0 1 1.026-.358A11.09 11.09 0 0 1 23 11.916C23 18.038 18.075 23 12 23S1 18.038 1 11.916C1 6.548 4.787 2.073 9.815 1.051c1.689-.343 2.952 1.104 2.952 2.617v2.134c1.894.364 3.326 2.05 3.326 4.076V14c0 2.291-1.832 4.148-4.093 4.148c-2.26 0-4.093-1.857-4.093-4.148V9.878c0-2.025 1.432-3.711 3.326-4.075V3.668c0-.766-.588-1.208-1.115-1.101c-4.326.879-7.583 4.732-7.583 9.35" opacity=".5"/><path d="M7.907 13.954c0 2.29 1.833 4.148 4.093 4.148s4.093-1.857 4.093-4.148v-3.37H7.907zm4.861-4.616h3.253c-.312-1.667-1.608-3.292-3.253-3.609zm-1.535 0V5.73c-1.645.317-2.942 1.942-3.254 3.61z"/></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="M2.535 11.916c0 5.267 4.238 9.537 9.465 9.537s9.465-4.27 9.465-9.537a9.54 9.54 0 0 0-5.335-8.584a.776.776 0 0 1-.355-1.033a.765.765 0 0 1 1.026-.358A11.09 11.09 0 0 1 23 11.916C23 18.038 18.075 23 12 23S1 18.038 1 11.916C1 6.548 4.787 2.073 9.815 1.051c1.689-.343 2.952 1.104 2.952 2.617v2.134c1.894.364 3.326 2.05 3.326 4.076V14c0 2.291-1.832 4.148-4.093 4.148c-2.26 0-4.093-1.857-4.093-4.148V9.878c0-2.025 1.432-3.711 3.326-4.075V3.668c0-.766-.588-1.208-1.115-1.101c-4.326.879-7.583 4.732-7.583 9.35" opacity=".5"/><path d="M7.907 13.954c0 2.29 1.833 4.148 4.093 4.148s4.093-1.857 4.093-4.148v-3.37H7.907zm4.861-4.616h3.253c-.312-1.667-1.608-3.292-3.253-3.609zm-1.535 0V5.73c-1.645.317-2.942 1.942-3.254 3.61z"/></g></svg>
</template>

CSS

.icon-mouse-circle-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%22M2.535%2011.916c0%205.267%204.238%209.537%209.465%209.537s9.465-4.27%209.465-9.537a9.54%209.54%200%200%200-5.335-8.584a.776.776%200%200%201-.355-1.033a.765.765%200%200%201%201.026-.358A11.09%2011.09%200%200%201%2023%2011.916C23%2018.038%2018.075%2023%2012%2023S1%2018.038%201%2011.916C1%206.548%204.787%202.073%209.815%201.051c1.689-.343%202.952%201.104%202.952%202.617v2.134c1.894.364%203.326%202.05%203.326%204.076V14c0%202.291-1.832%204.148-4.093%204.148c-2.26%200-4.093-1.857-4.093-4.148V9.878c0-2.025%201.432-3.711%203.326-4.075V3.668c0-.766-.588-1.208-1.115-1.101c-4.326.879-7.583%204.732-7.583%209.35%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.907%2013.954c0%202.29%201.833%204.148%204.093%204.148s4.093-1.857%204.093-4.148v-3.37H7.907zm4.861-4.616h3.253c-.312-1.667-1.608-3.292-3.253-3.609zm-1.535%200V5.73c-1.645.317-2.942%201.942-3.254%203.61z%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%22M2.535%2011.916c0%205.267%204.238%209.537%209.465%209.537s9.465-4.27%209.465-9.537a9.54%209.54%200%200%200-5.335-8.584a.776.776%200%200%201-.355-1.033a.765.765%200%200%201%201.026-.358A11.09%2011.09%200%200%201%2023%2011.916C23%2018.038%2018.075%2023%2012%2023S1%2018.038%201%2011.916C1%206.548%204.787%202.073%209.815%201.051c1.689-.343%202.952%201.104%202.952%202.617v2.134c1.894.364%203.326%202.05%203.326%204.076V14c0%202.291-1.832%204.148-4.093%204.148c-2.26%200-4.093-1.857-4.093-4.148V9.878c0-2.025%201.432-3.711%203.326-4.075V3.668c0-.766-.588-1.208-1.115-1.101c-4.326.879-7.583%204.732-7.583%209.35%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.907%2013.954c0%202.29%201.833%204.148%204.093%204.148s4.093-1.857%204.093-4.148v-3.37H7.907zm4.861-4.616h3.253c-.312-1.667-1.608-3.292-3.253-3.609zm-1.535%200V5.73c-1.645.317-2.942%201.942-3.254%203.61z%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-circle-duotone.svg?color=%231a73e8&size=48