crosshairs icon
crosshairs from Line Awesome by Icons8 · Line · Spinners · Apache-2.0 Free for personal and commercial use.
- Name
- crosshairs
- Set
- Line Awesome
- Style
- Line
- Category
- Spinners
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- crosshairs-solid
The same icon in other sets
More spinners icons from Line Awesome
Use the crosshairs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v2.063C9.734 5.538 5.54 9.733 5.062 15H3v2h2.063c.476 5.266 4.671 9.46 9.937 9.938V29h2v-2.063c5.266-.476 9.46-4.671 9.938-9.937H29v-2h-2.063c-.475-5.266-4.67-9.46-9.937-9.938V3zm0 4.031V9h2V7.031A9 9 0 0 1 24.969 15H23v2h1.969A9 9 0 0 1 17 24.969V23h-2v1.969A9 9 0 0 1 7.031 17H9v-2H7.031A9 9 0 0 1 15 7.031"/></svg>
React
import type { SVGProps } from "react";
export function LaCrosshairs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v2.063C9.734 5.538 5.54 9.733 5.062 15H3v2h2.063c.476 5.266 4.671 9.46 9.937 9.938V29h2v-2.063c5.266-.476 9.46-4.671 9.938-9.937H29v-2h-2.063c-.475-5.266-4.67-9.46-9.937-9.938V3zm0 4.031V9h2V7.031A9 9 0 0 1 24.969 15H23v2h1.969A9 9 0 0 1 17 24.969V23h-2v1.969A9 9 0 0 1 7.031 17H9v-2H7.031A9 9 0 0 1 15 7.031"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3v2.063C9.734 5.538 5.54 9.733 5.062 15H3v2h2.063c.476 5.266 4.671 9.46 9.937 9.938V29h2v-2.063c5.266-.476 9.46-4.671 9.938-9.937H29v-2h-2.063c-.475-5.266-4.67-9.46-9.937-9.938V3zm0 4.031V9h2V7.031A9 9 0 0 1 24.969 15H23v2h1.969A9 9 0 0 1 17 24.969V23h-2v1.969A9 9 0 0 1 7.031 17H9v-2H7.031A9 9 0 0 1 15 7.031"/></svg> </template>
CSS
.icon-crosshairs {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v2.063C9.734%205.538%205.54%209.733%205.062%2015H3v2h2.063c.476%205.266%204.671%209.46%209.937%209.938V29h2v-2.063c5.266-.476%209.46-4.671%209.938-9.937H29v-2h-2.063c-.475-5.266-4.67-9.46-9.937-9.938V3zm0%204.031V9h2V7.031A9%209%200%200%201%2024.969%2015H23v2h1.969A9%209%200%200%201%2017%2024.969V23h-2v1.969A9%209%200%200%201%207.031%2017H9v-2H7.031A9%209%200%200%201%2015%207.031%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203v2.063C9.734%205.538%205.54%209.733%205.062%2015H3v2h2.063c.476%205.266%204.671%209.46%209.937%209.938V29h2v-2.063c5.266-.476%209.46-4.671%209.938-9.937H29v-2h-2.063c-.475-5.266-4.67-9.46-9.937-9.938V3zm0%204.031V9h2V7.031A9%209%200%200%201%2024.969%2015H23v2h1.969A9%209%200%200%201%2017%2024.969V23h-2v1.969A9%209%200%200%201%207.031%2017H9v-2H7.031A9%209%200%200%201%2015%207.031%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/crosshairs.svg?color=%231a73e8&size=48