Radiant Defense Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radiant Defense 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/346424.svg" alt="Radiant Defense icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346424.svg" alt="Radiant Defense icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346424.svg" alt="Radiant Defense icon" :width="24" :height="24" />
CSS background
.icon-radiant-defense {
background-image: url('https://proicons.com/icon/346424.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m16.0823,12.6812c3.2819,0,5.9356,2.6537,5.9356,5.9356s-2.6537,5.9356-5.9356,5.9356-5.9464-2.6537-5.9464-5.9356,2.6645-5.9356,5.9464-5.9356Z"/><path id="c" class="e" d="m25.8197,9.6701c2.7078-1.928,6.9537-.5849,9.4991,2.9895,2.5562,3.5744,2.4262,8.0369-.2708,9.954-2.697,1.928-6.9537.5849-9.4991-2.9895-2.5454-3.5744-2.4262-8.0369.2708-9.954Z"/><path id="d" class="e" d="m29.9356,29.0149v9.8999c0,2.4696,4.4625,2.4696,4.4625,0v-10.8964c0-.6571.4946-.9857,1.4839-.9857,2.9678,0,5.4482-.9857,4.9499-5.9356C38.8498.3009,9.1502.3009,7.168,21.0972c-.4982,4.9499,1.9821,5.9356,4.9499,5.9356.9893,0,1.4839.3286,1.4839.9857v10.8964c0,2.4696,4.4625,2.4696,4.4625,0v-9.8999c0-1.9821,3.4552-1.9821,3.4552,0v10.8855c0,3.466,4.9608,3.466,4.9608,0v-10.8855c0-1.9821,3.4552-1.9821,3.4552,0Z"/></svg>
Copied!