mouse circle icon

mouse-circle-outline from Solar by 480 Design · Outline · Devices · CC-BY-4.0 Attribution required.

Name
mouse-circle-outline
Set
Solar
Style
Outline
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

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.85064C11.25 3.09139 10.6697 2.66488 10.1622 2.76806C5.93808 3.62684 2.75 7.39389 2.75 11.9172C2.75 17.0777 6.89721 21.2504 12 21.2504C17.1028 21.2504 21.25 17.0777 21.25 11.9172C21.25 8.22069 19.1208 5.02783 16.0342 3.51586C15.6622 3.33364 15.5084 2.88438 15.6906 2.5124C15.8728 2.14041 16.3221 1.98658 16.6941 2.16879C20.2798 3.92522 22.75 7.63146 22.75 11.9172C22.75 17.8944 17.9429 22.7504 12 22.7504C6.05709 22.7504 1.25 17.8944 1.25 11.9172C1.25 6.67509 4.94577 2.29789 9.86335 1.29813C11.5214 0.961054 12.75 2.38238 12.75 3.85064V5.3093C15.017 5.66889 16.75 7.63227 16.75 10.0004V14.0004C16.75 16.6238 14.6234 18.7504 12 18.7504C9.37665 18.7504 7.25 16.6238 7.25 14.0004V10.0004C7.25 7.63227 8.98301 5.66889 11.25 5.3093V3.85064ZM11.25 6.83739C10.0574 7.1191 9.11868 8.05784 8.83697 9.25043H11.25V6.83739ZM12.75 9.25043H15.163C14.8813 8.05784 13.9426 7.1191 12.75 6.83739V9.25043ZM15.25 10.7504H8.75V14.0004C8.75 15.7954 10.2051 17.2504 12 17.2504C13.7949 17.2504 15.25 15.7954 15.25 14.0004V10.7504Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMouseCircleOutline(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.85064C11.25 3.09139 10.6697 2.66488 10.1622 2.76806C5.93808 3.62684 2.75 7.39389 2.75 11.9172C2.75 17.0777 6.89721 21.2504 12 21.2504C17.1028 21.2504 21.25 17.0777 21.25 11.9172C21.25 8.22069 19.1208 5.02783 16.0342 3.51586C15.6622 3.33364 15.5084 2.88438 15.6906 2.5124C15.8728 2.14041 16.3221 1.98658 16.6941 2.16879C20.2798 3.92522 22.75 7.63146 22.75 11.9172C22.75 17.8944 17.9429 22.7504 12 22.7504C6.05709 22.7504 1.25 17.8944 1.25 11.9172C1.25 6.67509 4.94577 2.29789 9.86335 1.29813C11.5214 0.961054 12.75 2.38238 12.75 3.85064V5.3093C15.017 5.66889 16.75 7.63227 16.75 10.0004V14.0004C16.75 16.6238 14.6234 18.7504 12 18.7504C9.37665 18.7504 7.25 16.6238 7.25 14.0004V10.0004C7.25 7.63227 8.98301 5.66889 11.25 5.3093V3.85064ZM11.25 6.83739C10.0574 7.1191 9.11868 8.05784 8.83697 9.25043H11.25V6.83739ZM12.75 9.25043H15.163C14.8813 8.05784 13.9426 7.1191 12.75 6.83739V9.25043ZM15.25 10.7504H8.75V14.0004C8.75 15.7954 10.2051 17.2504 12 17.2504C13.7949 17.2504 15.25 15.7954 15.25 14.0004V10.7504Z" 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.85064C11.25 3.09139 10.6697 2.66488 10.1622 2.76806C5.93808 3.62684 2.75 7.39389 2.75 11.9172C2.75 17.0777 6.89721 21.2504 12 21.2504C17.1028 21.2504 21.25 17.0777 21.25 11.9172C21.25 8.22069 19.1208 5.02783 16.0342 3.51586C15.6622 3.33364 15.5084 2.88438 15.6906 2.5124C15.8728 2.14041 16.3221 1.98658 16.6941 2.16879C20.2798 3.92522 22.75 7.63146 22.75 11.9172C22.75 17.8944 17.9429 22.7504 12 22.7504C6.05709 22.7504 1.25 17.8944 1.25 11.9172C1.25 6.67509 4.94577 2.29789 9.86335 1.29813C11.5214 0.961054 12.75 2.38238 12.75 3.85064V5.3093C15.017 5.66889 16.75 7.63227 16.75 10.0004V14.0004C16.75 16.6238 14.6234 18.7504 12 18.7504C9.37665 18.7504 7.25 16.6238 7.25 14.0004V10.0004C7.25 7.63227 8.98301 5.66889 11.25 5.3093V3.85064ZM11.25 6.83739C10.0574 7.1191 9.11868 8.05784 8.83697 9.25043H11.25V6.83739ZM12.75 9.25043H15.163C14.8813 8.05784 13.9426 7.1191 12.75 6.83739V9.25043ZM15.25 10.7504H8.75V14.0004C8.75 15.7954 10.2051 17.2504 12 17.2504C13.7949 17.2504 15.25 15.7954 15.25 14.0004V10.7504Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mouse-circle-outline {
  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.85064C11.25%203.09139%2010.6697%202.66488%2010.1622%202.76806C5.93808%203.62684%202.75%207.39389%202.75%2011.9172C2.75%2017.0777%206.89721%2021.2504%2012%2021.2504C17.1028%2021.2504%2021.25%2017.0777%2021.25%2011.9172C21.25%208.22069%2019.1208%205.02783%2016.0342%203.51586C15.6622%203.33364%2015.5084%202.88438%2015.6906%202.5124C15.8728%202.14041%2016.3221%201.98658%2016.6941%202.16879C20.2798%203.92522%2022.75%207.63146%2022.75%2011.9172C22.75%2017.8944%2017.9429%2022.7504%2012%2022.7504C6.05709%2022.7504%201.25%2017.8944%201.25%2011.9172C1.25%206.67509%204.94577%202.29789%209.86335%201.29813C11.5214%200.961054%2012.75%202.38238%2012.75%203.85064V5.3093C15.017%205.66889%2016.75%207.63227%2016.75%2010.0004V14.0004C16.75%2016.6238%2014.6234%2018.7504%2012%2018.7504C9.37665%2018.7504%207.25%2016.6238%207.25%2014.0004V10.0004C7.25%207.63227%208.98301%205.66889%2011.25%205.3093V3.85064ZM11.25%206.83739C10.0574%207.1191%209.11868%208.05784%208.83697%209.25043H11.25V6.83739ZM12.75%209.25043H15.163C14.8813%208.05784%2013.9426%207.1191%2012.75%206.83739V9.25043ZM15.25%2010.7504H8.75V14.0004C8.75%2015.7954%2010.2051%2017.2504%2012%2017.2504C13.7949%2017.2504%2015.25%2015.7954%2015.25%2014.0004V10.7504Z%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.85064C11.25%203.09139%2010.6697%202.66488%2010.1622%202.76806C5.93808%203.62684%202.75%207.39389%202.75%2011.9172C2.75%2017.0777%206.89721%2021.2504%2012%2021.2504C17.1028%2021.2504%2021.25%2017.0777%2021.25%2011.9172C21.25%208.22069%2019.1208%205.02783%2016.0342%203.51586C15.6622%203.33364%2015.5084%202.88438%2015.6906%202.5124C15.8728%202.14041%2016.3221%201.98658%2016.6941%202.16879C20.2798%203.92522%2022.75%207.63146%2022.75%2011.9172C22.75%2017.8944%2017.9429%2022.7504%2012%2022.7504C6.05709%2022.7504%201.25%2017.8944%201.25%2011.9172C1.25%206.67509%204.94577%202.29789%209.86335%201.29813C11.5214%200.961054%2012.75%202.38238%2012.75%203.85064V5.3093C15.017%205.66889%2016.75%207.63227%2016.75%2010.0004V14.0004C16.75%2016.6238%2014.6234%2018.7504%2012%2018.7504C9.37665%2018.7504%207.25%2016.6238%207.25%2014.0004V10.0004C7.25%207.63227%208.98301%205.66889%2011.25%205.3093V3.85064ZM11.25%206.83739C10.0574%207.1191%209.11868%208.05784%208.83697%209.25043H11.25V6.83739ZM12.75%209.25043H15.163C14.8813%208.05784%2013.9426%207.1191%2012.75%206.83739V9.25043ZM15.25%2010.7504H8.75V14.0004C8.75%2015.7954%2010.2051%2017.2504%2012%2017.2504C13.7949%2017.2504%2015.25%2015.7954%2015.25%2014.0004V10.7504Z%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/solar/mouse-circle-outline.svg?color=%231a73e8&size=48