Aurora 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aurora 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/322191.svg" alt="Aurora 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322191.svg" alt="Aurora 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322191.svg" alt="Aurora 2 icon" :width="24" :height="24" />
CSS background
.icon-aurora-2 {
background-image: url('https://proicons.com/icon/322191.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="M18.8005,27.3269v-6.6548h2.1786c1.2316,0,2.2302,1.0006,2.2302,2.2349s-.9985,2.2349-2.2302,2.2349h-2.1786"/><line class="c" x1="20.9799" y1="25.1425" x2="23.1594" y2="27.3252"/><path class="c" d="M30.7822,27.3269v-6.6548h2.1786c1.2316,0,2.2302,1.0006,2.2302,2.2349s-.9985,2.2349-2.2302,2.2349h-2.1786"/><line class="c" x1="32.9617" y1="25.1425" x2="35.1411" y2="27.3252"/><path class="c" d="M12.8118,20.6724v4.4504c0,1.2175.9869,2.2044,2.2044,2.2044s2.2044-.9869,2.2044-2.2044v-4.4504"/><line class="c" x1="10.5045" y1="25.1009" x2="7.6213" y2="25.1009"/><polyline class="c" points="6.9026 27.3069 9.0654 20.6721 11.2282 27.3269"/><line class="c" x1="40.3745" y1="25.1009" x2="37.4913" y2="25.1009"/><polyline class="c" points="36.7726 27.3069 38.9354 20.6721 41.0982 27.3269"/><path class="c" d="M26.9918,27.3274c-1.2175,0-2.2044-.9869-2.2044-2.2044v-2.246c0-1.2175.9869-2.2044,2.2044-2.2044s2.2044.9869,2.2044,2.2044v2.246c0,1.2175-.987,2.2044-2.2044,2.2044Z"/></g><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!