Tent Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Tent 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/311649.svg" alt="Tent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311649.svg" alt="Tent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311649.svg" alt="Tent icon" :width="24" :height="24" />
CSS background
.icon-tent {
background-image: url('https://proicons.com/icon/311649.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M19 19H3V17H10V8H9V10H8V12H7V14H6V16H3V15H4V13H5V11H6V10H7V8H8V6H9V4H10V3H12V4H13V6H14V8H15V10H16V11H17V13H18V15H19V16H16V14H15V12H14V10H13V8H12V17H19Z"/></svg>
Copied!