crosshairs icon
crosshairs from Font Awesome 6 Solid by Dave Gandy · Regular · Design · CC-BY-4.0 Attribution required.
- Name
- crosshairs
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Design
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More design icons from Font Awesome 6 Solid
Use the crosshairs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0c17.7 0 32 14.3 32 32v10.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-10.4c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-10.4C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h10.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32M107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6c-12.5-58.3-58.3-104.1-116.6-116.6V128c0 17.7-14.3 32-32 32s-32-14.3-32-32v-20.6c-58.3 12.5-104.1 58.3-116.6 116.6H128c17.7 0 32 14.3 32 32s-14.3 32-32 32zM256 224a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCrosshairs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0c17.7 0 32 14.3 32 32v10.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-10.4c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-10.4C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h10.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32M107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6c-12.5-58.3-58.3-104.1-116.6-116.6V128c0 17.7-14.3 32-32 32s-32-14.3-32-32v-20.6c-58.3 12.5-104.1 58.3-116.6 116.6H128c17.7 0 32 14.3 32 32s-14.3 32-32 32zM256 224a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0c17.7 0 32 14.3 32 32v10.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-10.4c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-10.4C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h10.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32M107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6c-12.5-58.3-58.3-104.1-116.6-116.6V128c0 17.7-14.3 32-32 32s-32-14.3-32-32v-20.6c-58.3 12.5-104.1 58.3-116.6 116.6H128c17.7 0 32 14.3 32 32s-14.3 32-32 32zM256 224a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200c17.7%200%2032%2014.3%2032%2032v10.4c93.7%2013.9%20167.7%2088%20181.6%20181.6H480c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-10.4c-13.9%2093.7-88%20167.7-181.6%20181.6V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-10.4C130.3%20455.7%2056.3%20381.7%2042.4%20288H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h10.4C56.3%20130.3%20130.3%2056.3%20224%2042.4V32c0-17.7%2014.3-32%2032-32M107.4%20288c12.5%2058.3%2058.4%20104.1%20116.6%20116.6V384c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v20.6c58.3-12.5%20104.1-58.4%20116.6-116.6H384c-17.7%200-32-14.3-32-32s14.3-32%2032-32h20.6c-12.5-58.3-58.3-104.1-116.6-116.6V128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-20.6c-58.3%2012.5-104.1%2058.3-116.6%20116.6H128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032zM256%20224a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200c17.7%200%2032%2014.3%2032%2032v10.4c93.7%2013.9%20167.7%2088%20181.6%20181.6H480c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-10.4c-13.9%2093.7-88%20167.7-181.6%20181.6V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-10.4C130.3%20455.7%2056.3%20381.7%2042.4%20288H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h10.4C56.3%20130.3%20130.3%2056.3%20224%2042.4V32c0-17.7%2014.3-32%2032-32M107.4%20288c12.5%2058.3%2058.4%20104.1%20116.6%20116.6V384c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v20.6c58.3-12.5%20104.1-58.4%20116.6-116.6H384c-17.7%200-32-14.3-32-32s14.3-32%2032-32h20.6c-12.5-58.3-58.3-104.1-116.6-116.6V128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-20.6c-58.3%2012.5-104.1%2058.3-116.6%20116.6H128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032zM256%20224a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/crosshairs.svg?color=%231a73e8&size=48