Somafm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Somafm 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/347623.svg" alt="Somafm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347623.svg" alt="Somafm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347623.svg" alt="Somafm icon" :width="24" :height="24" />
CSS background
.icon-somafm {
background-image: url('https://proicons.com/icon/347623.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><rect class="a" x="13.2331" y="24.7624" width="29.2669" height="17.7663"/><circle class="a" cx="33.7953" cy="33.6455" r="5.2149"/><circle class="a" cx="23.8215" cy="29.6806" r="1.25"/><circle class="a" cx="18.5744" cy="29.6806" r="1.25"/><line class="a" x1="23.8215" y1="38.8604" x2="23.8215" y2="33.2093"/><line class="a" x1="36.7101" y1="24.7624" x2="16.6833" y2="16.9499"/><polyline class="a" points="5.5 14.689 8.871 18.616 9.386 15.126 12.718 19.607"/><polyline class="a" points="19.059 5.471 17.942 10.524 21.043 8.842 19.458 14.196"/></svg>
Copied!