mouse 04 icon
mouse-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse 04 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="M5.225 17.826c.177 2.032 1.944 3.758 4.222 4.014c.838.094 1.69.16 2.553.16s1.715-.066 2.553-.16c2.278-.256 4.045-1.982 4.222-4.014c.123-1.41.225-2.854.225-4.326s-.102-2.917-.225-4.325c-.177-2.033-1.944-3.76-4.222-4.015C13.715 5.066 12.863 5 12 5s-1.715.066-2.553.16c-2.278.256-4.045 1.982-4.222 4.015C5.102 10.583 5 12.028 5 13.5s.102 2.917.225 4.326Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2v6m0 4v2"/><path d="M10.5 9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 8 11.534 8 12 8s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C12.699 12 12.466 12 12 12s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMouse04(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="M5.225 17.826c.177 2.032 1.944 3.758 4.222 4.014c.838.094 1.69.16 2.553.16s1.715-.066 2.553-.16c2.278-.256 4.045-1.982 4.222-4.014c.123-1.41.225-2.854.225-4.326s-.102-2.917-.225-4.325c-.177-2.033-1.944-3.76-4.222-4.015C13.715 5.066 12.863 5 12 5s-1.715.066-2.553.16c-2.278.256-4.045 1.982-4.222 4.015C5.102 10.583 5 12.028 5 13.5s.102 2.917.225 4.326Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 2v6m0 4v2"/><path d="M10.5 9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 8 11.534 8 12 8s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C12.699 12 12.466 12 12 12s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></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="M5.225 17.826c.177 2.032 1.944 3.758 4.222 4.014c.838.094 1.69.16 2.553.16s1.715-.066 2.553-.16c2.278-.256 4.045-1.982 4.222-4.014c.123-1.41.225-2.854.225-4.326s-.102-2.917-.225-4.325c-.177-2.033-1.944-3.76-4.222-4.015C13.715 5.066 12.863 5 12 5s-1.715.066-2.553.16c-2.278.256-4.045 1.982-4.222 4.015C5.102 10.583 5 12.028 5 13.5s.102 2.917.225 4.326Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2v6m0 4v2"/><path d="M10.5 9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 8 11.534 8 12 8s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C12.699 12 12.466 12 12 12s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg> </template>
CSS
.icon-mouse-04 {
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%22M5.225%2017.826c.177%202.032%201.944%203.758%204.222%204.014c.838.094%201.69.16%202.553.16s1.715-.066%202.553-.16c2.278-.256%204.045-1.982%204.222-4.014c.123-1.41.225-2.854.225-4.326s-.102-2.917-.225-4.325c-.177-2.033-1.944-3.76-4.222-4.015C13.715%205.066%2012.863%205%2012%205s-1.715.066-2.553.16c-2.278.256-4.045%201.982-4.222%204.015C5.102%2010.583%205%2012.028%205%2013.5s.102%202.917.225%204.326Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202v6m0%204v2%22%2F%3E%3Cpath%20d%3D%22M10.5%209.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%208%2011.534%208%2012%208s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C12.699%2012%2012.466%2012%2012%2012s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883z%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%22M5.225%2017.826c.177%202.032%201.944%203.758%204.222%204.014c.838.094%201.69.16%202.553.16s1.715-.066%202.553-.16c2.278-.256%204.045-1.982%204.222-4.014c.123-1.41.225-2.854.225-4.326s-.102-2.917-.225-4.325c-.177-2.033-1.944-3.76-4.222-4.015C13.715%205.066%2012.863%205%2012%205s-1.715.066-2.553.16c-2.278.256-4.045%201.982-4.222%204.015C5.102%2010.583%205%2012.028%205%2013.5s.102%202.917.225%204.326Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202v6m0%204v2%22%2F%3E%3Cpath%20d%3D%22M10.5%209.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%208%2011.534%208%2012%208s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C12.699%2012%2012.466%2012%2012%2012s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mouse-04.svg?color=%231a73e8&size=48