Reticle Dot Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Reticle Dot 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/304832.svg" alt="Reticle Dot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304832.svg" alt="Reticle Dot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304832.svg" alt="Reticle Dot icon" :width="24" :height="24" />
CSS background
.icon-reticle-dot {
background-image: url('https://proicons.com/icon/304832.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-dot</title><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"/><path d="M36,29.87A1.87,1.87,0,1,1,37.87,28,1.87,1.87,0,0,1,36,29.87Zm10.27-.94a.93.93,0,1,1,0-1.86H58.38A22.44,22.44,0,0,0,36.93,5.62V17.73a.93.93,0,1,1-1.86,0V5.62A22.44,22.44,0,0,0,13.62,27.07H25.73a.93.93,0,1,1,0,1.86H13.62A22.44,22.44,0,0,0,35.07,50.38V38.27a.93.93,0,1,1,1.86,0V50.38A22.44,22.44,0,0,0,58.38,28.93Z"/></svg>
Copied!