settings from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
settings
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.132 15.404a3.364 3.364 0 1 0 0-6.728a3.364 3.364 0 0 0 0 6.728"/><path d="M20.983 15.094a9.4 9.4 0 0 1-1.802 3.1l-2.124-.482a7.25 7.25 0 0 1-2.801 1.56l-.574 2.079a9.5 9.5 0 0 1-1.63.149a9 9 0 0 1-2.032-.23l-.609-2.146a7.5 7.5 0 0 1-2.457-1.493l-2.1.54a9.4 9.4 0 0 1-1.837-3.33l1.55-1.722a7.2 7.2 0 0 1 .069-2.652L3.107 8.872a9.4 9.4 0 0 1 2.067-3.353l2.17.54A7.7 7.7 0 0 1 9.319 4.91l.574-2.124a9 9 0 0 1 2.17-.287c.585 0 1.17.054 1.745.16l.551 2.113c.83.269 1.608.68 2.296 1.217l2.182-.563a9.4 9.4 0 0 1 2.043 3.1l-1.48 1.607a7.4 7.4 0 0 1 .068 3.364z"/></g></svg>

React

import type { SVGProps } from "react";

export function MageSettings(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.132 15.404a3.364 3.364 0 1 0 0-6.728a3.364 3.364 0 0 0 0 6.728"/><path d="M20.983 15.094a9.4 9.4 0 0 1-1.802 3.1l-2.124-.482a7.25 7.25 0 0 1-2.801 1.56l-.574 2.079a9.5 9.5 0 0 1-1.63.149a9 9 0 0 1-2.032-.23l-.609-2.146a7.5 7.5 0 0 1-2.457-1.493l-2.1.54a9.4 9.4 0 0 1-1.837-3.33l1.55-1.722a7.2 7.2 0 0 1 .069-2.652L3.107 8.872a9.4 9.4 0 0 1 2.067-3.353l2.17.54A7.7 7.7 0 0 1 9.319 4.91l.574-2.124a9 9 0 0 1 2.17-.287c.585 0 1.17.054 1.745.16l.551 2.113c.83.269 1.608.68 2.296 1.217l2.182-.563a9.4 9.4 0 0 1 2.043 3.1l-1.48 1.607a7.4 7.4 0 0 1 .068 3.364z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.132 15.404a3.364 3.364 0 1 0 0-6.728a3.364 3.364 0 0 0 0 6.728"/><path d="M20.983 15.094a9.4 9.4 0 0 1-1.802 3.1l-2.124-.482a7.25 7.25 0 0 1-2.801 1.56l-.574 2.079a9.5 9.5 0 0 1-1.63.149a9 9 0 0 1-2.032-.23l-.609-2.146a7.5 7.5 0 0 1-2.457-1.493l-2.1.54a9.4 9.4 0 0 1-1.837-3.33l1.55-1.722a7.2 7.2 0 0 1 .069-2.652L3.107 8.872a9.4 9.4 0 0 1 2.067-3.353l2.17.54A7.7 7.7 0 0 1 9.319 4.91l.574-2.124a9 9 0 0 1 2.17-.287c.585 0 1.17.054 1.745.16l.551 2.113c.83.269 1.608.68 2.296 1.217l2.182-.563a9.4 9.4 0 0 1 2.043 3.1l-1.48 1.607a7.4 7.4 0 0 1 .068 3.364z"/></g></svg>
</template>

CSS

.icon-settings {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.132%2015.404a3.364%203.364%200%201%200%200-6.728a3.364%203.364%200%200%200%200%206.728%22%2F%3E%3Cpath%20d%3D%22M20.983%2015.094a9.4%209.4%200%200%201-1.802%203.1l-2.124-.482a7.25%207.25%200%200%201-2.801%201.56l-.574%202.079a9.5%209.5%200%200%201-1.63.149a9%209%200%200%201-2.032-.23l-.609-2.146a7.5%207.5%200%200%201-2.457-1.493l-2.1.54a9.4%209.4%200%200%201-1.837-3.33l1.55-1.722a7.2%207.2%200%200%201%20.069-2.652L3.107%208.872a9.4%209.4%200%200%201%202.067-3.353l2.17.54A7.7%207.7%200%200%201%209.319%204.91l.574-2.124a9%209%200%200%201%202.17-.287c.585%200%201.17.054%201.745.16l.551%202.113c.83.269%201.608.68%202.296%201.217l2.182-.563a9.4%209.4%200%200%201%202.043%203.1l-1.48%201.607a7.4%207.4%200%200%201%20.068%203.364z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.132%2015.404a3.364%203.364%200%201%200%200-6.728a3.364%203.364%200%200%200%200%206.728%22%2F%3E%3Cpath%20d%3D%22M20.983%2015.094a9.4%209.4%200%200%201-1.802%203.1l-2.124-.482a7.25%207.25%200%200%201-2.801%201.56l-.574%202.079a9.5%209.5%200%200%201-1.63.149a9%209%200%200%201-2.032-.23l-.609-2.146a7.5%207.5%200%200%201-2.457-1.493l-2.1.54a9.4%209.4%200%200%201-1.837-3.33l1.55-1.722a7.2%207.2%200%200%201%20.069-2.652L3.107%208.872a9.4%209.4%200%200%201%202.067-3.353l2.17.54A7.7%207.7%200%200%201%209.319%204.91l.574-2.124a9%209%200%200%201%202.17-.287c.585%200%201.17.054%201.745.16l.551%202.113c.83.269%201.608.68%202.296%201.217l2.182-.563a9.4%209.4%200%200%201%202.043%203.1l-1.48%201.607a7.4%207.4%200%200%201%20.068%203.364z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/settings.svg?color=%231a73e8&size=48