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/308269.svg" alt="Mouse Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308269.svg" alt="Mouse Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308269.svg" alt="Mouse Svg icon" :width="24" :height="24" />
CSS background
.icon-mouse---svg {
background-image: url('https://proicons.com/icon/308269.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 d="M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z" fill="#58CC02" stroke="#58CC02" stroke-width="2" stroke-linejoin="round"/> <path d="M12 7L12 11" stroke="#D7FFB8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!