cursor in window icon
cursor-in-window from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cursor-in-window
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
cursor-01cursor-02cursor-add-selection-01cursor-add-selection-02cursor-circle-selection-01cursor-circle-selection-02cursor-disabled-01cursor-disabled-02cursor-edit-01cursor-edit-02cursor-hold-01cursor-hold-02cursor-info-01cursor-info-02cursor-loading-01cursor-loading-02cursor-magic-selection-01cursor-magic-selection-02cursor-magic-selection-03cursor-magic-selection-04cursor-move-01cursor-move-02cursor-pointer-01cursor-pointer-02
Use the cursor in window 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-linejoin="round" d="m15.78 12.905l3.351 1.312c1.934.757 2.9 1.135 2.868 1.735s-1.04.875-3.058 1.425c-.601.164-.901.246-1.11.454c-.208.209-.29.509-.454 1.11c-.55 2.017-.825 3.026-1.425 3.058s-.978-.934-1.735-2.868l-1.312-3.352c-.792-2.024-1.188-3.036-.675-3.549s1.525-.117 3.55.675Z"/><path stroke-linecap="round" d="M21 11V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2H8c-2.828 0-4.243 0-5.121.879C2 3.757 2 5.172 2 8v5c0 2.828 0 4.243.879 5.121C3.757 19 5.172 19 8 19h2M2 6h19"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCursorInWindow(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 strokeLinejoin="round" d="m15.78 12.905l3.351 1.312c1.934.757 2.9 1.135 2.868 1.735s-1.04.875-3.058 1.425c-.601.164-.901.246-1.11.454c-.208.209-.29.509-.454 1.11c-.55 2.017-.825 3.026-1.425 3.058s-.978-.934-1.735-2.868l-1.312-3.352c-.792-2.024-1.188-3.036-.675-3.549s1.525-.117 3.55.675Z"/><path strokeLinecap="round" d="M21 11V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2H8c-2.828 0-4.243 0-5.121.879C2 3.757 2 5.172 2 8v5c0 2.828 0 4.243.879 5.121C3.757 19 5.172 19 8 19h2M2 6h19"/></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-linejoin="round" d="m15.78 12.905l3.351 1.312c1.934.757 2.9 1.135 2.868 1.735s-1.04.875-3.058 1.425c-.601.164-.901.246-1.11.454c-.208.209-.29.509-.454 1.11c-.55 2.017-.825 3.026-1.425 3.058s-.978-.934-1.735-2.868l-1.312-3.352c-.792-2.024-1.188-3.036-.675-3.549s1.525-.117 3.55.675Z"/><path stroke-linecap="round" d="M21 11V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2H8c-2.828 0-4.243 0-5.121.879C2 3.757 2 5.172 2 8v5c0 2.828 0 4.243.879 5.121C3.757 19 5.172 19 8 19h2M2 6h19"/></g></svg> </template>
CSS
.icon-cursor-in-window {
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-linejoin%3D%22round%22%20d%3D%22m15.78%2012.905l3.351%201.312c1.934.757%202.9%201.135%202.868%201.735s-1.04.875-3.058%201.425c-.601.164-.901.246-1.11.454c-.208.209-.29.509-.454%201.11c-.55%202.017-.825%203.026-1.425%203.058s-.978-.934-1.735-2.868l-1.312-3.352c-.792-2.024-1.188-3.036-.675-3.549s1.525-.117%203.55.675Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011V8c0-2.828%200-4.243-.879-5.121C19.243%202%2017.828%202%2015%202H8c-2.828%200-4.243%200-5.121.879C2%203.757%202%205.172%202%208v5c0%202.828%200%204.243.879%205.121C3.757%2019%205.172%2019%208%2019h2M2%206h19%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-linejoin%3D%22round%22%20d%3D%22m15.78%2012.905l3.351%201.312c1.934.757%202.9%201.135%202.868%201.735s-1.04.875-3.058%201.425c-.601.164-.901.246-1.11.454c-.208.209-.29.509-.454%201.11c-.55%202.017-.825%203.026-1.425%203.058s-.978-.934-1.735-2.868l-1.312-3.352c-.792-2.024-1.188-3.036-.675-3.549s1.525-.117%203.55.675Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011V8c0-2.828%200-4.243-.879-5.121C19.243%202%2017.828%202%2015%202H8c-2.828%200-4.243%200-5.121.879C2%203.757%202%205.172%202%208v5c0%202.828%200%204.243.879%205.121C3.757%2019%205.172%2019%208%2019h2M2%206h19%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/cursor-in-window.svg?color=%231a73e8&size=48