window pointer icon

window-pointer from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
window-pointer
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

1 other variant in Reicon

More tools icons from Reicon

Use the window pointer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M5.667 8c.552 0 1-.453 1-1s-.448-1-1-1s-1 .453-1 1s.448 1 1 1M9 8c.552 0 1-.453 1-1s-.448-1-1-1s-1 .453-1 1s.448 1 1 1"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.333 10.333h19.334m0 2.264V6.333A2.67 2.67 0 0 0 19 3.667H5a2.67 2.67 0 0 0-2.667 2.666v11.334A2.67 2.67 0 0 0 5 20.333h7.104"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.835 14.36l7.92 2.893c.333.12.324.6-.015.707l-3.625 1.16l-1.16 3.627c-.108.333-.584.346-.706.013l-2.893-7.92a.373.373 0 0 1 .479-.48"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWindowPointer(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"><path fill="currentColor" d="M5.667 8c.552 0 1-.453 1-1s-.448-1-1-1s-1 .453-1 1s.448 1 1 1M9 8c.552 0 1-.453 1-1s-.448-1-1-1s-1 .453-1 1s.448 1 1 1"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2.333 10.333h19.334m0 2.264V6.333A2.67 2.67 0 0 0 19 3.667H5a2.67 2.67 0 0 0-2.667 2.666v11.334A2.67 2.67 0 0 0 5 20.333h7.104"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m14.835 14.36l7.92 2.893c.333.12.324.6-.015.707l-3.625 1.16l-1.16 3.627c-.108.333-.584.346-.706.013l-2.893-7.92a.373.373 0 0 1 .479-.48"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M5.667 8c.552 0 1-.453 1-1s-.448-1-1-1s-1 .453-1 1s.448 1 1 1M9 8c.552 0 1-.453 1-1s-.448-1-1-1s-1 .453-1 1s.448 1 1 1"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.333 10.333h19.334m0 2.264V6.333A2.67 2.67 0 0 0 19 3.667H5a2.67 2.67 0 0 0-2.667 2.666v11.334A2.67 2.67 0 0 0 5 20.333h7.104"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.835 14.36l7.92 2.893c.333.12.324.6-.015.707l-3.625 1.16l-1.16 3.627c-.108.333-.584.346-.706.013l-2.893-7.92a.373.373 0 0 1 .479-.48"/></g></svg>
</template>

CSS

.icon-window-pointer {
  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%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.667%208c.552%200%201-.453%201-1s-.448-1-1-1s-1%20.453-1%201s.448%201%201%201M9%208c.552%200%201-.453%201-1s-.448-1-1-1s-1%20.453-1%201s.448%201%201%201%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.333%2010.333h19.334m0%202.264V6.333A2.67%202.67%200%200%200%2019%203.667H5a2.67%202.67%200%200%200-2.667%202.666v11.334A2.67%202.67%200%200%200%205%2020.333h7.104%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.835%2014.36l7.92%202.893c.333.12.324.6-.015.707l-3.625%201.16l-1.16%203.627c-.108.333-.584.346-.706.013l-2.893-7.92a.373.373%200%200%201%20.479-.48%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%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.667%208c.552%200%201-.453%201-1s-.448-1-1-1s-1%20.453-1%201s.448%201%201%201M9%208c.552%200%201-.453%201-1s-.448-1-1-1s-1%20.453-1%201s.448%201%201%201%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.333%2010.333h19.334m0%202.264V6.333A2.67%202.67%200%200%200%2019%203.667H5a2.67%202.67%200%200%200-2.667%202.666v11.334A2.67%202.67%200%200%200%205%2020.333h7.104%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.835%2014.36l7.92%202.893c.333.12.324.6-.015.707l-3.625%201.16l-1.16%203.627c-.108.333-.584.346-.706.013l-2.893-7.92a.373.373%200%200%201%20.479-.48%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/window-pointer.svg?color=%231a73e8&size=48

Window Pointer outline icon — Reicon · IconsDB