crosshairs off icon

crosshairs-off-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
crosshairs-off-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More ui icons from Reicon

Use the crosshairs off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 2a.75.75 0 0 0-1.5 0v1.282a8.7 8.7 0 0 0-2.852.742a.75.75 0 0 0 .618 1.366a7.25 7.25 0 0 1 9.594 9.594a.75.75 0 1 0 1.366.618a8.7 8.7 0 0 0 .742-2.852H22a.75.75 0 0 0 0-1.5h-1.282a8.75 8.75 0 0 0-7.968-7.968z"/><path fill-rule="evenodd" d="M5.305 6.366L1.47 2.53a.75.75 0 0 1 1.06-1.06l20 20a.75.75 0 1 1-1.06 1.06l-3.836-3.835a8.7 8.7 0 0 1-4.884 2.023V22a.75.75 0 0 1-1.5 0v-1.282a8.75 8.75 0 0 1-7.968-7.968H2a.75.75 0 0 1 0-1.5h1.282a8.7 8.7 0 0 1 2.023-4.884M6.37 7.43a7.25 7.25 0 0 0 10.198 10.2l-2.5-2.5a3.75 3.75 0 0 1-5.197-5.197z" clip-rule="evenodd"/><path d="M12.679 8.858a.75.75 0 0 1 .936-.243c.774.37 1.4.996 1.77 1.77a.75.75 0 0 1-1.207.854l-1.417-1.417a.75.75 0 0 1-.082-.964"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCrosshairsOffFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 2a.75.75 0 0 0-1.5 0v1.282a8.7 8.7 0 0 0-2.852.742a.75.75 0 0 0 .618 1.366a7.25 7.25 0 0 1 9.594 9.594a.75.75 0 1 0 1.366.618a8.7 8.7 0 0 0 .742-2.852H22a.75.75 0 0 0 0-1.5h-1.282a8.75 8.75 0 0 0-7.968-7.968z"/><path fillRule="evenodd" d="M5.305 6.366L1.47 2.53a.75.75 0 0 1 1.06-1.06l20 20a.75.75 0 1 1-1.06 1.06l-3.836-3.835a8.7 8.7 0 0 1-4.884 2.023V22a.75.75 0 0 1-1.5 0v-1.282a8.75 8.75 0 0 1-7.968-7.968H2a.75.75 0 0 1 0-1.5h1.282a8.7 8.7 0 0 1 2.023-4.884M6.37 7.43a7.25 7.25 0 0 0 10.198 10.2l-2.5-2.5a3.75 3.75 0 0 1-5.197-5.197z" clipRule="evenodd"/><path d="M12.679 8.858a.75.75 0 0 1 .936-.243c.774.37 1.4.996 1.77 1.77a.75.75 0 0 1-1.207.854l-1.417-1.417a.75.75 0 0 1-.082-.964"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 2a.75.75 0 0 0-1.5 0v1.282a8.7 8.7 0 0 0-2.852.742a.75.75 0 0 0 .618 1.366a7.25 7.25 0 0 1 9.594 9.594a.75.75 0 1 0 1.366.618a8.7 8.7 0 0 0 .742-2.852H22a.75.75 0 0 0 0-1.5h-1.282a8.75 8.75 0 0 0-7.968-7.968z"/><path fill-rule="evenodd" d="M5.305 6.366L1.47 2.53a.75.75 0 0 1 1.06-1.06l20 20a.75.75 0 1 1-1.06 1.06l-3.836-3.835a8.7 8.7 0 0 1-4.884 2.023V22a.75.75 0 0 1-1.5 0v-1.282a8.75 8.75 0 0 1-7.968-7.968H2a.75.75 0 0 1 0-1.5h1.282a8.7 8.7 0 0 1 2.023-4.884M6.37 7.43a7.25 7.25 0 0 0 10.198 10.2l-2.5-2.5a3.75 3.75 0 0 1-5.197-5.197z" clip-rule="evenodd"/><path d="M12.679 8.858a.75.75 0 0 1 .936-.243c.774.37 1.4.996 1.77 1.77a.75.75 0 0 1-1.207.854l-1.417-1.417a.75.75 0 0 1-.082-.964"/></g></svg>
</template>

CSS

.icon-crosshairs-off-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%202a.75.75%200%200%200-1.5%200v1.282a8.7%208.7%200%200%200-2.852.742a.75.75%200%200%200%20.618%201.366a7.25%207.25%200%200%201%209.594%209.594a.75.75%200%201%200%201.366.618a8.7%208.7%200%200%200%20.742-2.852H22a.75.75%200%200%200%200-1.5h-1.282a8.75%208.75%200%200%200-7.968-7.968z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.305%206.366L1.47%202.53a.75.75%200%200%201%201.06-1.06l20%2020a.75.75%200%201%201-1.06%201.06l-3.836-3.835a8.7%208.7%200%200%201-4.884%202.023V22a.75.75%200%200%201-1.5%200v-1.282a8.75%208.75%200%200%201-7.968-7.968H2a.75.75%200%200%201%200-1.5h1.282a8.7%208.7%200%200%201%202.023-4.884M6.37%207.43a7.25%207.25%200%200%200%2010.198%2010.2l-2.5-2.5a3.75%203.75%200%200%201-5.197-5.197z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.679%208.858a.75.75%200%200%201%20.936-.243c.774.37%201.4.996%201.77%201.77a.75.75%200%200%201-1.207.854l-1.417-1.417a.75.75%200%200%201-.082-.964%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%202a.75.75%200%200%200-1.5%200v1.282a8.7%208.7%200%200%200-2.852.742a.75.75%200%200%200%20.618%201.366a7.25%207.25%200%200%201%209.594%209.594a.75.75%200%201%200%201.366.618a8.7%208.7%200%200%200%20.742-2.852H22a.75.75%200%200%200%200-1.5h-1.282a8.75%208.75%200%200%200-7.968-7.968z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.305%206.366L1.47%202.53a.75.75%200%200%201%201.06-1.06l20%2020a.75.75%200%201%201-1.06%201.06l-3.836-3.835a8.7%208.7%200%200%201-4.884%202.023V22a.75.75%200%200%201-1.5%200v-1.282a8.75%208.75%200%200%201-7.968-7.968H2a.75.75%200%200%201%200-1.5h1.282a8.7%208.7%200%200%201%202.023-4.884M6.37%207.43a7.25%207.25%200%200%200%2010.198%2010.2l-2.5-2.5a3.75%203.75%200%200%201-5.197-5.197z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.679%208.858a.75.75%200%200%201%20.936-.243c.774.37%201.4.996%201.77%201.77a.75.75%200%200%201-1.207.854l-1.417-1.417a.75.75%200%200%201-.082-.964%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/crosshairs-off-filled.svg?color=%231a73e8&size=48

Crosshairs Off filled icon — Reicon · IconsDB