launcher settings icon

launcher-settings-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
launcher-settings-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.012 2.25c.734.008 1.465.093 2.181.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.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-.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-.252m0 1.5a9 9 0 0 0-1.355.117l-.108.977A2.886 2.886 0 0 1 6.524 7.17l-.898-.394a8.3 8.3 0 0 0-1.348 2.317l.798.587a2.88 2.88 0 0 1 0 4.643l-.798.588c.32.842.775 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.108.984c.89.15 1.799.15 2.689 0l.109-.984a2.88 2.88 0 0 1 4.018-2.322l.905.396a8.3 8.3 0 0 0 1.347-2.318l-.798-.588a2.88 2.88 0 0 1 0-4.643l.796-.587a8.3 8.3 0 0 0-1.348-2.317l-.896.393a2.884 2.884 0 0 1-4.023-2.324l-.11-.976a9 9 0 0 0-1.333-.117M13.575 8a.3.3 0 0 1 .19.067l.047.049l2.778 3.577a.5.5 0 0 1 .052.532l-.052.082l-2.778 3.577a.3.3 0 0 1-.168.108l-.069.008h-2.704a.3.3 0 0 1-.272-.427l.036-.059L13.408 12l-3.105-4zm-3.899.804l1.69 2.201l-.781.995l.638.813a.3.3 0 0 1 0 .372l-1.337 1.68a.3.3 0 0 1-.422.048l-.049-.05l-2.002-2.555a.5.5 0 0 1 0-.616z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLauncherSettings24Regular(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.181.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.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-.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-.252m0 1.5a9 9 0 0 0-1.355.117l-.108.977A2.886 2.886 0 0 1 6.524 7.17l-.898-.394a8.3 8.3 0 0 0-1.348 2.317l.798.587a2.88 2.88 0 0 1 0 4.643l-.798.588c.32.842.775 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.108.984c.89.15 1.799.15 2.689 0l.109-.984a2.88 2.88 0 0 1 4.018-2.322l.905.396a8.3 8.3 0 0 0 1.347-2.318l-.798-.588a2.88 2.88 0 0 1 0-4.643l.796-.587a8.3 8.3 0 0 0-1.348-2.317l-.896.393a2.884 2.884 0 0 1-4.023-2.324l-.11-.976a9 9 0 0 0-1.333-.117M13.575 8a.3.3 0 0 1 .19.067l.047.049l2.778 3.577a.5.5 0 0 1 .052.532l-.052.082l-2.778 3.577a.3.3 0 0 1-.168.108l-.069.008h-2.704a.3.3 0 0 1-.272-.427l.036-.059L13.408 12l-3.105-4zm-3.899.804l1.69 2.201l-.781.995l.638.813a.3.3 0 0 1 0 .372l-1.337 1.68a.3.3 0 0 1-.422.048l-.049-.05l-2.002-2.555a.5.5 0 0 1 0-.616z"/></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.181.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.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-.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-.252m0 1.5a9 9 0 0 0-1.355.117l-.108.977A2.886 2.886 0 0 1 6.524 7.17l-.898-.394a8.3 8.3 0 0 0-1.348 2.317l.798.587a2.88 2.88 0 0 1 0 4.643l-.798.588c.32.842.775 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.108.984c.89.15 1.799.15 2.689 0l.109-.984a2.88 2.88 0 0 1 4.018-2.322l.905.396a8.3 8.3 0 0 0 1.347-2.318l-.798-.588a2.88 2.88 0 0 1 0-4.643l.796-.587a8.3 8.3 0 0 0-1.348-2.317l-.896.393a2.884 2.884 0 0 1-4.023-2.324l-.11-.976a9 9 0 0 0-1.333-.117M13.575 8a.3.3 0 0 1 .19.067l.047.049l2.778 3.577a.5.5 0 0 1 .052.532l-.052.082l-2.778 3.577a.3.3 0 0 1-.168.108l-.069.008h-2.704a.3.3 0 0 1-.272-.427l.036-.059L13.408 12l-3.105-4zm-3.899.804l1.69 2.201l-.781.995l.638.813a.3.3 0 0 1 0 .372l-1.337 1.68a.3.3 0 0 1-.422.048l-.049-.05l-2.002-2.555a.5.5 0 0 1 0-.616z"/></svg>
</template>

CSS

.icon-launcher-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.181.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.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-.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-.252m0%201.5a9%209%200%200%200-1.355.117l-.108.977A2.886%202.886%200%200%201%206.524%207.17l-.898-.394a8.3%208.3%200%200%200-1.348%202.317l.798.587a2.88%202.88%200%200%201%200%204.643l-.798.588c.32.842.775%201.626%201.348%202.322l.905-.397a2.882%202.882%200%200%201%204.017%202.318l.108.984c.89.15%201.799.15%202.689%200l.109-.984a2.88%202.88%200%200%201%204.018-2.322l.905.396a8.3%208.3%200%200%200%201.347-2.318l-.798-.588a2.88%202.88%200%200%201%200-4.643l.796-.587a8.3%208.3%200%200%200-1.348-2.317l-.896.393a2.884%202.884%200%200%201-4.023-2.324l-.11-.976a9%209%200%200%200-1.333-.117M13.575%208a.3.3%200%200%201%20.19.067l.047.049l2.778%203.577a.5.5%200%200%201%20.052.532l-.052.082l-2.778%203.577a.3.3%200%200%201-.168.108l-.069.008h-2.704a.3.3%200%200%201-.272-.427l.036-.059L13.408%2012l-3.105-4zm-3.899.804l1.69%202.201l-.781.995l.638.813a.3.3%200%200%201%200%20.372l-1.337%201.68a.3.3%200%200%201-.422.048l-.049-.05l-2.002-2.555a.5.5%200%200%201%200-.616z%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.181.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.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-.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-.252m0%201.5a9%209%200%200%200-1.355.117l-.108.977A2.886%202.886%200%200%201%206.524%207.17l-.898-.394a8.3%208.3%200%200%200-1.348%202.317l.798.587a2.88%202.88%200%200%201%200%204.643l-.798.588c.32.842.775%201.626%201.348%202.322l.905-.397a2.882%202.882%200%200%201%204.017%202.318l.108.984c.89.15%201.799.15%202.689%200l.109-.984a2.88%202.88%200%200%201%204.018-2.322l.905.396a8.3%208.3%200%200%200%201.347-2.318l-.798-.588a2.88%202.88%200%200%201%200-4.643l.796-.587a8.3%208.3%200%200%200-1.348-2.317l-.896.393a2.884%202.884%200%200%201-4.023-2.324l-.11-.976a9%209%200%200%200-1.333-.117M13.575%208a.3.3%200%200%201%20.19.067l.047.049l2.778%203.577a.5.5%200%200%201%20.052.532l-.052.082l-2.778%203.577a.3.3%200%200%201-.168.108l-.069.008h-2.704a.3.3%200%200%201-.272-.427l.036-.059L13.408%2012l-3.105-4zm-3.899.804l1.69%202.201l-.781.995l.638.813a.3.3%200%200%201%200%20.372l-1.337%201.68a.3.3%200%200%201-.422.048l-.049-.05l-2.002-2.555a.5.5%200%200%201%200-.616z%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-regular.svg?color=%231a73e8&size=48