mouse 05 icon
mouse-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mouse-05
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mouse 05 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="M2.333 12.321c-.77 1.657-.174 3.79 1.472 5.009c.606.448 1.235.88 1.902 1.268c.667.387 1.355.717 2.044 1.02c1.875.822 4.011.274 5.055-1.224c.724-1.038 1.447-2.114 2.104-3.257s1.223-2.31 1.757-3.458c.77-1.657.174-3.79-1.473-5.009a20 20 0 0 0-1.901-1.268a20 20 0 0 0-2.044-1.02c-1.875-.822-4.011-.274-5.056 1.224C5.47 6.644 4.747 7.72 4.09 8.863s-1.223 2.31-1.757 3.458Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m12 8l.72-1.294c.903-1.628 1.355-2.441 2.123-2.655c.767-.214 1.55.256 3.116 1.196l2.076 1.245c.688.413 1.568.168 1.965-.547"/><path d="M12.25 10.299c.233-.403.35-.605.375-.802a1 1 0 0 0-.198-.74c-.12-.158-.322-.274-.726-.507s-.605-.35-.803-.375a1 1 0 0 0-.739.198c-.158.12-.274.323-.507.726l-.5.866c-.233.404-.35.605-.375.803a1 1 0 0 0 .198.739c.12.158.322.274.726.507s.605.35.802.375a1 1 0 0 0 .74-.198c.157-.12.274-.322.507-.726z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMouse05(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="M2.333 12.321c-.77 1.657-.174 3.79 1.472 5.009c.606.448 1.235.88 1.902 1.268c.667.387 1.355.717 2.044 1.02c1.875.822 4.011.274 5.055-1.224c.724-1.038 1.447-2.114 2.104-3.257s1.223-2.31 1.757-3.458c.77-1.657.174-3.79-1.473-5.009a20 20 0 0 0-1.901-1.268a20 20 0 0 0-2.044-1.02c-1.875-.822-4.011-.274-5.056 1.224C5.47 6.644 4.747 7.72 4.09 8.863s-1.223 2.31-1.757 3.458Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m12 8l.72-1.294c.903-1.628 1.355-2.441 2.123-2.655c.767-.214 1.55.256 3.116 1.196l2.076 1.245c.688.413 1.568.168 1.965-.547"/><path d="M12.25 10.299c.233-.403.35-.605.375-.802a1 1 0 0 0-.198-.74c-.12-.158-.322-.274-.726-.507s-.605-.35-.803-.375a1 1 0 0 0-.739.198c-.158.12-.274.323-.507.726l-.5.866c-.233.404-.35.605-.375.803a1 1 0 0 0 .198.739c.12.158.322.274.726.507s.605.35.802.375a1 1 0 0 0 .74-.198c.157-.12.274-.322.507-.726z"/></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="M2.333 12.321c-.77 1.657-.174 3.79 1.472 5.009c.606.448 1.235.88 1.902 1.268c.667.387 1.355.717 2.044 1.02c1.875.822 4.011.274 5.055-1.224c.724-1.038 1.447-2.114 2.104-3.257s1.223-2.31 1.757-3.458c.77-1.657.174-3.79-1.473-5.009a20 20 0 0 0-1.901-1.268a20 20 0 0 0-2.044-1.02c-1.875-.822-4.011-.274-5.056 1.224C5.47 6.644 4.747 7.72 4.09 8.863s-1.223 2.31-1.757 3.458Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m12 8l.72-1.294c.903-1.628 1.355-2.441 2.123-2.655c.767-.214 1.55.256 3.116 1.196l2.076 1.245c.688.413 1.568.168 1.965-.547"/><path d="M12.25 10.299c.233-.403.35-.605.375-.802a1 1 0 0 0-.198-.74c-.12-.158-.322-.274-.726-.507s-.605-.35-.803-.375a1 1 0 0 0-.739.198c-.158.12-.274.323-.507.726l-.5.866c-.233.404-.35.605-.375.803a1 1 0 0 0 .198.739c.12.158.322.274.726.507s.605.35.802.375a1 1 0 0 0 .74-.198c.157-.12.274-.322.507-.726z"/></g></svg> </template>
CSS
.icon-mouse-05 {
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%22M2.333%2012.321c-.77%201.657-.174%203.79%201.472%205.009c.606.448%201.235.88%201.902%201.268c.667.387%201.355.717%202.044%201.02c1.875.822%204.011.274%205.055-1.224c.724-1.038%201.447-2.114%202.104-3.257s1.223-2.31%201.757-3.458c.77-1.657.174-3.79-1.473-5.009a20%2020%200%200%200-1.901-1.268a20%2020%200%200%200-2.044-1.02c-1.875-.822-4.011-.274-5.056%201.224C5.47%206.644%204.747%207.72%204.09%208.863s-1.223%202.31-1.757%203.458Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%208l.72-1.294c.903-1.628%201.355-2.441%202.123-2.655c.767-.214%201.55.256%203.116%201.196l2.076%201.245c.688.413%201.568.168%201.965-.547%22%2F%3E%3Cpath%20d%3D%22M12.25%2010.299c.233-.403.35-.605.375-.802a1%201%200%200%200-.198-.74c-.12-.158-.322-.274-.726-.507s-.605-.35-.803-.375a1%201%200%200%200-.739.198c-.158.12-.274.323-.507.726l-.5.866c-.233.404-.35.605-.375.803a1%201%200%200%200%20.198.739c.12.158.322.274.726.507s.605.35.802.375a1%201%200%200%200%20.74-.198c.157-.12.274-.322.507-.726z%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%22M2.333%2012.321c-.77%201.657-.174%203.79%201.472%205.009c.606.448%201.235.88%201.902%201.268c.667.387%201.355.717%202.044%201.02c1.875.822%204.011.274%205.055-1.224c.724-1.038%201.447-2.114%202.104-3.257s1.223-2.31%201.757-3.458c.77-1.657.174-3.79-1.473-5.009a20%2020%200%200%200-1.901-1.268a20%2020%200%200%200-2.044-1.02c-1.875-.822-4.011-.274-5.056%201.224C5.47%206.644%204.747%207.72%204.09%208.863s-1.223%202.31-1.757%203.458Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%208l.72-1.294c.903-1.628%201.355-2.441%202.123-2.655c.767-.214%201.55.256%203.116%201.196l2.076%201.245c.688.413%201.568.168%201.965-.547%22%2F%3E%3Cpath%20d%3D%22M12.25%2010.299c.233-.403.35-.605.375-.802a1%201%200%200%200-.198-.74c-.12-.158-.322-.274-.726-.507s-.605-.35-.803-.375a1%201%200%200%200-.739.198c-.158.12-.274.323-.507.726l-.5.866c-.233.404-.35.605-.375.803a1%201%200%200%200%20.198.739c.12.158.322.274.726.507s.605.35.802.375a1%201%200%200%200%20.74-.198c.157-.12.274-.322.507-.726z%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-05.svg?color=%231a73e8&size=48