crosshairs off icon
crosshairs-off from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- crosshairs-off
- Set
- Reicon
- Style
- Outline
- 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.197zm3.6 3.599a2.25 2.25 0 0 0 3.001 3.001z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCrosshairsOff(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.197zm3.6 3.599a2.25 2.25 0 0 0 3.001 3.001z" clipRule="evenodd"/></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.197zm3.6 3.599a2.25 2.25 0 0 0 3.001 3.001z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-crosshairs-off {
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.197zm3.6%203.599a2.25%202.25%200%200%200%203.001%203.001z%22%20clip-rule%3D%22evenodd%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.197zm3.6%203.599a2.25%202.25%200%200%200%203.001%203.001z%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48