Aura Library Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aura Library 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/336747.svg" alt="Aura Library icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336747.svg" alt="Aura Library icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336747.svg" alt="Aura Library icon" :width="24" :height="24" />
CSS background
.icon-aura-library {
background-image: url('https://proicons.com/icon/336747.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M8.948,24.5232c4.8355-2.3415,10.4606-1.198,15.0565.5881,4.5959-1.7861,10.2319-2.9296,15.0674-.5881"/><ellipse class="cls-1" cx="24.01" cy="13.1859" rx="5.4999" ry="5.1296"/><path class="cls-1" d="M14.6766,23.2091c0-2.1961,3.191-3.4778,3.191-3.4778-1.9985-1.5626-3.1574-3.9651-3.1366-6.5018.0218-4.8137,4.1494-8.7344,9.279-8.7344s9.2572,3.9207,9.279,8.7344c.0209,2.5368-1.1381,4.9392-3.1366,6.5018,0,0,3.191,1.2817,3.191,3.4778"/><path class="cls-1" d="M23.9991,27.2786c4.5959-1.7752,10.2047-2.9078,15.0293-.5663-2.1019,16.7392-2.091,16.2818-2.1237,16.7174-3.3217-1.296-5.5543-2.5593-12.9056.0653h.0218c-7.3513-2.6247-9.5839-1.3614-12.9056-.0653-.0327-.4356-.0218.0218-2.1237-16.7174,4.8246-2.3415,10.4116-1.2089,15.0075.5663Z"/></svg>
Copied!