Lawnchair Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lawnchair 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/328200.svg" alt="Lawnchair icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328200.svg" alt="Lawnchair icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328200.svg" alt="Lawnchair icon" :width="24" :height="24" />
CSS background
.icon-lawnchair {
background-image: url('https://proicons.com/icon/328200.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M8.37,42.21a2.61,2.61,0,0,1-.67.11,2.17,2.17,0,0,1-2.16-2.19,2.13,2.13,0,0,1,.62-1.51l14.7-14.71,3,3L15.7,35.11l12.32-4,3.42,3.43Zm33.05-.77a2.15,2.15,0,0,1-3,0l0,0L6.41,9.43A2.16,2.16,0,0,1,9.46,6.37h0l32,31.94a2.15,2.15,0,0,1,0,3v.08Zm-.51-10.12L36,32.93l-3.42-3.42,7-2.3a2.16,2.16,0,0,1,1.54,4Z"/></svg>
Copied!