Sorting Left Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sorting Left 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/308938.svg" alt="Sorting Left Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308938.svg" alt="Sorting Left Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308938.svg" alt="Sorting Left Svg icon" :width="24" :height="24" />
CSS background
.icon-sorting-left---svg {
background-image: url('https://proicons.com/icon/308938.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 6ZM3.5 12C3.5 11.4477 3.94772 11 4.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H4.5C3.94772 13 3.5 12.5523 3.5 12ZM3.5 18C3.5 17.4477 3.94772 17 4.5 17H7.5C8.05228 17 8.5 17.4477 8.5 18C8.5 18.5523 8.05228 19 7.5 19H4.5C3.94772 19 3.5 18.5523 3.5 18Z" fill="#292929"/> </svg>
Copied!