Quick Settings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick 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/331808.svg" alt="Quick Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331808.svg" alt="Quick Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331808.svg" alt="Quick Settings icon" :width="24" :height="24" />
CSS background
.icon-quick-settings {
background-image: url('https://proicons.com/icon/331808.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.6093,12.9795l4.2248,4.2248-3.6372,3.6363-4.2122-4.2113c-.9865,2.4417-.4219,5.2365,1.4351,7.1038,1.8673,1.8611,4.6653,2.4278,7.1096,1.44l10.327,10.327,3.6382-3.6363-10.3318-10.3318c.9867-2.4422.4217-5.2375-1.4361-7.1047-1.867-1.867-4.6693-2.437-7.1174-1.4477Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!