Sorting Center Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Sorting Center 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/308937.svg" alt="Sorting Center Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308937.svg" alt="Sorting Center Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308937.svg" alt="Sorting Center Svg icon" :width="24" :height="24" />
CSS background
.icon-sorting-center---svg {
background-image: url('https://proicons.com/icon/308937.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 6ZM6.5 12C6.5 11.4477 6.94772 11 7.5 11H16.5C17.0523 11 17.5 11.4477 17.5 12C17.5 12.5523 17.0523 13 16.5 13H7.5C6.94772 13 6.5 12.5523 6.5 12ZM10.5 18C10.5 17.4477 10.9477 17 11.5 17H12.5C13.0523 17 13.5 17.4477 13.5 18C13.5 18.5523 13.0523 19 12.5 19H11.5C10.9477 19 10.5 18.5523 10.5 18Z" fill="#292929"/> </svg>
Copied!