Aries Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aries 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/336598.svg" alt="Aries icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336598.svg" alt="Aries icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336598.svg" alt="Aries icon" :width="24" :height="24" />
CSS background
.icon-aries {
background-image: url('https://proicons.com/icon/336598.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M11.3999,6.0174c-1.1942.69-1.93,1.9648-1.9305,3.3446v29.277c.001,2.1339,1.7306,3.863,3.8632,3.8619.677-.0003,1.3419-.1787,1.9282-.5173l25.338-14.637c1.847-1.0666,2.4802-3.4296,1.4143-5.2778-.339-.5878-.8268-1.076-1.4143-1.4152L15.2608,6.0166c-1.1946-.6901-2.6664-.6901-3.861,0v.0008Z"/><path class="c" d="M30.9458,24.0009l-21.367,12.343"/><path class="c" d="M11.3999,6.0174c-1.1942.69-1.93,1.9648-1.9305,3.3446v29.277c.001,2.1339,1.7306,3.863,3.8632,3.8619.677-.0003,1.3419-.1787,1.9282-.5173l25.338-14.637c1.847-1.0666,2.4802-3.4296,1.4143-5.2778-.339-.5878-.8268-1.076-1.4143-1.4152L15.2608,6.0166c-1.1946-.6901-2.6664-.6901-3.861,0v.0008Z"/><path class="c" d="M17.1918,16.0549l21.477,12.406"/><path class="c" d="M17.1918,31.9459V7.1319"/><path class="c" d="M17.0818,29.4439l-7.6125,4.3975"/><path class="c" d="M17.0818,23.3239l-7.6125,4.3975"/><path class="c" d="M17.0818,17.2039l-7.6125,4.3975"/><path class="c" d="M17.0818,11.0849l-7.6125,4.3975"/><path class="c" d="M15.2608,6.0168l-5.7911,3.3453"/><path class="c" d="M26.8908,26.3429c2.0519,1.5034,3.5241,3.5993,4.229,6.4795"/></svg>
Copied!