mouse circle icon
mouse-circle from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- mouse-circle
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M11.25 3.85c0-.759-.58-1.185-1.088-1.082c-4.224.859-7.412 4.626-7.412 9.15c0 5.16 4.147 9.332 9.25 9.332s9.25-4.172 9.25-9.333c0-3.696-2.13-6.89-5.216-8.401a.75.75 0 1 1 .66-1.347a10.84 10.84 0 0 1 6.056 9.748c0 5.977-4.807 10.833-10.75 10.833S1.25 17.894 1.25 11.917c0-5.242 3.696-9.62 8.613-10.619c1.658-.337 2.887 1.084 2.887 2.553v1.458c2.267.36 4 2.323 4 4.691v4a4.75 4.75 0 1 1-9.5 0v-4a4.75 4.75 0 0 1 4-4.69zm0 2.987A3.26 3.26 0 0 0 8.837 9.25h2.413zm1.5 2.413h2.413a3.26 3.26 0 0 0-2.413-2.413zm2.5 1.5h-6.5V14a3.25 3.25 0 1 0 6.5 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMouseCircle(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" fillRule="evenodd" d="M11.25 3.85c0-.759-.58-1.185-1.088-1.082c-4.224.859-7.412 4.626-7.412 9.15c0 5.16 4.147 9.332 9.25 9.332s9.25-4.172 9.25-9.333c0-3.696-2.13-6.89-5.216-8.401a.75.75 0 1 1 .66-1.347a10.84 10.84 0 0 1 6.056 9.748c0 5.977-4.807 10.833-10.75 10.833S1.25 17.894 1.25 11.917c0-5.242 3.696-9.62 8.613-10.619c1.658-.337 2.887 1.084 2.887 2.553v1.458c2.267.36 4 2.323 4 4.691v4a4.75 4.75 0 1 1-9.5 0v-4a4.75 4.75 0 0 1 4-4.69zm0 2.987A3.26 3.26 0 0 0 8.837 9.25h2.413zm1.5 2.413h2.413a3.26 3.26 0 0 0-2.413-2.413zm2.5 1.5h-6.5V14a3.25 3.25 0 1 0 6.5 0z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.25 3.85c0-.759-.58-1.185-1.088-1.082c-4.224.859-7.412 4.626-7.412 9.15c0 5.16 4.147 9.332 9.25 9.332s9.25-4.172 9.25-9.333c0-3.696-2.13-6.89-5.216-8.401a.75.75 0 1 1 .66-1.347a10.84 10.84 0 0 1 6.056 9.748c0 5.977-4.807 10.833-10.75 10.833S1.25 17.894 1.25 11.917c0-5.242 3.696-9.62 8.613-10.619c1.658-.337 2.887 1.084 2.887 2.553v1.458c2.267.36 4 2.323 4 4.691v4a4.75 4.75 0 1 1-9.5 0v-4a4.75 4.75 0 0 1 4-4.69zm0 2.987A3.26 3.26 0 0 0 8.837 9.25h2.413zm1.5 2.413h2.413a3.26 3.26 0 0 0-2.413-2.413zm2.5 1.5h-6.5V14a3.25 3.25 0 1 0 6.5 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-mouse-circle {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%203.85c0-.759-.58-1.185-1.088-1.082c-4.224.859-7.412%204.626-7.412%209.15c0%205.16%204.147%209.332%209.25%209.332s9.25-4.172%209.25-9.333c0-3.696-2.13-6.89-5.216-8.401a.75.75%200%201%201%20.66-1.347a10.84%2010.84%200%200%201%206.056%209.748c0%205.977-4.807%2010.833-10.75%2010.833S1.25%2017.894%201.25%2011.917c0-5.242%203.696-9.62%208.613-10.619c1.658-.337%202.887%201.084%202.887%202.553v1.458c2.267.36%204%202.323%204%204.691v4a4.75%204.75%200%201%201-9.5%200v-4a4.75%204.75%200%200%201%204-4.69zm0%202.987A3.26%203.26%200%200%200%208.837%209.25h2.413zm1.5%202.413h2.413a3.26%203.26%200%200%200-2.413-2.413zm2.5%201.5h-6.5V14a3.25%203.25%200%201%200%206.5%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%203.85c0-.759-.58-1.185-1.088-1.082c-4.224.859-7.412%204.626-7.412%209.15c0%205.16%204.147%209.332%209.25%209.332s9.25-4.172%209.25-9.333c0-3.696-2.13-6.89-5.216-8.401a.75.75%200%201%201%20.66-1.347a10.84%2010.84%200%200%201%206.056%209.748c0%205.977-4.807%2010.833-10.75%2010.833S1.25%2017.894%201.25%2011.917c0-5.242%203.696-9.62%208.613-10.619c1.658-.337%202.887%201.084%202.887%202.553v1.458c2.267.36%204%202.323%204%204.691v4a4.75%204.75%200%201%201-9.5%200v-4a4.75%204.75%200%200%201%204-4.69zm0%202.987A3.26%203.26%200%200%200%208.837%209.25h2.413zm1.5%202.413h2.413a3.26%203.26%200%200%200-2.413-2.413zm2.5%201.5h-6.5V14a3.25%203.25%200%201%200%206.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mouse-circle.svg?color=%231a73e8&size=48