Emoji X Ray Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji X Ray 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/339983.svg" alt="Emoji X Ray icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339983.svg" alt="Emoji X Ray icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339983.svg" alt="Emoji X Ray icon" :width="24" :height="24" />
CSS background
.icon-emoji-x-ray {
background-image: url('https://proicons.com/icon/339983.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>.u{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="u" d="M10.9908,9.739c0,.6843-.5546,1.239-1.239,1.239s-1.239-.5546-1.239-1.239.5546-1.239,1.239-1.239c.6842.0003,1.2387.5548,1.239,1.239"/><path id="c" class="u" d="M39.4871,9.739c0,.6843-.5546,1.239-1.239,1.239s-1.239-.5546-1.239-1.239.5546-1.239,1.239-1.239c.6842.0003,1.2387.5548,1.239,1.239"/><path id="d" class="u" d="M10.9908,38.261c0,.6843-.5546,1.239-1.239,1.239s-1.239-.5546-1.239-1.239.5546-1.239,1.239-1.239c.6842.0003,1.2387.5548,1.239,1.239"/><path id="e" class="u" d="M39.4871,38.261c0,.6843-.5546,1.239-1.239,1.239s-1.239-.5546-1.239-1.239.5546-1.239,1.239-1.239c.6842.0003,1.2387.5548,1.239,1.239"/><path id="f" class="u" d="M20.5974,14.4861c-.5864-.9359-1.2757-1.3689-3.0068-1.3689h-6.0906"/><path id="g" class="u" d="M36.5,13.1172h-6.3407c-1.7311,0-2.4204.433-3.0068,1.3689"/><path id="h" class="u" d="M27.3051,19.8419s7.3666.2174,6.2891-2.387"/><path id="i" class="u" d="M27.0236,17.0755s4.0437.1193,3.4523-1.3102"/><path id="j" class="u" d="M26.9895,22.1637s8.9188,1.4407,7.8957-1.893"/><path id="k" class="u" d="M26.8186,24.2261s8.2636,4.3096,8.3191-.2025"/><path id="l" class="u" d="M26.3404,25.9375s10.2118,9.0292,8.3469,2.0914"/><path id="m" class="u" d="M26.3404,25.9375s6.1344,14.5296,7.6992,6.5538"/><path id="n" class="u" d="M20.4684,19.8419s-7.3666.2174-6.2891-2.387"/><path id="o" class="u" d="M20.7498,17.0755s-4.0437.1193-3.4523-1.3102"/><path id="p" class="u" d="M20.784,22.2599s-8.9188,1.4407-7.8957-1.893"/><path id="q" class="u" d="M20.9548,24.2261s-8.2636,4.3096-8.3191-.2025"/><path id="r" class="u" d="M21.433,25.9375s-10.2118,9.0292-8.3469,2.0914"/><path id="s" class="u" d="M21.433,25.9375s-6.1344,14.5296-7.6992,6.5538"/><path id="t" class="u" d="M23.9798,27.3758v-11.9765"/><rect class="u" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!