mouse circle icon
mouse-circle-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- mouse-circle-linear
- Set
- Solar
- Style
- Linear
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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="none" stroke="currentColor" stroke-width="1.5"><path d="M8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10Z"/><path stroke-linecap="round" d="M8.5 10H15.5"/><path stroke-linecap="round" d="M12 10V6"/><path stroke-linecap="round" d="M12 8.89182V3.85022C12 2.73646 11.0955 1.81254 10.0128 2.03267C5.44193 2.96194 2 7.03407 2 11.9168C2 17.4856 6.47715 22 12 22C17.5228 22 22 17.4856 22 11.9168C22 7.92565 19.7003 4.4761 16.3641 2.8419"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMouseCircleLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10Z"/><path strokeLinecap="round" d="M8.5 10H15.5"/><path strokeLinecap="round" d="M12 10V6"/><path strokeLinecap="round" d="M12 8.89182V3.85022C12 2.73646 11.0955 1.81254 10.0128 2.03267C5.44193 2.96194 2 7.03407 2 11.9168C2 17.4856 6.47715 22 12 22C17.5228 22 22 17.4856 22 11.9168C22 7.92565 19.7003 4.4761 16.3641 2.8419"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10Z"/><path stroke-linecap="round" d="M8.5 10H15.5"/><path stroke-linecap="round" d="M12 10V6"/><path stroke-linecap="round" d="M12 8.89182V3.85022C12 2.73646 11.0955 1.81254 10.0128 2.03267C5.44193 2.96194 2 7.03407 2 11.9168C2 17.4856 6.47715 22 12 22C17.5228 22 22 17.4856 22 11.9168C22 7.92565 19.7003 4.4761 16.3641 2.8419"/></g></svg> </template>
CSS
.icon-mouse-circle-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2010C8%207.79086%209.79086%206%2012%206C14.2091%206%2016%207.79086%2016%2010V14C16%2016.2091%2014.2091%2018%2012%2018C9.79086%2018%208%2016.2091%208%2014V10Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%2010H15.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%208.89182V3.85022C12%202.73646%2011.0955%201.81254%2010.0128%202.03267C5.44193%202.96194%202%207.03407%202%2011.9168C2%2017.4856%206.47715%2022%2012%2022C17.5228%2022%2022%2017.4856%2022%2011.9168C22%207.92565%2019.7003%204.4761%2016.3641%202.8419%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2010C8%207.79086%209.79086%206%2012%206C14.2091%206%2016%207.79086%2016%2010V14C16%2016.2091%2014.2091%2018%2012%2018C9.79086%2018%208%2016.2091%208%2014V10Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%2010H15.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%208.89182V3.85022C12%202.73646%2011.0955%201.81254%2010.0128%202.03267C5.44193%202.96194%202%207.03407%202%2011.9168C2%2017.4856%206.47715%2022%2012%2022C17.5228%2022%2022%2017.4856%2022%2011.9168C22%207.92565%2019.7003%204.4761%2016.3641%202.8419%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-circle-linear.svg?color=%231a73e8&size=48