launcher settings icon
launcher-settings-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- launcher-settings-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Use the launcher 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.01 2.25c.735.008 1.466.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.928 1.116l1.4-.615a.75.75 0 0 1 .85.174a9.8 9.8 0 0 1 2.204 3.792a.75.75 0 0 1-.271.825l-1.242.916a1.38 1.38 0 0 0 .001 2.226l1.243.915a.75.75 0 0 1 .271.826a9.8 9.8 0 0 1-2.203 3.792a.75.75 0 0 1-.849.175l-1.406-.617a1.38 1.38 0 0 0-1.927 1.114l-.169 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-.17-1.524a1.382 1.382 0 0 0-1.924-1.11l-1.407.616a.75.75 0 0 1-.849-.175a9.8 9.8 0 0 1-2.203-3.796a.75.75 0 0 1 .271-.826l1.244-.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 .849-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65q1.076-.238 2.202-.252M13.576 8h-3.272l3.105 4l-2.773 3.514a.3.3 0 0 0 .236.486h2.704a.3.3 0 0 0 .237-.116l2.778-3.577a.5.5 0 0 0 0-.614l-2.778-3.577A.3.3 0 0 0 13.575 8m-3.898.803l-2.264 2.889a.5.5 0 0 0-.052.535l.052.081l2.002 2.556l.05.05a.3.3 0 0 0 .372 0l.049-.049l1.336-1.68a.3.3 0 0 0 .043-.301l-.042-.07l-.638-.814l.78-.996z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLauncherSettings24Filled(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.01 2.25c.735.008 1.466.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.928 1.116l1.4-.615a.75.75 0 0 1 .85.174a9.8 9.8 0 0 1 2.204 3.792a.75.75 0 0 1-.271.825l-1.242.916a1.38 1.38 0 0 0 .001 2.226l1.243.915a.75.75 0 0 1 .271.826a9.8 9.8 0 0 1-2.203 3.792a.75.75 0 0 1-.849.175l-1.406-.617a1.38 1.38 0 0 0-1.927 1.114l-.169 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-.17-1.524a1.382 1.382 0 0 0-1.924-1.11l-1.407.616a.75.75 0 0 1-.849-.175a9.8 9.8 0 0 1-2.203-3.796a.75.75 0 0 1 .271-.826l1.244-.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 .849-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65q1.076-.238 2.202-.252M13.576 8h-3.272l3.105 4l-2.773 3.514a.3.3 0 0 0 .236.486h2.704a.3.3 0 0 0 .237-.116l2.778-3.577a.5.5 0 0 0 0-.614l-2.778-3.577A.3.3 0 0 0 13.575 8m-3.898.803l-2.264 2.889a.5.5 0 0 0-.052.535l.052.081l2.002 2.556l.05.05a.3.3 0 0 0 .372 0l.049-.049l1.336-1.68a.3.3 0 0 0 .043-.301l-.042-.07l-.638-.814l.78-.996z"/></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.01 2.25c.735.008 1.466.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.928 1.116l1.4-.615a.75.75 0 0 1 .85.174a9.8 9.8 0 0 1 2.204 3.792a.75.75 0 0 1-.271.825l-1.242.916a1.38 1.38 0 0 0 .001 2.226l1.243.915a.75.75 0 0 1 .271.826a9.8 9.8 0 0 1-2.203 3.792a.75.75 0 0 1-.849.175l-1.406-.617a1.38 1.38 0 0 0-1.927 1.114l-.169 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-.17-1.524a1.382 1.382 0 0 0-1.924-1.11l-1.407.616a.75.75 0 0 1-.849-.175a9.8 9.8 0 0 1-2.203-3.796a.75.75 0 0 1 .271-.826l1.244-.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 .849-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65q1.076-.238 2.202-.252M13.576 8h-3.272l3.105 4l-2.773 3.514a.3.3 0 0 0 .236.486h2.704a.3.3 0 0 0 .237-.116l2.778-3.577a.5.5 0 0 0 0-.614l-2.778-3.577A.3.3 0 0 0 13.575 8m-3.898.803l-2.264 2.889a.5.5 0 0 0-.052.535l.052.081l2.002 2.556l.05.05a.3.3 0 0 0 .372 0l.049-.049l1.336-1.68a.3.3 0 0 0 .043-.301l-.042-.07l-.638-.814l.78-.996z"/></svg> </template>
CSS
.icon-launcher-settings-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%22M12.01%202.25c.735.008%201.466.093%202.182.253a.75.75%200%200%201%20.582.649l.17%201.527a1.384%201.384%200%200%200%201.928%201.116l1.4-.615a.75.75%200%200%201%20.85.174a9.8%209.8%200%200%201%202.204%203.792a.75.75%200%200%201-.271.825l-1.242.916a1.38%201.38%200%200%200%20.001%202.226l1.243.915a.75.75%200%200%201%20.271.826a9.8%209.8%200%200%201-2.203%203.792a.75.75%200%200%201-.849.175l-1.406-.617a1.38%201.38%200%200%200-1.927%201.114l-.169%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-.17-1.524a1.382%201.382%200%200%200-1.924-1.11l-1.407.616a.75.75%200%200%201-.849-.175a9.8%209.8%200%200%201-2.203-3.796a.75.75%200%200%201%20.271-.826l1.244-.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.849-.174l1.4.615a1.387%201.387%200%200%200%201.93-1.118l.17-1.526a.75.75%200%200%201%20.583-.65q1.076-.238%202.202-.252M13.576%208h-3.272l3.105%204l-2.773%203.514a.3.3%200%200%200%20.236.486h2.704a.3.3%200%200%200%20.237-.116l2.778-3.577a.5.5%200%200%200%200-.614l-2.778-3.577A.3.3%200%200%200%2013.575%208m-3.898.803l-2.264%202.889a.5.5%200%200%200-.052.535l.052.081l2.002%202.556l.05.05a.3.3%200%200%200%20.372%200l.049-.049l1.336-1.68a.3.3%200%200%200%20.043-.301l-.042-.07l-.638-.814l.78-.996z%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.01%202.25c.735.008%201.466.093%202.182.253a.75.75%200%200%201%20.582.649l.17%201.527a1.384%201.384%200%200%200%201.928%201.116l1.4-.615a.75.75%200%200%201%20.85.174a9.8%209.8%200%200%201%202.204%203.792a.75.75%200%200%201-.271.825l-1.242.916a1.38%201.38%200%200%200%20.001%202.226l1.243.915a.75.75%200%200%201%20.271.826a9.8%209.8%200%200%201-2.203%203.792a.75.75%200%200%201-.849.175l-1.406-.617a1.38%201.38%200%200%200-1.927%201.114l-.169%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-.17-1.524a1.382%201.382%200%200%200-1.924-1.11l-1.407.616a.75.75%200%200%201-.849-.175a9.8%209.8%200%200%201-2.203-3.796a.75.75%200%200%201%20.271-.826l1.244-.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.849-.174l1.4.615a1.387%201.387%200%200%200%201.93-1.118l.17-1.526a.75.75%200%200%201%20.583-.65q1.076-.238%202.202-.252M13.576%208h-3.272l3.105%204l-2.773%203.514a.3.3%200%200%200%20.236.486h2.704a.3.3%200%200%200%20.237-.116l2.778-3.577a.5.5%200%200%200%200-.614l-2.778-3.577A.3.3%200%200%200%2013.575%208m-3.898.803l-2.264%202.889a.5.5%200%200%200-.052.535l.052.081l2.002%202.556l.05.05a.3.3%200%200%200%20.372%200l.049-.049l1.336-1.68a.3.3%200%200%200%20.043-.301l-.042-.07l-.638-.814l.78-.996z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/launcher-settings-24-filled.svg?color=%231a73e8&size=48