Caret Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Caret Up 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/310596.svg" alt="Caret Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310596.svg" alt="Caret Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310596.svg" alt="Caret Up icon" :width="24" :height="24" />
CSS background
.icon-caret-up {
background-image: url('https://proicons.com/icon/310596.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="M11.2227 8.37169L5.12892 15.1409C5.06347 15.2153 5.02077 15.3069 5.00588 15.4048C4.99099 15.5027 5.00453 15.6028 5.0449 15.6932C5.08527 15.7837 5.15077 15.8606 5.23363 15.915C5.31649 15.9694 5.41323 15.9989 5.51237 16L18.4876 16C18.5868 15.9989 18.6835 15.9694 18.7664 15.915C18.8492 15.8606 18.9147 15.7837 18.9551 15.6932C18.9955 15.6028 19.009 15.5027 18.9941 15.4048C18.9792 15.3069 18.9365 15.2153 18.8711 15.1409L12.7773 8.33028C12.6771 8.22268 12.5552 8.13761 12.4195 8.08073C12.2839 8.02385 12.1377 7.99645 11.9906 8.00037C11.8436 8.00428 11.6991 8.03942 11.5666 8.10344C11.4342 8.16747 11.317 8.25891 11.2227 8.37169Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Caret Up in other icon packs
Copied!