Signal Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Signal Alt 1 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/347297.svg" alt="Signal Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347297.svg" alt="Signal Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347297.svg" alt="Signal Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-signal-alt-1 {
background-image: url('https://proicons.com/icon/347297.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="m23.933,2.5275c-11.8583.0211-21.4541,9.6513-21.433,21.5095.0072,4.054,1.162,8.023,3.3307,11.4481l-1.6519,7.1083c-.1673.7198.477,1.3661,1.1973,1.2011l7.1804-1.6447c10.0247,6.3344,23.2863,3.3427,29.6207-6.682,6.3344-10.0247,3.3427-23.2863-6.682-29.6207-3.459-2.1857-7.4706-3.3375-11.5622-3.3198Z"/></svg>
Copied!