Ascent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ascent 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/322075.svg" alt="Ascent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322075.svg" alt="Ascent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322075.svg" alt="Ascent icon" :width="24" :height="24" />
CSS background
.icon-ascent {
background-image: url('https://proicons.com/icon/322075.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="M43.5,30.0667c0-11.9662-9.7005-21.6667-21.6667-21.6667-9.5729,0-17.3333,7.7604-17.3333,17.3333,0,7.6583,6.2083,13.8667,13.8667,13.8667,6.1267,0,11.0933-4.9667,11.0933-11.0933,0-4.9013-3.9733-8.8747-8.8747-8.8747-3.9211,0-7.0997,3.1787-7.0997,7.0997,0,3.1369,2.5429,5.6798,5.6798,5.6798,2.5095,0,4.5438-2.0343,4.5438-4.5438,0-2.0076-1.6275-3.6351-3.6351-3.6351-1.6061,0-2.9081,1.302-2.9081,2.9081"/></svg>
Copied!