Darkness Immunity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Darkness Immunity 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/324283.svg" alt="Darkness Immunity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324283.svg" alt="Darkness Immunity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324283.svg" alt="Darkness Immunity icon" :width="24" :height="24" />
CSS background
.icon-darkness-immunity {
background-image: url('https://proicons.com/icon/324283.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="b" 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><polygon class="c" points="45.5 24 39.2105 30.2895 39.2105 39.2105 30.2895 39.2105 24 45.5 17.7105 39.2105 8.7895 39.2105 8.7895 30.2895 2.5 24 8.7895 17.7105 8.7895 8.7895 17.7105 8.7895 24 2.5 30.2895 8.7895 39.2105 8.7895 39.2105 17.7105 45.5 24"/><circle class="c" cx="24" cy="24" r="11.5157"/><path class="c" d="m20.6317,29.4428v-10.8856h3.6059c2.5853,0,4.7625,2.1771,4.7625,4.7625v1.3607c0,2.5853-2.1771,4.7625-4.7625,4.7625h-3.6059Z"/></svg>
Copied!