Caret Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Caret Right 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/310595.svg" alt="Caret Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310595.svg" alt="Caret Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310595.svg" alt="Caret Right icon" :width="24" :height="24" />
CSS background
.icon-caret-right {
background-image: url('https://proicons.com/icon/310595.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="M15.6283 11.2227L8.85909 5.12892C8.7847 5.06347 8.69313 5.02077 8.59523 5.00588C8.49733 4.99099 8.39722 5.00453 8.30678 5.0449C8.21633 5.08527 8.13936 5.15077 8.08498 5.23363C8.0306 5.31649 8.00111 5.41323 8 5.51237L8 18.4876C8.00111 18.5868 8.0306 18.6835 8.08498 18.7664C8.13936 18.8492 8.21633 18.9147 8.30678 18.9551C8.39722 18.9955 8.49733 19.009 8.59523 18.9941C8.69313 18.9792 8.7847 18.9365 8.85909 18.8711L15.6697 12.7773C15.7773 12.6771 15.8624 12.5552 15.9193 12.4195C15.9762 12.2839 16.0035 12.1377 15.9996 11.9906C15.9957 11.8436 15.9606 11.6991 15.8966 11.5666C15.8325 11.4342 15.7411 11.317 15.6283 11.2227Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Caret Right in other icon packs
Copied!