Sorting Right Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sorting Right 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/308939.svg" alt="Sorting Right Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308939.svg" alt="Sorting Right Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308939.svg" alt="Sorting Right Svg icon" :width="24" :height="24" />
CSS background
.icon-sorting-right---svg {
background-image: url('https://proicons.com/icon/308939.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="M3.5 6C3.5 5.44772 3.94772 5 4.5 5H19.5C20.0523 5 20.5 5.44772 20.5 6C20.5 6.55228 20.0523 7 19.5 7H4.5C3.94772 7 3.5 6.55228 3.5 6ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H19.5C20.0523 11 20.5 11.4477 20.5 12C20.5 12.5523 20.0523 13 19.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12ZM15.5 18C15.5 17.4477 15.9477 17 16.5 17H19.5C20.0523 17 20.5 17.4477 20.5 18C20.5 18.5523 20.0523 19 19.5 19H16.5C15.9477 19 15.5 18.5523 15.5 18Z" fill="#292929"/> </svg>
Copied!