Chair Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chair 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/305355.svg" alt="Chair icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305355.svg" alt="Chair icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305355.svg" alt="Chair icon" :width="24" :height="24" />
CSS background
.icon-chair {
background-image: url('https://proicons.com/icon/305355.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="M248 905c0 18-14 33-32 33s-32-15-32-33 15-33 32-33 32 15 32 33zm283 0c0 18-14 33-31 33s-32-15-32-33 14-33 32-33c17 0 31 15 31 33zm284 0c0 18-14 33-31 33s-32-15-32-33 14-33 32-33 31 15 31 33zm-9-514h-78c-11 0-20 10-20 21 0 12 9 21 20 21h19v102c-10 4-27 12-51 19l-14-14c-9-10-22-14-35-12 0 0-41 7-107 9v-36c73-5 110-21 115-24 16-7 25-24 24-42l-31-319c-2-15-11-28-25-34-4-2-46-19-123-19S381 80 377 82c-14 6-23 19-25 34l-31 319c-1 18 8 35 24 42 5 3 42 19 115 24v36c-66-2-107-9-107-9-13-2-26 2-35 12l-14 14c-24-7-41-15-51-19V433h19c11 0 20-9 20-21 0-11-9-21-20-21h-78c-11 0-20 10-20 21 0 12 9 21 20 21h19v115c0 7 4 14 10 18 1 1 20 12 55 24-2 8-1 18 2 26 6 15 21 26 37 26h143v23c0 15 8 29 20 36v71c-169 4-271 54-276 57-7 3-11 10-11 18v6c0 4 10 6 22 6 13 0 32-3 44-7 42-15 119-35 221-38v23s9 22 20 22 20-10 20-22v-23c101 3 178 23 220 38 12 4 32 7 44 7 13 0 23-2 23-6v-6c0-8-5-15-12-18-4-3-107-53-275-57v-71c12-7 20-21 20-36v-23h143c22 0 40-19 40-42 0-4 0-7-1-10 35-12 53-23 55-24 6-4 10-11 10-19V433h19c11 0 20-9 20-21 0-11-9-21-20-21z"/></svg>
Copied!