Settings 2 Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Settings 2 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/313167.svg" alt="Settings 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313167.svg" alt="Settings 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313167.svg" alt="Settings 2 icon" :width="24" :height="24" />
CSS background
.icon-settings-2 {
background-image: url('https://proicons.com/icon/313167.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 14h2v6H4zm6 0h2v6h-2zm-4-2h4v2H6zm0 8h4v2H6zm-4-4h2v2H2zm20-8h-4V6h4z"/> <path d="M10 16h12v2H10zm4-8H2V6h12zm6-4v2h-2V4zm0 6V8h-2v2zm-6-8h4v2h-4zm0 10h4v-2h-4zm-2-8h2v2h-2zm0 6h2V8h-2z"/> </svg>
Settings 2 in other icon packs
Copied!