settings icon
settings-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- settings-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
settingsCarbonsettingsCodiconssettings-fillEva IconssettingsFeather Iconssettings-16Fluent UI System Color IconssettingsIconoirsettingsIonIconssettingsLucidesettingsMage IconssettingsMaterial Icon ThemesettingsMaterial SymbolssettingsMaterial Symbols LightsettingsOcticonssettings-fillRemix Iconsettings-boldSolarsettingsTabler Icons
Related icons in Fluent UI System Icons
Use the settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.012 2.25c.734.008 1.465.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.927 1.116l1.4-.615a.75.75 0 0 1 .85.174a9.8 9.8 0 0 1 2.205 3.792a.75.75 0 0 1-.272.825l-1.241.916a1.38 1.38 0 0 0 0 2.226l1.243.915a.75.75 0 0 1 .272.826a9.8 9.8 0 0 1-2.204 3.792a.75.75 0 0 1-.849.175l-1.406-.617a1.38 1.38 0 0 0-1.926 1.114l-.17 1.526a.75.75 0 0 1-.571.647a9.5 9.5 0 0 1-4.406 0a.75.75 0 0 1-.572-.647l-.169-1.524a1.382 1.382 0 0 0-1.925-1.11l-1.406.616a.75.75 0 0 1-.85-.175a9.8 9.8 0 0 1-2.203-3.796a.75.75 0 0 1 .272-.826l1.243-.916a1.38 1.38 0 0 0 0-2.226l-1.243-.914a.75.75 0 0 1-.272-.826a9.8 9.8 0 0 1 2.205-3.792a.75.75 0 0 1 .85-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65q1.074-.238 2.201-.252m0 1.5a9 9 0 0 0-1.354.117l-.11.977A2.886 2.886 0 0 1 6.526 7.17l-.899-.394A8.3 8.3 0 0 0 4.28 9.092l.797.587a2.88 2.88 0 0 1 .001 4.643l-.799.588c.32.842.776 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.109.984c.89.15 1.799.15 2.688 0l.11-.984a2.88 2.88 0 0 1 4.018-2.322l.904.396a8.3 8.3 0 0 0 1.348-2.318l-.798-.588a2.88 2.88 0 0 1-.001-4.643l.797-.587a8.3 8.3 0 0 0-1.348-2.317l-.897.393a2.884 2.884 0 0 1-4.023-2.324l-.109-.976a9 9 0 0 0-1.334-.117M12 8.25a3.75 3.75 0 1 1 0 7.5a3.75 3.75 0 0 1 0-7.5m0 1.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSettings24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.012 2.25c.734.008 1.465.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.927 1.116l1.4-.615a.75.75 0 0 1 .85.174a9.8 9.8 0 0 1 2.205 3.792a.75.75 0 0 1-.272.825l-1.241.916a1.38 1.38 0 0 0 0 2.226l1.243.915a.75.75 0 0 1 .272.826a9.8 9.8 0 0 1-2.204 3.792a.75.75 0 0 1-.849.175l-1.406-.617a1.38 1.38 0 0 0-1.926 1.114l-.17 1.526a.75.75 0 0 1-.571.647a9.5 9.5 0 0 1-4.406 0a.75.75 0 0 1-.572-.647l-.169-1.524a1.382 1.382 0 0 0-1.925-1.11l-1.406.616a.75.75 0 0 1-.85-.175a9.8 9.8 0 0 1-2.203-3.796a.75.75 0 0 1 .272-.826l1.243-.916a1.38 1.38 0 0 0 0-2.226l-1.243-.914a.75.75 0 0 1-.272-.826a9.8 9.8 0 0 1 2.205-3.792a.75.75 0 0 1 .85-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65q1.074-.238 2.201-.252m0 1.5a9 9 0 0 0-1.354.117l-.11.977A2.886 2.886 0 0 1 6.526 7.17l-.899-.394A8.3 8.3 0 0 0 4.28 9.092l.797.587a2.88 2.88 0 0 1 .001 4.643l-.799.588c.32.842.776 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.109.984c.89.15 1.799.15 2.688 0l.11-.984a2.88 2.88 0 0 1 4.018-2.322l.904.396a8.3 8.3 0 0 0 1.348-2.318l-.798-.588a2.88 2.88 0 0 1-.001-4.643l.797-.587a8.3 8.3 0 0 0-1.348-2.317l-.897.393a2.884 2.884 0 0 1-4.023-2.324l-.109-.976a9 9 0 0 0-1.334-.117M12 8.25a3.75 3.75 0 1 1 0 7.5a3.75 3.75 0 0 1 0-7.5m0 1.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.012 2.25c.734.008 1.465.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.927 1.116l1.4-.615a.75.75 0 0 1 .85.174a9.8 9.8 0 0 1 2.205 3.792a.75.75 0 0 1-.272.825l-1.241.916a1.38 1.38 0 0 0 0 2.226l1.243.915a.75.75 0 0 1 .272.826a9.8 9.8 0 0 1-2.204 3.792a.75.75 0 0 1-.849.175l-1.406-.617a1.38 1.38 0 0 0-1.926 1.114l-.17 1.526a.75.75 0 0 1-.571.647a9.5 9.5 0 0 1-4.406 0a.75.75 0 0 1-.572-.647l-.169-1.524a1.382 1.382 0 0 0-1.925-1.11l-1.406.616a.75.75 0 0 1-.85-.175a9.8 9.8 0 0 1-2.203-3.796a.75.75 0 0 1 .272-.826l1.243-.916a1.38 1.38 0 0 0 0-2.226l-1.243-.914a.75.75 0 0 1-.272-.826a9.8 9.8 0 0 1 2.205-3.792a.75.75 0 0 1 .85-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65q1.074-.238 2.201-.252m0 1.5a9 9 0 0 0-1.354.117l-.11.977A2.886 2.886 0 0 1 6.526 7.17l-.899-.394A8.3 8.3 0 0 0 4.28 9.092l.797.587a2.88 2.88 0 0 1 .001 4.643l-.799.588c.32.842.776 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.109.984c.89.15 1.799.15 2.688 0l.11-.984a2.88 2.88 0 0 1 4.018-2.322l.904.396a8.3 8.3 0 0 0 1.348-2.318l-.798-.588a2.88 2.88 0 0 1-.001-4.643l.797-.587a8.3 8.3 0 0 0-1.348-2.317l-.897.393a2.884 2.884 0 0 1-4.023-2.324l-.109-.976a9 9 0 0 0-1.334-.117M12 8.25a3.75 3.75 0 1 1 0 7.5a3.75 3.75 0 0 1 0-7.5m0 1.5a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg> </template>
CSS
.icon-settings-24-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.012%202.25c.734.008%201.465.093%202.182.253a.75.75%200%200%201%20.582.649l.17%201.527a1.384%201.384%200%200%200%201.927%201.116l1.4-.615a.75.75%200%200%201%20.85.174a9.8%209.8%200%200%201%202.205%203.792a.75.75%200%200%201-.272.825l-1.241.916a1.38%201.38%200%200%200%200%202.226l1.243.915a.75.75%200%200%201%20.272.826a9.8%209.8%200%200%201-2.204%203.792a.75.75%200%200%201-.849.175l-1.406-.617a1.38%201.38%200%200%200-1.926%201.114l-.17%201.526a.75.75%200%200%201-.571.647a9.5%209.5%200%200%201-4.406%200a.75.75%200%200%201-.572-.647l-.169-1.524a1.382%201.382%200%200%200-1.925-1.11l-1.406.616a.75.75%200%200%201-.85-.175a9.8%209.8%200%200%201-2.203-3.796a.75.75%200%200%201%20.272-.826l1.243-.916a1.38%201.38%200%200%200%200-2.226l-1.243-.914a.75.75%200%200%201-.272-.826a9.8%209.8%200%200%201%202.205-3.792a.75.75%200%200%201%20.85-.174l1.4.615a1.387%201.387%200%200%200%201.93-1.118l.17-1.526a.75.75%200%200%201%20.583-.65q1.074-.238%202.201-.252m0%201.5a9%209%200%200%200-1.354.117l-.11.977A2.886%202.886%200%200%201%206.526%207.17l-.899-.394A8.3%208.3%200%200%200%204.28%209.092l.797.587a2.88%202.88%200%200%201%20.001%204.643l-.799.588c.32.842.776%201.626%201.348%202.322l.905-.397a2.882%202.882%200%200%201%204.017%202.318l.109.984c.89.15%201.799.15%202.688%200l.11-.984a2.88%202.88%200%200%201%204.018-2.322l.904.396a8.3%208.3%200%200%200%201.348-2.318l-.798-.588a2.88%202.88%200%200%201-.001-4.643l.797-.587a8.3%208.3%200%200%200-1.348-2.317l-.897.393a2.884%202.884%200%200%201-4.023-2.324l-.109-.976a9%209%200%200%200-1.334-.117M12%208.25a3.75%203.75%200%201%201%200%207.5a3.75%203.75%200%200%201%200-7.5m0%201.5a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.012%202.25c.734.008%201.465.093%202.182.253a.75.75%200%200%201%20.582.649l.17%201.527a1.384%201.384%200%200%200%201.927%201.116l1.4-.615a.75.75%200%200%201%20.85.174a9.8%209.8%200%200%201%202.205%203.792a.75.75%200%200%201-.272.825l-1.241.916a1.38%201.38%200%200%200%200%202.226l1.243.915a.75.75%200%200%201%20.272.826a9.8%209.8%200%200%201-2.204%203.792a.75.75%200%200%201-.849.175l-1.406-.617a1.38%201.38%200%200%200-1.926%201.114l-.17%201.526a.75.75%200%200%201-.571.647a9.5%209.5%200%200%201-4.406%200a.75.75%200%200%201-.572-.647l-.169-1.524a1.382%201.382%200%200%200-1.925-1.11l-1.406.616a.75.75%200%200%201-.85-.175a9.8%209.8%200%200%201-2.203-3.796a.75.75%200%200%201%20.272-.826l1.243-.916a1.38%201.38%200%200%200%200-2.226l-1.243-.914a.75.75%200%200%201-.272-.826a9.8%209.8%200%200%201%202.205-3.792a.75.75%200%200%201%20.85-.174l1.4.615a1.387%201.387%200%200%200%201.93-1.118l.17-1.526a.75.75%200%200%201%20.583-.65q1.074-.238%202.201-.252m0%201.5a9%209%200%200%200-1.354.117l-.11.977A2.886%202.886%200%200%201%206.526%207.17l-.899-.394A8.3%208.3%200%200%200%204.28%209.092l.797.587a2.88%202.88%200%200%201%20.001%204.643l-.799.588c.32.842.776%201.626%201.348%202.322l.905-.397a2.882%202.882%200%200%201%204.017%202.318l.109.984c.89.15%201.799.15%202.688%200l.11-.984a2.88%202.88%200%200%201%204.018-2.322l.904.396a8.3%208.3%200%200%200%201.348-2.318l-.798-.588a2.88%202.88%200%200%201-.001-4.643l.797-.587a8.3%208.3%200%200%200-1.348-2.317l-.897.393a2.884%202.884%200%200%201-4.023-2.324l-.109-.976a9%209%200%200%200-1.334-.117M12%208.25a3.75%203.75%200%201%201%200%207.5a3.75%203.75%200%200%201%200-7.5m0%201.5a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/settings-24-regular.svg?color=%231a73e8&size=48