Hiddensettings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hiddensettings 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/341581.svg" alt="Hiddensettings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341581.svg" alt="Hiddensettings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341581.svg" alt="Hiddensettings icon" :width="24" :height="24" />
CSS background
.icon-hiddensettings {
background-image: url('https://proicons.com/icon/341581.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="d" cx="23.9716" cy="24" r="10.1771"/><path id="c" class="d" d="M5.8402,13.1248c2.264.6129,4.5399.0716,6.0506-1.439,1.4911-1.4911,2.0391-3.729,1.461-5.9674M35.0008,42.0375c-.4793-2.1611.0858-4.2896,1.5196-5.7233,1.4145-1.4145,3.5066-1.9846,5.6411-1.5373M13.3519,42.2816c.578-2.2383.0301-4.4763-1.461-5.9674-1.5107-1.5107-3.7866-2.0519-6.0506-1.439M42.1615,13.2231c-2.1345.4473-4.2266-.1229-5.6411-1.5373-1.4338-1.4337-1.9989-3.5622-1.5196-5.7233M3.5187,29.3017c2.0403-1.1664,3.2712-3.1614,3.2712-5.3017s-1.2309-4.1352-3.2712-5.3017M44.4795,29.0469c-1.7999-1.195-2.8581-3.0635-2.8581-5.0469s1.0581-3.852,2.8581-5.0469M18.9859,3.4542c1.1786,1.9593,3.1319,3.1309,5.2197,3.1309,2.049,0,3.971-1.1287,5.1569-3.0283M18.9859,44.5458c1.1786-1.9593,3.1319-3.1309,5.2197-3.1309,2.049,0,3.971,1.1287,5.1569,3.0283M35.0008,42.0375c-1.7526,1.0715-3.652,1.882-5.6383,2.4057M18.9859,44.5457c-1.9772-.4797-3.8747-1.2423-5.634-2.2642M5.8402,34.8752c-1.0444-1.7411-1.8326-3.6236-2.3402-5.5894M3.506,18.6911c.5078-1.9575,1.2939-3.832,2.3342-5.5662M13.3519,5.7184c1.7593-1.0219,3.6569-1.7845,5.634-2.2642M29.3625,3.5568c1.9863.5238,3.8857,1.3342,5.6383,2.4057M42.1615,13.2231c1.0551,1.7807,1.843,3.7067,2.3385,5.7163M44.5,29.0605c-.4955,2.0096-1.2833,3.9356-2.3385,5.7164"/></svg>
Copied!