Mouse Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Mouse Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308877.svg" alt="Mouse Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308877.svg" alt="Mouse Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308877.svg" alt="Mouse Svg icon" :width="24" :height="24" />
CSS background
.icon-mouse---svg {
background-image: url('https://proicons.com/icon/308877.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5 9C5 5.13401 8.13401 2 12 2C15.866 2 19 5.13401 19 9V15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V9ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7L11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V7Z" fill="#292929"/> </svg>
Copied!