Signal Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Signal Alt 2 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/347298.svg" alt="Signal Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347298.svg" alt="Signal Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347298.svg" alt="Signal Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-signal-alt-2 {
background-image: url('https://proicons.com/icon/347298.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.5552,5.5001c-8.6413.0154-15.6339,7.033-15.6185,15.6743.0053,2.9542.8468,5.8465,2.4271,8.3424l-1.2038,5.1799c-.1219.5245.3476.9955.8725.8753l5.2325-1.1985c7.3051,4.6159,16.9691,2.4359,21.585-4.8692,4.6159-7.3051,2.4359-16.9691-4.8692-21.585-2.5206-1.5927-5.4439-2.4321-8.4256-2.4192Z"/><path class="c" d="m28.0268,25.6428c-4.2646,2.6947-5.5373,8.3364-2.8426,12.601,2.6947,4.2646,8.3364,5.5373,12.601,2.8426l3.0546.6997c.3064.0702.5805-.2048.5094-.511l-.7028-3.024c.9226-1.4571,1.4139-3.1456,1.4169-4.8702.009-5.0447-4.0732-9.1414-9.1179-9.1504-1.7406-.0075-3.4472.4825-4.9187,1.4123Z"/></svg>
Copied!