Aurora Services Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aurora Services 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/322193.svg" alt="Aurora Services icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322193.svg" alt="Aurora Services icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322193.svg" alt="Aurora Services icon" :width="24" :height="24" />
CSS background
.icon-aurora-services {
background-image: url('https://proicons.com/icon/322193.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="M43.8,30.7l-4.1,7.11a1,1,0,0,1-1.25.44l-5.11-2.06a15.36,15.36,0,0,1-3.46,2l-.77,5.43a1,1,0,0,1-1,.86h-8.2a1,1,0,0,1-1-.86l-.77-5.43a15.68,15.68,0,0,1-3.46-2L9.54,38.25a1,1,0,0,1-1.25-.44L4.19,30.7a1,1,0,0,1,.25-1.31L8.76,26a16.52,16.52,0,0,1-.14-2,16.66,16.66,0,0,1,.14-2L4.44,18.61a1,1,0,0,1-.25-1.31l4.1-7.11a1,1,0,0,1,1.25-.44l5.11,2.06a15.36,15.36,0,0,1,3.46-2l.77-5.43a1,1,0,0,1,1-.86h8.2a1.05,1.05,0,0,1,1,.86l.77,5.43a15.68,15.68,0,0,1,3.46,2l5.11-2.06a1,1,0,0,1,1.25.44l4.1,7.11a1,1,0,0,1-.25,1.31L39.23,22a16.52,16.52,0,0,1,.14,2,16.52,16.52,0,0,1-.14,2l4.32,3.39A1,1,0,0,1,43.8,30.7ZM25.47,18.86a1.69,1.69,0,0,0-2.94,0l-4.89,8.62A1.69,1.69,0,0,0,19.11,30h9.78a1.69,1.69,0,0,0,1.47-2.52ZM22,26.62l2-3.51,2,3.51Z"/></svg>
Copied!