Lawnchair Settings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lawnchair Settings icon is commonly used in admin panels, user preferences and configuration pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/342760.svg" alt="Lawnchair Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342760.svg" alt="Lawnchair Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342760.svg" alt="Lawnchair Settings icon" :width="24" :height="24" />
CSS background
.icon-lawnchair-settings {
background-image: url('https://proicons.com/icon/342760.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 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.8,3a1.06,1.06,0,0,0-1,.88L18,9.45a15.4,15.4,0,0,0-3.55,2.07L9.19,9.41a1,1,0,0,0-1.28.45l-4.2,7.27A1.06,1.06,0,0,0,4,18.48L8.39,22A17.67,17.67,0,0,0,8.24,24a17.35,17.35,0,0,0,.15,2.05L4,29.52a1.06,1.06,0,0,0-.25,1.35l4.2,7.27a1,1,0,0,0,1.28.46l5.23-2.12A15.71,15.71,0,0,0,18,38.55l.79,5.57a1.06,1.06,0,0,0,1,.88h8.4a1.05,1.05,0,0,0,1-.88L30,38.55a15.4,15.4,0,0,0,3.55-2.07L38.8,38.6a1,1,0,0,0,1.28-.46l4.2-7.27A1.06,1.06,0,0,0,44,29.52L39.6,26.05A17.35,17.35,0,0,0,39.74,24,17.5,17.5,0,0,0,39.6,22L44,18.48a1.06,1.06,0,0,0,.25-1.35l-4.2-7.27a1,1,0,0,0-1.28-.45l-5.23,2.11A15.71,15.71,0,0,0,30,9.45l-.79-5.57a1.07,1.07,0,0,0-1-.88Z"/><line class="a" x1="15.77" y1="15.85" x2="32.08" y2="32.15"/><polyline class="a" points="23.87 23.95 15.47 32.02 32.53 26.13"/></svg>
Copied!