Top Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Top 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/334107.svg" alt="Top icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334107.svg" alt="Top icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334107.svg" alt="Top icon" :width="24" :height="24" />
CSS background
.icon-top {
background-image: url('https://proicons.com/icon/334107.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><circle class="b" cx="24.0004" cy="24" r="12.498"/><circle class="b" cx="24.0004" cy="24" r="5.4991"/><path class="b" d="M42.4975,5.5004h-18.4971c-7.4813,0-14.2258,4.5073-17.0893,11.4202-2.863,6.9128-1.2805,14.8697,4.0097,20.1608,5.2902,5.2909,13.2459,6.8736,20.1578,4.0102,6.9119-2.8634,11.4182-9.609,11.4182-17.0913l.0007-18.4999Z"/></svg>
Top in other icon packs
Copied!