mouse circle icon

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

Name
mouse-circle-broken
Set
Solar
Style
Broken
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10"/><path d="M8.5 10H16"/><path d="M12 10V6"/><path d="M12 8.89182V3.85022C12 2.73646 11.0955 1.81254 10.0128 2.03267C5.44193 2.96194 2 7.03407 2 11.9168C2 13.7706 2.49614 15.5075 3.36182 17M16.3641 2.8419C19.7003 4.4761 22 7.92565 22 11.9168C22 17.4856 17.5228 22 12 22C10.1786 22 8.47087 21.509 7 20.651"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMouseCircleBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10"/><path d="M8.5 10H16"/><path d="M12 10V6"/><path d="M12 8.89182V3.85022C12 2.73646 11.0955 1.81254 10.0128 2.03267C5.44193 2.96194 2 7.03407 2 11.9168C2 13.7706 2.49614 15.5075 3.36182 17M16.3641 2.8419C19.7003 4.4761 22 7.92565 22 11.9168C22 17.4856 17.5228 22 12 22C10.1786 22 8.47087 21.509 7 20.651"/></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-linecap="round" stroke-width="1.5"><path d="M16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10"/><path d="M8.5 10H16"/><path d="M12 10V6"/><path d="M12 8.89182V3.85022C12 2.73646 11.0955 1.81254 10.0128 2.03267C5.44193 2.96194 2 7.03407 2 11.9168C2 13.7706 2.49614 15.5075 3.36182 17M16.3641 2.8419C19.7003 4.4761 22 7.92565 22 11.9168C22 17.4856 17.5228 22 12 22C10.1786 22 8.47087 21.509 7 20.651"/></g></svg>
</template>

CSS

.icon-mouse-circle-broken {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2014C16%2016.2091%2014.2091%2018%2012%2018C9.79086%2018%208%2016.2091%208%2014V10C8%207.79086%209.79086%206%2012%206C14.2091%206%2016%207.79086%2016%2010%22%2F%3E%3Cpath%20d%3D%22M8.5%2010H16%22%2F%3E%3Cpath%20d%3D%22M12%2010V6%22%2F%3E%3Cpath%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%2013.7706%202.49614%2015.5075%203.36182%2017M16.3641%202.8419C19.7003%204.4761%2022%207.92565%2022%2011.9168C22%2017.4856%2017.5228%2022%2012%2022C10.1786%2022%208.47087%2021.509%207%2020.651%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2014C16%2016.2091%2014.2091%2018%2012%2018C9.79086%2018%208%2016.2091%208%2014V10C8%207.79086%209.79086%206%2012%206C14.2091%206%2016%207.79086%2016%2010%22%2F%3E%3Cpath%20d%3D%22M8.5%2010H16%22%2F%3E%3Cpath%20d%3D%22M12%2010V6%22%2F%3E%3Cpath%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%2013.7706%202.49614%2015.5075%203.36182%2017M16.3641%202.8419C19.7003%204.4761%2022%207.92565%2022%2011.9168C22%2017.4856%2017.5228%2022%2012%2022C10.1786%2022%208.47087%2021.509%207%2020.651%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-broken.svg?color=%231a73e8&size=48