Trend Up Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Trend Up 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/308999.svg" alt="Trend Up Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308999.svg" alt="Trend Up Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308999.svg" alt="Trend Up Svg icon" :width="24" :height="24" />
CSS background
.icon-trend-up---svg {
background-image: url('https://proicons.com/icon/308999.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 6.99077C22 6.99417 22 6.99758 22 7.00098V11C22 11.4045 21.7564 11.7691 21.3827 11.9239C21.009 12.0787 20.5789 11.9931 20.2929 11.7071L19 10.4142L13.7071 15.7071C13.3166 16.0976 12.6834 16.0976 12.2929 15.7071L9 12.4142L3.70711 17.7071C3.31658 18.0976 2.68342 18.0976 2.29289 17.7071C1.90237 17.3166 1.90237 16.6834 2.29289 16.2929L8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929L13 13.5858L17.5858 9L16.2929 7.70711C16.0069 7.42111 15.9213 6.99099 16.0761 6.61732C16.2309 6.24364 16.5955 6 17 6H20.9993C20.9995 6 20.9998 6 21 6C21.016 6 21.032 6.00038 21.048 6.00114C21.2877 6.01258 21.524 6.10983 21.7071 6.29289C21.9 6.48581 21.9976 6.73793 22 6.99077Z" fill="#292929"/> </svg>
Copied!