Listing Box Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Listing Box 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/306020.svg" alt="Listing Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306020.svg" alt="Listing Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306020.svg" alt="Listing Box icon" :width="24" :height="24" />
CSS background
.icon-listing-box {
background-image: url('https://proicons.com/icon/306020.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M35 536c-19 0-35 16-35 35v73c0 8 3 15 9 22 8 10 19 13 32 13h179V536H35zm925 0H274v143h691c9 0 16-3 22-8 7-6 10-13 13-21v-85s-1 0-1-1c-6-20-18-28-39-28zm24-423c-5-3-11-5-17-6H274v143h691c8 0 15-3 21-8 8-5 11-13 14-21v-84c-3-10-8-18-16-24zm-953-5c-19 3-31 17-31 37v68c0 3 0 6 1 8 2 15 17 29 36 29h183V107H33c-1 0-1 1-2 1zm2 214c-18 1-33 16-33 36v71c0 2 0 5 1 7 4 17 18 29 36 29h183V322H33zm927 0H274v143h690c9 0 17-3 23-9 7-6 11-13 13-21v-84s-1 0-1-1c-6-20-18-28-39-28zM36 750c-20 1-36 16-36 37v70c0 10 4 18 10 25 8 9 19 11 31 11h179V750H36zm920 0H274v143h692c11 0 19-5 25-12 5-5 7-11 9-17v-84c-9-24-18-30-44-30z"/></svg>
Copied!