Caret Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Caret Down 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/310029.svg" alt="Caret Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310029.svg" alt="Caret Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310029.svg" alt="Caret Down icon" :width="24" :height="24" />
CSS background
.icon-caret-down {
background-image: url('https://proicons.com/icon/310029.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="M19.6964 8.71988C19.6618 8.95814 19.5575 9.18084 19.3965 9.35989L13.3065 16.1199C13.1462 16.3107 12.9488 16.4672 12.7264 16.5799C12.4988 16.6902 12.2494 16.7482 11.9965 16.7499C11.759 16.7537 11.5237 16.706 11.3065 16.6099C11.072 16.5163 10.8605 16.373 10.6865 16.1899L4.58643 9.35989C4.42472 9.18012 4.31731 8.95821 4.2765 8.71988C4.24315 8.47852 4.27776 8.23265 4.37647 8.00989C4.4723 7.78526 4.63228 7.59393 4.83643 7.4599C5.04044 7.33078 5.2752 7.25828 5.51649 7.24988H18.5165C18.758 7.25681 18.993 7.32943 19.1964 7.4599C19.4016 7.59548 19.5646 7.78607 19.6665 8.00989C19.7474 8.23822 19.7577 8.48554 19.6964 8.71988Z" fill="black"/> </svg>
Caret Down in other icon packs
Copied!