settings cog multiple icon
settings-cog-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- settings-cog-multiple-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the settings cog multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13q.252 0 .498.024c.298.03.527.263.59.555l.266 1.243a.56.56 0 0 0 .72.415l1.208-.391a.69.69 0 0 1 .775.233q.29.403.498.86a.69.69 0 0 1-.186.788l-.943.853a.56.56 0 0 0 0 .83l.947.855c.222.2.308.515.185.788a5 5 0 0 1-.495.86a.69.69 0 0 1-.776.233l-1.214-.393a.56.56 0 0 0-.719.415l-.268 1.252a.69.69 0 0 1-.59.556a5 5 0 0 1-.988 0a.69.69 0 0 1-.592-.555l-.267-1.253a.56.56 0 0 0-.718-.415l-1.22.393a.69.69 0 0 1-.774-.234a5 5 0 0 1-.495-.856a.69.69 0 0 1 .186-.788l.95-.858a.56.56 0 0 0 0-.83l-.947-.855a.69.69 0 0 1-.186-.79q.208-.455.498-.858a.69.69 0 0 1 .775-.232l1.213.392a.56.56 0 0 0 .718-.415l.265-1.243a.69.69 0 0 1 .59-.555Q17.75 13 18 13m0 3.5a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 18 16.5M9.008 1.498q.51.001.999.067l.323.051l.11.029a.75.75 0 0 1 .493.56l.365 1.781l.02.075a.69.69 0 0 0 .877.443l1.728-.576l.11-.029a.75.75 0 0 1 .7.255a7.5 7.5 0 0 1 1.332 2.302a.75.75 0 0 1-.208.815l-1.365 1.211a.692.692 0 0 0 0 1.036l1.363 1.209c.23.203.313.527.208.816a7.5 7.5 0 0 1-1.334 2.302a.75.75 0 0 1-.81.226l-1.724-.575a.69.69 0 0 0-.878.444l-.02.074l-.364 1.777a.75.75 0 0 1-.602.588c-.427.076-.87.119-1.323.119a7.5 7.5 0 0 1-1.34-.121a.75.75 0 0 1-.6-.588l-.363-1.775a.692.692 0 0 0-.897-.518l-1.716.571a.75.75 0 0 1-.81-.227a7.5 7.5 0 0 1-1.335-2.307a.75.75 0 0 1 .21-.815l1.355-1.2a.692.692 0 0 0 0-1.036L2.155 7.28a.75.75 0 0 1-.209-.814A7.5 7.5 0 0 1 3.28 4.158l.08-.08a.75.75 0 0 1 .73-.147l1.719.573a.692.692 0 0 0 .897-.518l.363-1.78l.03-.11a.75.75 0 0 1 .572-.478q.65-.119 1.338-.12M9 6.75a2.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 FluentSettingsCogMultiple24Filled(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="M18 13q.252 0 .498.024c.298.03.527.263.59.555l.266 1.243a.56.56 0 0 0 .72.415l1.208-.391a.69.69 0 0 1 .775.233q.29.403.498.86a.69.69 0 0 1-.186.788l-.943.853a.56.56 0 0 0 0 .83l.947.855c.222.2.308.515.185.788a5 5 0 0 1-.495.86a.69.69 0 0 1-.776.233l-1.214-.393a.56.56 0 0 0-.719.415l-.268 1.252a.69.69 0 0 1-.59.556a5 5 0 0 1-.988 0a.69.69 0 0 1-.592-.555l-.267-1.253a.56.56 0 0 0-.718-.415l-1.22.393a.69.69 0 0 1-.774-.234a5 5 0 0 1-.495-.856a.69.69 0 0 1 .186-.788l.95-.858a.56.56 0 0 0 0-.83l-.947-.855a.69.69 0 0 1-.186-.79q.208-.455.498-.858a.69.69 0 0 1 .775-.232l1.213.392a.56.56 0 0 0 .718-.415l.265-1.243a.69.69 0 0 1 .59-.555Q17.75 13 18 13m0 3.5a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 18 16.5M9.008 1.498q.51.001.999.067l.323.051l.11.029a.75.75 0 0 1 .493.56l.365 1.781l.02.075a.69.69 0 0 0 .877.443l1.728-.576l.11-.029a.75.75 0 0 1 .7.255a7.5 7.5 0 0 1 1.332 2.302a.75.75 0 0 1-.208.815l-1.365 1.211a.692.692 0 0 0 0 1.036l1.363 1.209c.23.203.313.527.208.816a7.5 7.5 0 0 1-1.334 2.302a.75.75 0 0 1-.81.226l-1.724-.575a.69.69 0 0 0-.878.444l-.02.074l-.364 1.777a.75.75 0 0 1-.602.588c-.427.076-.87.119-1.323.119a7.5 7.5 0 0 1-1.34-.121a.75.75 0 0 1-.6-.588l-.363-1.775a.692.692 0 0 0-.897-.518l-1.716.571a.75.75 0 0 1-.81-.227a7.5 7.5 0 0 1-1.335-2.307a.75.75 0 0 1 .21-.815l1.355-1.2a.692.692 0 0 0 0-1.036L2.155 7.28a.75.75 0 0 1-.209-.814A7.5 7.5 0 0 1 3.28 4.158l.08-.08a.75.75 0 0 1 .73-.147l1.719.573a.692.692 0 0 0 .897-.518l.363-1.78l.03-.11a.75.75 0 0 1 .572-.478q.65-.119 1.338-.12M9 6.75a2.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="M18 13q.252 0 .498.024c.298.03.527.263.59.555l.266 1.243a.56.56 0 0 0 .72.415l1.208-.391a.69.69 0 0 1 .775.233q.29.403.498.86a.69.69 0 0 1-.186.788l-.943.853a.56.56 0 0 0 0 .83l.947.855c.222.2.308.515.185.788a5 5 0 0 1-.495.86a.69.69 0 0 1-.776.233l-1.214-.393a.56.56 0 0 0-.719.415l-.268 1.252a.69.69 0 0 1-.59.556a5 5 0 0 1-.988 0a.69.69 0 0 1-.592-.555l-.267-1.253a.56.56 0 0 0-.718-.415l-1.22.393a.69.69 0 0 1-.774-.234a5 5 0 0 1-.495-.856a.69.69 0 0 1 .186-.788l.95-.858a.56.56 0 0 0 0-.83l-.947-.855a.69.69 0 0 1-.186-.79q.208-.455.498-.858a.69.69 0 0 1 .775-.232l1.213.392a.56.56 0 0 0 .718-.415l.265-1.243a.69.69 0 0 1 .59-.555Q17.75 13 18 13m0 3.5a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 18 16.5M9.008 1.498q.51.001.999.067l.323.051l.11.029a.75.75 0 0 1 .493.56l.365 1.781l.02.075a.69.69 0 0 0 .877.443l1.728-.576l.11-.029a.75.75 0 0 1 .7.255a7.5 7.5 0 0 1 1.332 2.302a.75.75 0 0 1-.208.815l-1.365 1.211a.692.692 0 0 0 0 1.036l1.363 1.209c.23.203.313.527.208.816a7.5 7.5 0 0 1-1.334 2.302a.75.75 0 0 1-.81.226l-1.724-.575a.69.69 0 0 0-.878.444l-.02.074l-.364 1.777a.75.75 0 0 1-.602.588c-.427.076-.87.119-1.323.119a7.5 7.5 0 0 1-1.34-.121a.75.75 0 0 1-.6-.588l-.363-1.775a.692.692 0 0 0-.897-.518l-1.716.571a.75.75 0 0 1-.81-.227a7.5 7.5 0 0 1-1.335-2.307a.75.75 0 0 1 .21-.815l1.355-1.2a.692.692 0 0 0 0-1.036L2.155 7.28a.75.75 0 0 1-.209-.814A7.5 7.5 0 0 1 3.28 4.158l.08-.08a.75.75 0 0 1 .73-.147l1.719.573a.692.692 0 0 0 .897-.518l.363-1.78l.03-.11a.75.75 0 0 1 .572-.478q.65-.119 1.338-.12M9 6.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg> </template>
CSS
.icon-settings-cog-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2013q.252%200%20.498.024c.298.03.527.263.59.555l.266%201.243a.56.56%200%200%200%20.72.415l1.208-.391a.69.69%200%200%201%20.775.233q.29.403.498.86a.69.69%200%200%201-.186.788l-.943.853a.56.56%200%200%200%200%20.83l.947.855c.222.2.308.515.185.788a5%205%200%200%201-.495.86a.69.69%200%200%201-.776.233l-1.214-.393a.56.56%200%200%200-.719.415l-.268%201.252a.69.69%200%200%201-.59.556a5%205%200%200%201-.988%200a.69.69%200%200%201-.592-.555l-.267-1.253a.56.56%200%200%200-.718-.415l-1.22.393a.69.69%200%200%201-.774-.234a5%205%200%200%201-.495-.856a.69.69%200%200%201%20.186-.788l.95-.858a.56.56%200%200%200%200-.83l-.947-.855a.69.69%200%200%201-.186-.79q.208-.455.498-.858a.69.69%200%200%201%20.775-.232l1.213.392a.56.56%200%200%200%20.718-.415l.265-1.243a.69.69%200%200%201%20.59-.555Q17.75%2013%2018%2013m0%203.5a1.5%201.5%200%201%200%20.001%203.001A1.5%201.5%200%200%200%2018%2016.5M9.008%201.498q.51.001.999.067l.323.051l.11.029a.75.75%200%200%201%20.493.56l.365%201.781l.02.075a.69.69%200%200%200%20.877.443l1.728-.576l.11-.029a.75.75%200%200%201%20.7.255a7.5%207.5%200%200%201%201.332%202.302a.75.75%200%200%201-.208.815l-1.365%201.211a.692.692%200%200%200%200%201.036l1.363%201.209c.23.203.313.527.208.816a7.5%207.5%200%200%201-1.334%202.302a.75.75%200%200%201-.81.226l-1.724-.575a.69.69%200%200%200-.878.444l-.02.074l-.364%201.777a.75.75%200%200%201-.602.588c-.427.076-.87.119-1.323.119a7.5%207.5%200%200%201-1.34-.121a.75.75%200%200%201-.6-.588l-.363-1.775a.692.692%200%200%200-.897-.518l-1.716.571a.75.75%200%200%201-.81-.227a7.5%207.5%200%200%201-1.335-2.307a.75.75%200%200%201%20.21-.815l1.355-1.2a.692.692%200%200%200%200-1.036L2.155%207.28a.75.75%200%200%201-.209-.814A7.5%207.5%200%200%201%203.28%204.158l.08-.08a.75.75%200%200%201%20.73-.147l1.719.573a.692.692%200%200%200%20.897-.518l.363-1.78l.03-.11a.75.75%200%200%201%20.572-.478q.65-.119%201.338-.12M9%206.75a2.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%22M18%2013q.252%200%20.498.024c.298.03.527.263.59.555l.266%201.243a.56.56%200%200%200%20.72.415l1.208-.391a.69.69%200%200%201%20.775.233q.29.403.498.86a.69.69%200%200%201-.186.788l-.943.853a.56.56%200%200%200%200%20.83l.947.855c.222.2.308.515.185.788a5%205%200%200%201-.495.86a.69.69%200%200%201-.776.233l-1.214-.393a.56.56%200%200%200-.719.415l-.268%201.252a.69.69%200%200%201-.59.556a5%205%200%200%201-.988%200a.69.69%200%200%201-.592-.555l-.267-1.253a.56.56%200%200%200-.718-.415l-1.22.393a.69.69%200%200%201-.774-.234a5%205%200%200%201-.495-.856a.69.69%200%200%201%20.186-.788l.95-.858a.56.56%200%200%200%200-.83l-.947-.855a.69.69%200%200%201-.186-.79q.208-.455.498-.858a.69.69%200%200%201%20.775-.232l1.213.392a.56.56%200%200%200%20.718-.415l.265-1.243a.69.69%200%200%201%20.59-.555Q17.75%2013%2018%2013m0%203.5a1.5%201.5%200%201%200%20.001%203.001A1.5%201.5%200%200%200%2018%2016.5M9.008%201.498q.51.001.999.067l.323.051l.11.029a.75.75%200%200%201%20.493.56l.365%201.781l.02.075a.69.69%200%200%200%20.877.443l1.728-.576l.11-.029a.75.75%200%200%201%20.7.255a7.5%207.5%200%200%201%201.332%202.302a.75.75%200%200%201-.208.815l-1.365%201.211a.692.692%200%200%200%200%201.036l1.363%201.209c.23.203.313.527.208.816a7.5%207.5%200%200%201-1.334%202.302a.75.75%200%200%201-.81.226l-1.724-.575a.69.69%200%200%200-.878.444l-.02.074l-.364%201.777a.75.75%200%200%201-.602.588c-.427.076-.87.119-1.323.119a7.5%207.5%200%200%201-1.34-.121a.75.75%200%200%201-.6-.588l-.363-1.775a.692.692%200%200%200-.897-.518l-1.716.571a.75.75%200%200%201-.81-.227a7.5%207.5%200%200%201-1.335-2.307a.75.75%200%200%201%20.21-.815l1.355-1.2a.692.692%200%200%200%200-1.036L2.155%207.28a.75.75%200%200%201-.209-.814A7.5%207.5%200%200%201%203.28%204.158l.08-.08a.75.75%200%200%201%20.73-.147l1.719.573a.692.692%200%200%200%20.897-.518l.363-1.78l.03-.11a.75.75%200%200%201%20.572-.478q.65-.119%201.338-.12M9%206.75a2.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-cog-multiple-24-filled.svg?color=%231a73e8&size=48