Radiogram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radiogram 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/346434.svg" alt="Radiogram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346434.svg" alt="Radiogram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346434.svg" alt="Radiogram icon" :width="24" :height="24" />
CSS background
.icon-radiogram {
background-image: url('https://proicons.com/icon/346434.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9.2842,35.064a18.4994,18.4994,0,1,1,29.4433-.0131"/><path class="a" d="M38.6894,36.2261V30.3285a1.6452,1.6452,0,0,0-1.6441-1.6463h-.0011l-26.1017.037a1.65,1.65,0,0,0-1.6453,1.6452L9.28,36.262"/><path class="a" d="M13.7639,31.903h8.1979a1.2709,1.2709,0,0,1,1.2709,1.2709h0a1.2709,1.2709,0,0,1-1.2709,1.2709H13.7639a1.2709,1.2709,0,0,1-1.2709-1.2709h0A1.2709,1.2709,0,0,1,13.7639,31.903Z"/><rect class="a" x="12.4103" y="36.7397" width="10.7397" height="2.3775" rx="1.1882"/><path class="a" d="M38.6894,35.0988v5.9019a1.6452,1.6452,0,0,1-1.6452,1.6453h0l-26.1017-.04a1.65,1.65,0,0,1-1.6453-1.6452L9.28,35.0662"/><path class="a" d="M26.5634,24.8161a2.7465,2.7465,0,1,1,.0087-.247"/><path class="a" d="M11.0012,28.6887l9.829-3.8671m-3.6017,3.7561,4.4308-1.8465"/><path class="a" d="M16.8694,25.6877a7.2922,7.2922,0,1,1,12.3131,2.8781"/><path class="a" d="M11.4539,27.8889a12.944,12.944,0,1,1,24.6273.5419"/><circle class="a" cx="31.3631" cy="35.6113" r="4.3525"/></svg>
Copied!