Satstat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Satstat 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/332413.svg" alt="Satstat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332413.svg" alt="Satstat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332413.svg" alt="Satstat icon" :width="24" :height="24" />
CSS background
.icon-satstat {
background-image: url('https://proicons.com/icon/332413.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.19,6.43l.17,0a.91.91,0,0,1,.53.32L34.61,28a.91.91,0,0,1-.34,1.38A17.77,17.77,0,0,1,28,30.66a14,14,0,0,1-11.65-5.48,14,14,0,0,1-2.62-12.61,17.92,17.92,0,0,1,2.73-5.79.91.91,0,0,1,.72-.35Zm16.17,2A2.7,2.7,0,1,1,31.89,9a2.74,2.74,0,0,1,1.47-.57ZM18.93,32.1h8.34a1.08,1.08,0,0,1,.31,0,1.67,1.67,0,0,1,1.24,1l2.28,5.61a1.69,1.69,0,0,1-1.56,2.31H16.66a1.68,1.68,0,0,1-1.55-2.31l2.27-5.61a1.66,1.66,0,0,1,1.55-1Zm.19-26.17,10,3.57m4.92,6.28,1.17,10.51"/></svg>
Copied!