mouse 18 icon
mouse-18 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-18
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse 18 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 stroke-linecap="round" stroke-linejoin="round" d="M12 7V2.5M12 13v-2M7.33 4.476q1.586-.368 3.174-1.583C11.28 2.297 11.669 2 12 2s.72.298 1.498.894q1.585 1.215 3.17 1.582c.778.18 1.167.27 1.363.454s.285.47.464 1.044c2.267 7.263.8 13.517-5.478 15.782c-.45.163-.675.244-1.016.244c-.342 0-.567-.081-1.017-.244c-6.277-2.265-7.749-8.519-5.482-15.782c.179-.574.268-.86.465-1.044c.196-.185.584-.274 1.361-.454"/><path d="M10.5 8.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 7 11.534 7 12 7s.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 11 12.466 11 12 11s-.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 HugeiconsMouse18(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 strokeLinecap="round" strokeLinejoin="round" d="M12 7V2.5M12 13v-2M7.33 4.476q1.586-.368 3.174-1.583C11.28 2.297 11.669 2 12 2s.72.298 1.498.894q1.585 1.215 3.17 1.582c.778.18 1.167.27 1.363.454s.285.47.464 1.044c2.267 7.263.8 13.517-5.478 15.782c-.45.163-.675.244-1.016.244c-.342 0-.567-.081-1.017-.244c-6.277-2.265-7.749-8.519-5.482-15.782c.179-.574.268-.86.465-1.044c.196-.185.584-.274 1.361-.454"/><path d="M10.5 8.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 7 11.534 7 12 7s.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 11 12.466 11 12 11s-.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 stroke-linecap="round" stroke-linejoin="round" d="M12 7V2.5M12 13v-2M7.33 4.476q1.586-.368 3.174-1.583C11.28 2.297 11.669 2 12 2s.72.298 1.498.894q1.585 1.215 3.17 1.582c.778.18 1.167.27 1.363.454s.285.47.464 1.044c2.267 7.263.8 13.517-5.478 15.782c-.45.163-.675.244-1.016.244c-.342 0-.567-.081-1.017-.244c-6.277-2.265-7.749-8.519-5.482-15.782c.179-.574.268-.86.465-1.044c.196-.185.584-.274 1.361-.454"/><path d="M10.5 8.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 7 11.534 7 12 7s.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 11 12.466 11 12 11s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg> </template>
CSS
.icon-mouse-18 {
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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207V2.5M12%2013v-2M7.33%204.476q1.586-.368%203.174-1.583C11.28%202.297%2011.669%202%2012%202s.72.298%201.498.894q1.585%201.215%203.17%201.582c.778.18%201.167.27%201.363.454s.285.47.464%201.044c2.267%207.263.8%2013.517-5.478%2015.782c-.45.163-.675.244-1.016.244c-.342%200-.567-.081-1.017-.244c-6.277-2.265-7.749-8.519-5.482-15.782c.179-.574.268-.86.465-1.044c.196-.185.584-.274%201.361-.454%22%2F%3E%3Cpath%20d%3D%22M10.5%208.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%207%2011.534%207%2012%207s.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%2011%2012.466%2011%2012%2011s-.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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207V2.5M12%2013v-2M7.33%204.476q1.586-.368%203.174-1.583C11.28%202.297%2011.669%202%2012%202s.72.298%201.498.894q1.585%201.215%203.17%201.582c.778.18%201.167.27%201.363.454s.285.47.464%201.044c2.267%207.263.8%2013.517-5.478%2015.782c-.45.163-.675.244-1.016.244c-.342%200-.567-.081-1.017-.244c-6.277-2.265-7.749-8.519-5.482-15.782c.179-.574.268-.86.465-1.044c.196-.185.584-.274%201.361-.454%22%2F%3E%3Cpath%20d%3D%22M10.5%208.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%207%2011.534%207%2012%207s.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%2011%2012.466%2011%2012%2011s-.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-18.svg?color=%231a73e8&size=48