Reticle Crosshair Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Reticle Crosshair icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304831.svg" alt="Reticle Crosshair icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304831.svg" alt="Reticle Crosshair icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304831.svg" alt="Reticle Crosshair icon" :width="24" :height="24" />
CSS background
.icon-reticle-crosshair {
background-image: url('https://proicons.com/icon/304831.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>reticle-crosshair</title><path d="M36.93,20.53H38.8a.94.94,0,0,1,0,1.87H36.93v4.67H41.6V25.2a.94.94,0,0,1,1.87,0v1.87H58.38A22.44,22.44,0,0,0,36.93,5.62Z"/><path d="M28.53,27.07V25.2a.94.94,0,0,1,1.87,0v1.87h4.67V22.4H33.2a.94.94,0,0,1,0-1.87h1.87V5.62A22.44,22.44,0,0,0,13.62,27.07Z"/><path d="M35.07,35.47H33.2a.94.94,0,0,1,0-1.87h1.87V28.93H30.4V30.8a.94.94,0,0,1-1.87,0V28.93H13.62A22.44,22.44,0,0,0,35.07,50.38Z"/><path d="M43.47,28.93V30.8a.94.94,0,0,1-1.87,0V28.93H36.93V33.6H38.8a.94.94,0,0,1,0,1.87H36.93V50.38A22.44,22.44,0,0,0,58.38,28.93Z"/><path d="M36,52.27A24.27,24.27,0,1,1,60.27,28,24.3,24.3,0,0,1,36,52.27M36,0A28,28,0,1,0,64,28,28,28,0,0,0,36,0"/></svg>
Copied!