Settings 2 Sharp Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Settings 2 Sharp 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/313166.svg" alt="Settings 2 Sharp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313166.svg" alt="Settings 2 Sharp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313166.svg" alt="Settings 2 Sharp icon" :width="24" :height="24" />
CSS background
.icon-settings-2-sharp {
background-image: url('https://proicons.com/icon/313166.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" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M4 14h2v6H4zm5 0h2v6H9zm-5-2h7v2H4zm0 8h7v2H4zm-2-4h2v2H2zm20-8h-4V6h4z"/> <path d="M10 16h12v2H10zm5-8H2V6h13zm5-4v2h-2V4zm0 6V8h-2v2zm-7-8h7v2h-7zm0 10h7v-2h-7zm0-8h2v2h-2zm0 6h2V8h-2z"/> </svg>
Copied!