Sirius Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sirius 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/332809.svg" alt="Sirius icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332809.svg" alt="Sirius icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332809.svg" alt="Sirius icon" :width="24" :height="24" />
CSS background
.icon-sirius {
background-image: url('https://proicons.com/icon/332809.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.5049,11.4736c5.9538,8.3862,5.1689,20.1031-2.3476,27.6195-8.3934,8.3934-22.0122,8.3934-30.4056,0C.3584,30.6998.3584,17.081,8.7518,8.6876,16.2683,1.1711,27.9851.3862,36.3713,6.34"/></svg>
Copied!