Xray Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xray 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/335378.svg" alt="Xray icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335378.svg" alt="Xray icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335378.svg" alt="Xray icon" :width="24" :height="24" />
CSS background
.icon-xray {
background-image: url('https://proicons.com/icon/335378.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M6.1362,21.9417l10.72-5.2758-10.72,5.2758ZM21.6414,40.4529v-14.401M21.6401,40.4516l-4.7737-9.0091M3.5151,26.0519h18.1285M3.5151,26.0519l13.35,5.3893M21.6414,21.9358V3.502M16.8562,16.6659l4.7814-13.1659M6.1362,21.9417h15.4938M41.8638,26.0583l-10.72,5.2758,10.72-5.2758ZM26.3586,7.5471v14.401M26.3599,7.5484l4.7737,9.0091M44.4849,21.9481h-18.1285M44.4849,21.9481l-13.35-5.3893M26.3586,26.0642v18.4337M31.1438,31.3341l-4.7814,13.1659M41.8638,26.0583h-15.4938"/></svg>
Copied!