Hidden Settings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hidden 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/341580.svg" alt="Hidden Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341580.svg" alt="Hidden Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341580.svg" alt="Hidden Settings icon" :width="24" :height="24" />
CSS background
.icon-hidden-settings {
background-image: url('https://proicons.com/icon/341580.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="M9.54,38.25l5.11-2.06a15.6826,15.6826,0,0,0,3.46,2l.77,5.43a1,1,0,0,0,1,.86h8.2a1,1,0,0,0,1-.86l.77-5.43a15.3623,15.3623,0,0,0,3.46-2l5.11,2.06a1,1,0,0,0,1.25-.44l4.1-7.11a1,1,0,0,0-.25-1.31L39.23,26a16.516,16.516,0,0,0,.14-2,16.516,16.516,0,0,0-.14-2l4.33-3.39m-5.1-8.86-5.11,2.06a15.6787,15.6787,0,0,0-3.46-2l-.77-5.43a1,1,0,0,0-1-.86H19.9a1,1,0,0,0-1,.86l-.77,5.43a15.3585,15.3585,0,0,0-3.46,2L9.54,9.75a1,1,0,0,0-1.25.44L4.19,17.3a1,1,0,0,0,.25,1.31L8.76,22a16.659,16.659,0,0,0-.14,2,16.516,16.516,0,0,0,.14,2L4.44,29.39M24,31.18a7.18,7.18,0,1,1,7.17-7.19V24a7.17,7.17,0,0,1-7.16,7.18Z"/></svg>
Copied!