Trend Down Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Trend Down Svg 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/308998.svg" alt="Trend Down Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308998.svg" alt="Trend Down Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308998.svg" alt="Trend Down Svg icon" :width="24" :height="24" />
CSS background
.icon-trend-down---svg {
background-image: url('https://proicons.com/icon/308998.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 fill-rule="evenodd" clip-rule="evenodd" d="M22 17.0092C22 17.0058 22 17.0024 22 16.999V13C22 12.5955 21.7564 12.2309 21.3827 12.0761C21.009 11.9213 20.5789 12.0069 20.2929 12.2929L19 13.5858L13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L9 11.5858L3.70711 6.29289C3.31658 5.90237 2.68342 5.90237 2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711L8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13 10.4142L17.5858 15L16.2929 16.2929C16.0069 16.5789 15.9213 17.009 16.0761 17.3827C16.2309 17.7564 16.5955 18 17 18H20.9993C20.9995 18 20.9998 18 21 18C21.016 18 21.032 17.9996 21.048 17.9989C21.2877 17.9874 21.524 17.8902 21.7071 17.7071C21.9 17.5142 21.9976 17.2621 22 17.0092Z" fill="#292929"/> </svg>
Copied!