Dogtags Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Dogtags 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/304780.svg" alt="Dogtags icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304780.svg" alt="Dogtags icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304780.svg" alt="Dogtags icon" :width="24" :height="24" />
CSS background
.icon-dogtags {
background-image: url('https://proicons.com/icon/304780.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>dogtags</title><path d="M40.39,14.72a1.61,1.61,0,1,0-1.61-1.61,1.61,1.61,0,0,0,1.61,1.61"/><path d="M50.77,43.31,33.07,44h0a.81.81,0,0,1-.81-.78.8.8,0,0,1,.77-.83l17.71-.73a.79.79,0,0,1,.84.77.81.81,0,0,1-.78.84ZM31.93,36a.82.82,0,0,1,.78-.84l17.7-.72a.79.79,0,0,1,.84.77.81.81,0,0,1-.77.84l-17.71.72h0a.81.81,0,0,1-.81-.77Zm-.29-7.24a.81.81,0,0,1,.77-.84l17.7-.72A.78.78,0,0,1,51,28a.81.81,0,0,1-.77.84l-17.7.72h0a.8.8,0,0,1-.8-.77Zm-.3-7.24a.81.81,0,0,1,.77-.84L49.82,20a.78.78,0,0,1,.84.78.81.81,0,0,1-.78.83l-17.7.73h0a.81.81,0,0,1-.81-.77ZM40.39,9.89a3.22,3.22,0,1,1-3.22,3.22,3.22,3.22,0,0,1,3.22-3.22Zm16.91.77a2.36,2.36,0,0,0-1.41-2.08A35.06,35.06,0,0,0,24.7,10a2.62,2.62,0,0,0-1.23,2.34h0l1.64,34.21a2.38,2.38,0,0,0,1.41,2.08l.24.11a34.46,34.46,0,0,0,30.68-1.25l.24-.13a2.38,2.38,0,0,0,1.23-2.19Z"/><path d="M21.86,12.33a4.21,4.21,0,0,1,2.06-3.75,36.67,36.67,0,0,1,11.33-4,34.65,34.65,0,0,0-15,1.25,2.35,2.35,0,0,0-1.64,1.89L13.12,41.49a2.36,2.36,0,0,0,1,2.32l.22.16a34.31,34.31,0,0,0,10.1,5,4,4,0,0,1-.9-2.36Z"/></svg>
Copied!