settings icon
settings-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- settings-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M28.832 18.472a1.48 1.48 0 0 1 .537 1.634a14.3 14.3 0 0 1-3.156 5.443a1.48 1.48 0 0 1-1.671.347l-1.955-.858a1.5 1.5 0 0 0-.68-.128a1.5 1.5 0 0 0-.66.2a1.47 1.47 0 0 0-.727 1.124l-.235 2.13a1.48 1.48 0 0 1-1.13 1.276c-2.076.495-4.24.495-6.316 0a1.48 1.48 0 0 1-1.125-1.27l-.235-2.126a1.48 1.48 0 0 0-.485-.94a1.5 1.5 0 0 0-1.58-.255l-1.955.859a1.48 1.48 0 0 1-1.668-.343a14.3 14.3 0 0 1-3.16-5.45a1.48 1.48 0 0 1 .536-1.632l1.725-1.275a1.488 1.488 0 0 0 0-2.4l-1.725-1.273a1.48 1.48 0 0 1-.536-1.623A14.25 14.25 0 0 1 5.79 6.467c.14-.151.31-.271.5-.351a1.5 1.5 0 0 1 1.17 0l1.947.858a1.493 1.493 0 0 0 2.073-1.206l.236-2.122a1.48 1.48 0 0 1 1.148-1.281a15.5 15.5 0 0 1 3.146-.362c1.052.012 2.1.133 3.127.362a1.48 1.48 0 0 1 1.147 1.284l.236 2.12a1.483 1.483 0 0 0 2.067 1.2l1.946-.857a1.48 1.48 0 0 1 1.674.346a14.2 14.2 0 0 1 3.157 5.44a1.48 1.48 0 0 1-.537 1.63l-1.72 1.273a1.48 1.48 0 0 0-.004 2.395zM16 20a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentSettings32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.832 18.472a1.48 1.48 0 0 1 .537 1.634a14.3 14.3 0 0 1-3.156 5.443a1.48 1.48 0 0 1-1.671.347l-1.955-.858a1.5 1.5 0 0 0-.68-.128a1.5 1.5 0 0 0-.66.2a1.47 1.47 0 0 0-.727 1.124l-.235 2.13a1.48 1.48 0 0 1-1.13 1.276c-2.076.495-4.24.495-6.316 0a1.48 1.48 0 0 1-1.125-1.27l-.235-2.126a1.48 1.48 0 0 0-.485-.94a1.5 1.5 0 0 0-1.58-.255l-1.955.859a1.48 1.48 0 0 1-1.668-.343a14.3 14.3 0 0 1-3.16-5.45a1.48 1.48 0 0 1 .536-1.632l1.725-1.275a1.488 1.488 0 0 0 0-2.4l-1.725-1.273a1.48 1.48 0 0 1-.536-1.623A14.25 14.25 0 0 1 5.79 6.467c.14-.151.31-.271.5-.351a1.5 1.5 0 0 1 1.17 0l1.947.858a1.493 1.493 0 0 0 2.073-1.206l.236-2.122a1.48 1.48 0 0 1 1.148-1.281a15.5 15.5 0 0 1 3.146-.362c1.052.012 2.1.133 3.127.362a1.48 1.48 0 0 1 1.147 1.284l.236 2.12a1.483 1.483 0 0 0 2.067 1.2l1.946-.857a1.48 1.48 0 0 1 1.674.346a14.2 14.2 0 0 1 3.157 5.44a1.48 1.48 0 0 1-.537 1.63l-1.72 1.273a1.48 1.48 0 0 0-.004 2.395zM16 20a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.832 18.472a1.48 1.48 0 0 1 .537 1.634a14.3 14.3 0 0 1-3.156 5.443a1.48 1.48 0 0 1-1.671.347l-1.955-.858a1.5 1.5 0 0 0-.68-.128a1.5 1.5 0 0 0-.66.2a1.47 1.47 0 0 0-.727 1.124l-.235 2.13a1.48 1.48 0 0 1-1.13 1.276c-2.076.495-4.24.495-6.316 0a1.48 1.48 0 0 1-1.125-1.27l-.235-2.126a1.48 1.48 0 0 0-.485-.94a1.5 1.5 0 0 0-1.58-.255l-1.955.859a1.48 1.48 0 0 1-1.668-.343a14.3 14.3 0 0 1-3.16-5.45a1.48 1.48 0 0 1 .536-1.632l1.725-1.275a1.488 1.488 0 0 0 0-2.4l-1.725-1.273a1.48 1.48 0 0 1-.536-1.623A14.25 14.25 0 0 1 5.79 6.467c.14-.151.31-.271.5-.351a1.5 1.5 0 0 1 1.17 0l1.947.858a1.493 1.493 0 0 0 2.073-1.206l.236-2.122a1.48 1.48 0 0 1 1.148-1.281a15.5 15.5 0 0 1 3.146-.362c1.052.012 2.1.133 3.127.362a1.48 1.48 0 0 1 1.147 1.284l.236 2.12a1.483 1.483 0 0 0 2.067 1.2l1.946-.857a1.48 1.48 0 0 1 1.674.346a14.2 14.2 0 0 1 3.157 5.44a1.48 1.48 0 0 1-.537 1.63l-1.72 1.273a1.48 1.48 0 0 0-.004 2.395zM16 20a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></svg> </template>
CSS
.icon-settings-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.832%2018.472a1.48%201.48%200%200%201%20.537%201.634a14.3%2014.3%200%200%201-3.156%205.443a1.48%201.48%200%200%201-1.671.347l-1.955-.858a1.5%201.5%200%200%200-.68-.128a1.5%201.5%200%200%200-.66.2a1.47%201.47%200%200%200-.727%201.124l-.235%202.13a1.48%201.48%200%200%201-1.13%201.276c-2.076.495-4.24.495-6.316%200a1.48%201.48%200%200%201-1.125-1.27l-.235-2.126a1.48%201.48%200%200%200-.485-.94a1.5%201.5%200%200%200-1.58-.255l-1.955.859a1.48%201.48%200%200%201-1.668-.343a14.3%2014.3%200%200%201-3.16-5.45a1.48%201.48%200%200%201%20.536-1.632l1.725-1.275a1.488%201.488%200%200%200%200-2.4l-1.725-1.273a1.48%201.48%200%200%201-.536-1.623A14.25%2014.25%200%200%201%205.79%206.467c.14-.151.31-.271.5-.351a1.5%201.5%200%200%201%201.17%200l1.947.858a1.493%201.493%200%200%200%202.073-1.206l.236-2.122a1.48%201.48%200%200%201%201.148-1.281a15.5%2015.5%200%200%201%203.146-.362c1.052.012%202.1.133%203.127.362a1.48%201.48%200%200%201%201.147%201.284l.236%202.12a1.483%201.483%200%200%200%202.067%201.2l1.946-.857a1.48%201.48%200%200%201%201.674.346a14.2%2014.2%200%200%201%203.157%205.44a1.48%201.48%200%200%201-.537%201.63l-1.72%201.273a1.48%201.48%200%200%200-.004%202.395zM16%2020a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.832%2018.472a1.48%201.48%200%200%201%20.537%201.634a14.3%2014.3%200%200%201-3.156%205.443a1.48%201.48%200%200%201-1.671.347l-1.955-.858a1.5%201.5%200%200%200-.68-.128a1.5%201.5%200%200%200-.66.2a1.47%201.47%200%200%200-.727%201.124l-.235%202.13a1.48%201.48%200%200%201-1.13%201.276c-2.076.495-4.24.495-6.316%200a1.48%201.48%200%200%201-1.125-1.27l-.235-2.126a1.48%201.48%200%200%200-.485-.94a1.5%201.5%200%200%200-1.58-.255l-1.955.859a1.48%201.48%200%200%201-1.668-.343a14.3%2014.3%200%200%201-3.16-5.45a1.48%201.48%200%200%201%20.536-1.632l1.725-1.275a1.488%201.488%200%200%200%200-2.4l-1.725-1.273a1.48%201.48%200%200%201-.536-1.623A14.25%2014.25%200%200%201%205.79%206.467c.14-.151.31-.271.5-.351a1.5%201.5%200%200%201%201.17%200l1.947.858a1.493%201.493%200%200%200%202.073-1.206l.236-2.122a1.48%201.48%200%200%201%201.148-1.281a15.5%2015.5%200%200%201%203.146-.362c1.052.012%202.1.133%203.127.362a1.48%201.48%200%200%201%201.147%201.284l.236%202.12a1.483%201.483%200%200%200%202.067%201.2l1.946-.857a1.48%201.48%200%200%201%201.674.346a14.2%2014.2%200%200%201%203.157%205.44a1.48%201.48%200%200%201-.537%201.63l-1.72%201.273a1.48%201.48%200%200%200-.004%202.395zM16%2020a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/settings-32-filled.svg?color=%231a73e8&size=48