Simple Radio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simple Radio 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/347322.svg" alt="Simple Radio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347322.svg" alt="Simple Radio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347322.svg" alt="Simple Radio icon" :width="24" :height="24" />
CSS background
.icon-simple-radio {
background-image: url('https://proicons.com/icon/347322.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M22.77169657,17.15678496c5.33006654.02000071,10.76513393.01499958,15.94419952.92901247,2.62503281.3890048,2.65803417,2.44803055,3.09903776,3.82804887.91701128,4.84205957.92301187,9.77212149-.04000142,14.61118267-.39000426,1.39301897-.60700603,3.41704252-3.2850409,3.70704706-5.93807394.95801216-12.13315106.91601181-18.21222751.84401232-3.98105066-.16200077-8.12510155-.17000029-11.87314854-1.1500159-1.90302366-.8990095-1.7700221-2.67803487-2.21202754-4.05004985-.82001042-4.97506256-1.0930136-10.0891268.20100273-14.99418688.84201053-3.18903903,2.37702956-3.40104348,5.20506498-4.93606156L28.28976709,6.89065686"/><path id="f" class="g" d="M31.56380627,30.85995724c-1.45601757,1.1900135-4.35605344,1.93802395-7.52009444,1.93802395-3.16303964,0-6.0630755-.74801045-7.52009444-1.93802395"/></svg>
Copied!