Goodtime Radio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goodtime 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/341166.svg" alt="Goodtime Radio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341166.svg" alt="Goodtime Radio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341166.svg" alt="Goodtime Radio icon" :width="24" :height="24" />
CSS background
.icon-goodtime-radio {
background-image: url('https://proicons.com/icon/341166.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.6839,21.9225c1.5696-.116,3.0072-1.2905,2.2719-2.2849-1.4656-1.9818-5.3071,5.5582.5442,3.2513M32.9399,20.3779l.2561,2.0908c.2321,1.8987.4742.8003.6723,0,1.3815-4.1966,1.7237-2.1568,1.6316-.8683-.1291,1.8137.9104,1.6286,1.6967.097,1.2175-2.3749,1.8407-3.6214,1.7597-.4182-.02.7723-.061,1.1504.096,1.4156M31.4673,19.9597l-.032-.8373M31.3083,21.4393l.095,2.2529M29.2925,16.3553c.048,1.4946.114,1.6166-.4802,3.3463-1.4666,4.2677.5722,4.8709,1.5036,2.4139M26.9235,18.4141l7.3929-1.4476M26.8275,17.1917c-.2981,2.654-1.6606,7.3489-3.4884,7.1448-1.2785-.1431.3361-5.135,2.624-3.7655l.096,2.9612M22.1237,25.4629c.4852.5362,1.0204.7333,1.7597.5142M12.2348,27.1035c3.3563,2.8041,8.4193,1.6506,10.4961-1.0304M21.5725,22.8899c0,1.0928-.9025,1.9788-2.0158,1.9788s-2.0158-.8859-2.0158-1.9788.9025-1.9788,2.0158-1.9788,2.0158.8859,2.0158,1.9788M16.6826,23.5802c0,1.0928-.9025,1.9788-2.0158,1.9788h0c-1.1133.0005-2.0162-.8849-2.0168-1.9778v-.001c-.0006-1.0928.9015-1.9792,2.0148-1.9798h.002c1.1133,0,2.0158.8859,2.0158,1.9788v.001M9.3337,21.4253c1.2335-1.1304,1.0904-1.8247.4522-2.0928-1.1374-.4792-3.3303,1.8607-4.2647,3.3213-1.3025,2.0368-2.8491,7.9561,5.7372.8053.3171,3.1762-3.8545,9.4627-6.0644,7.9561-1.9968-1.3605,4.3187-4.3967,7.3279-4.4737"/></svg>
Copied!