Next Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Next 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/310882.svg" alt="Next icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310882.svg" alt="Next icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310882.svg" alt="Next icon" :width="24" :height="24" />
CSS background
.icon-next {
background-image: url('https://proicons.com/icon/310882.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.0623 20.25L20.0623 3.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.93767 5.41615V18.5798C3.93832 18.8497 4.01446 19.114 4.15748 19.3429C4.3005 19.5718 4.5047 19.7561 4.747 19.875C4.98929 19.9939 5.26001 20.0426 5.52856 20.0157C5.7971 19.9887 6.05276 19.8872 6.26662 19.7226L15.3799 12.6345C15.5604 12.4936 15.7048 12.3119 15.8014 12.1044C15.898 11.8968 15.9439 11.6693 15.9355 11.4406C15.927 11.2118 15.8644 10.9883 15.7527 10.7885C15.641 10.5886 15.4835 10.4181 15.2931 10.291L6.17983 4.21551C5.96227 4.07223 5.71005 3.99036 5.44982 3.97854C5.18958 3.96672 4.93099 4.0254 4.70134 4.14837C4.47169 4.27135 4.27951 4.45405 4.14509 4.6772C4.01067 4.90035 3.93901 5.15565 3.93767 5.41615Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Next in other icon packs
Copied!