Opensignal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opensignal 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/345273.svg" alt="Opensignal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345273.svg" alt="Opensignal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345273.svg" alt="Opensignal icon" :width="24" :height="24" />
CSS background
.icon-opensignal {
background-image: url('https://proicons.com/icon/345273.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><circle class="a" cx="24.1089" cy="15.9603" r="2.0723"/><line class="a" x1="23.6693" y1="17.9852" x2="19.795" y2="35.8307"/><line class="a" x1="24.5485" y1="17.9849" x2="28.4229" y2="35.8307"/><path class="a" d="M28.8712,20.7226a6.7349,6.7349,0,1,0-9.5245,0"/><path class="a" d="M32.2126,24.064a11.46,11.46,0,1,0-16.2074,0"/><line class="a" x1="22.5327" y1="23.2374" x2="25.6852" y2="23.2374"/><line class="a" x1="21.6049" y1="27.4642" x2="26.613" y2="27.4642"/><line class="a" x1="20.471" y1="32.7369" x2="27.7469" y2="32.7369"/><polygon class="a" points="12.823 30.689 19.839 29.904 27.307 30.689 35.351 30.297 40.885 42.759 28.728 43.5 17.05 41.757 7.115 43.239 12.823 30.689"/></svg>
Copied!