mouse left click 06 icon
mouse-left-click-06 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-left-click-06
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse left click 06 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="M13.5 5.5V2m0 10V9"/><path d="M13.5 22c6 0 7.5-4.51 7.5-10S19.5 2 13.5 2S6 6.51 6 12s1.5 10 7.5 10Z"/><path d="M15 7c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541C12 6.301 12 6.534 12 7v.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C15 8.199 15 7.966 15 7.5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 12h15"/><path stroke-linecap="round" d="M5 3.167L4.619 2m-.59 3.567L3 6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMouseLeftClick06(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="M13.5 5.5V2m0 10V9"/><path d="M13.5 22c6 0 7.5-4.51 7.5-10S19.5 2 13.5 2S6 6.51 6 12s1.5 10 7.5 10Z"/><path d="M15 7c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541C12 6.301 12 6.534 12 7v.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C15 8.199 15 7.966 15 7.5z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 12h15"/><path strokeLinecap="round" d="M5 3.167L4.619 2m-.59 3.567L3 6"/></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="M13.5 5.5V2m0 10V9"/><path d="M13.5 22c6 0 7.5-4.51 7.5-10S19.5 2 13.5 2S6 6.51 6 12s1.5 10 7.5 10Z"/><path d="M15 7c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077s-.699 0-.883.076a1 1 0 0 0-.54.541C12 6.301 12 6.534 12 7v.5c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C15 8.199 15 7.966 15 7.5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 12h15"/><path stroke-linecap="round" d="M5 3.167L4.619 2m-.59 3.567L3 6"/></g></svg> </template>
CSS
.icon-mouse-left-click-06 {
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%22M13.5%205.5V2m0%2010V9%22%2F%3E%3Cpath%20d%3D%22M13.5%2022c6%200%207.5-4.51%207.5-10S19.5%202%2013.5%202S6%206.51%206%2012s1.5%2010%207.5%2010Z%22%2F%3E%3Cpath%20d%3D%22M15%207c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077s-.699%200-.883.076a1%201%200%200%200-.54.541C12%206.301%2012%206.534%2012%207v.5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C15%208.199%2015%207.966%2015%207.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2012h15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%203.167L4.619%202m-.59%203.567L3%206%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%22M13.5%205.5V2m0%2010V9%22%2F%3E%3Cpath%20d%3D%22M13.5%2022c6%200%207.5-4.51%207.5-10S19.5%202%2013.5%202S6%206.51%206%2012s1.5%2010%207.5%2010Z%22%2F%3E%3Cpath%20d%3D%22M15%207c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077s-.699%200-.883.076a1%201%200%200%200-.54.541C12%206.301%2012%206.534%2012%207v.5c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C15%208.199%2015%207.966%2015%207.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2012h15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%203.167L4.619%202m-.59%203.567L3%206%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-left-click-06.svg?color=%231a73e8&size=48