settings-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
settings-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

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 48 48"><path fill="currentColor" d="M19.494 43.468c1.479.353 2.993.531 4.513.531a19.4 19.4 0 0 0 4.503-.534a1.94 1.94 0 0 0 1.474-1.672l.338-3.071a2.32 2.32 0 0 1 2.183-2.075c.367-.016.732.053 1.068.2l2.807 1.231a1.92 1.92 0 0 0 1.554.01c.247-.105.468-.261.65-.458a20.4 20.4 0 0 0 4.51-7.779a1.94 1.94 0 0 0-.7-2.133l-2.494-1.84a2.326 2.326 0 0 1 0-3.764l2.486-1.836a1.94 1.94 0 0 0 .7-2.138a20.3 20.3 0 0 0-4.515-7.777a1.94 1.94 0 0 0-2.192-.45l-2.806 1.236c-.29.131-.606.2-.926.2a2.34 2.34 0 0 1-2.32-2.088l-.34-3.06a1.94 1.94 0 0 0-1.5-1.681a21.7 21.7 0 0 0-4.469-.519a22 22 0 0 0-4.5.52a1.935 1.935 0 0 0-1.5 1.677l-.34 3.062a2.35 2.35 0 0 1-.768 1.488a2.53 2.53 0 0 1-1.569.6a2.3 2.3 0 0 1-.923-.194l-2.8-1.236a1.94 1.94 0 0 0-2.2.452a20.35 20.35 0 0 0-4.51 7.775a1.94 1.94 0 0 0 .7 2.137l2.488 1.836a2.344 2.344 0 0 1 .701 2.938a2.34 2.34 0 0 1-.7.829l-2.49 1.839a1.94 1.94 0 0 0-.7 2.135a20.3 20.3 0 0 0 4.51 7.782a1.93 1.93 0 0 0 2.193.454l2.818-1.237c.291-.128.605-.194.923-.194h.008a2.34 2.34 0 0 1 2.32 2.074l.338 3.057a1.94 1.94 0 0 0 1.477 1.673M24 30.25a6.25 6.25 0 1 1 0-12.5a6.25 6.25 0 0 1 0 12.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentSettings48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.494 43.468c1.479.353 2.993.531 4.513.531a19.4 19.4 0 0 0 4.503-.534a1.94 1.94 0 0 0 1.474-1.672l.338-3.071a2.32 2.32 0 0 1 2.183-2.075c.367-.016.732.053 1.068.2l2.807 1.231a1.92 1.92 0 0 0 1.554.01c.247-.105.468-.261.65-.458a20.4 20.4 0 0 0 4.51-7.779a1.94 1.94 0 0 0-.7-2.133l-2.494-1.84a2.326 2.326 0 0 1 0-3.764l2.486-1.836a1.94 1.94 0 0 0 .7-2.138a20.3 20.3 0 0 0-4.515-7.777a1.94 1.94 0 0 0-2.192-.45l-2.806 1.236c-.29.131-.606.2-.926.2a2.34 2.34 0 0 1-2.32-2.088l-.34-3.06a1.94 1.94 0 0 0-1.5-1.681a21.7 21.7 0 0 0-4.469-.519a22 22 0 0 0-4.5.52a1.935 1.935 0 0 0-1.5 1.677l-.34 3.062a2.35 2.35 0 0 1-.768 1.488a2.53 2.53 0 0 1-1.569.6a2.3 2.3 0 0 1-.923-.194l-2.8-1.236a1.94 1.94 0 0 0-2.2.452a20.35 20.35 0 0 0-4.51 7.775a1.94 1.94 0 0 0 .7 2.137l2.488 1.836a2.344 2.344 0 0 1 .701 2.938a2.34 2.34 0 0 1-.7.829l-2.49 1.839a1.94 1.94 0 0 0-.7 2.135a20.3 20.3 0 0 0 4.51 7.782a1.93 1.93 0 0 0 2.193.454l2.818-1.237c.291-.128.605-.194.923-.194h.008a2.34 2.34 0 0 1 2.32 2.074l.338 3.057a1.94 1.94 0 0 0 1.477 1.673M24 30.25a6.25 6.25 0 1 1 0-12.5a6.25 6.25 0 0 1 0 12.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19.494 43.468c1.479.353 2.993.531 4.513.531a19.4 19.4 0 0 0 4.503-.534a1.94 1.94 0 0 0 1.474-1.672l.338-3.071a2.32 2.32 0 0 1 2.183-2.075c.367-.016.732.053 1.068.2l2.807 1.231a1.92 1.92 0 0 0 1.554.01c.247-.105.468-.261.65-.458a20.4 20.4 0 0 0 4.51-7.779a1.94 1.94 0 0 0-.7-2.133l-2.494-1.84a2.326 2.326 0 0 1 0-3.764l2.486-1.836a1.94 1.94 0 0 0 .7-2.138a20.3 20.3 0 0 0-4.515-7.777a1.94 1.94 0 0 0-2.192-.45l-2.806 1.236c-.29.131-.606.2-.926.2a2.34 2.34 0 0 1-2.32-2.088l-.34-3.06a1.94 1.94 0 0 0-1.5-1.681a21.7 21.7 0 0 0-4.469-.519a22 22 0 0 0-4.5.52a1.935 1.935 0 0 0-1.5 1.677l-.34 3.062a2.35 2.35 0 0 1-.768 1.488a2.53 2.53 0 0 1-1.569.6a2.3 2.3 0 0 1-.923-.194l-2.8-1.236a1.94 1.94 0 0 0-2.2.452a20.35 20.35 0 0 0-4.51 7.775a1.94 1.94 0 0 0 .7 2.137l2.488 1.836a2.344 2.344 0 0 1 .701 2.938a2.34 2.34 0 0 1-.7.829l-2.49 1.839a1.94 1.94 0 0 0-.7 2.135a20.3 20.3 0 0 0 4.51 7.782a1.93 1.93 0 0 0 2.193.454l2.818-1.237c.291-.128.605-.194.923-.194h.008a2.34 2.34 0 0 1 2.32 2.074l.338 3.057a1.94 1.94 0 0 0 1.477 1.673M24 30.25a6.25 6.25 0 1 1 0-12.5a6.25 6.25 0 0 1 0 12.5"/></svg>
</template>

CSS

.icon-settings-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.494%2043.468c1.479.353%202.993.531%204.513.531a19.4%2019.4%200%200%200%204.503-.534a1.94%201.94%200%200%200%201.474-1.672l.338-3.071a2.32%202.32%200%200%201%202.183-2.075c.367-.016.732.053%201.068.2l2.807%201.231a1.92%201.92%200%200%200%201.554.01c.247-.105.468-.261.65-.458a20.4%2020.4%200%200%200%204.51-7.779a1.94%201.94%200%200%200-.7-2.133l-2.494-1.84a2.326%202.326%200%200%201%200-3.764l2.486-1.836a1.94%201.94%200%200%200%20.7-2.138a20.3%2020.3%200%200%200-4.515-7.777a1.94%201.94%200%200%200-2.192-.45l-2.806%201.236c-.29.131-.606.2-.926.2a2.34%202.34%200%200%201-2.32-2.088l-.34-3.06a1.94%201.94%200%200%200-1.5-1.681a21.7%2021.7%200%200%200-4.469-.519a22%2022%200%200%200-4.5.52a1.935%201.935%200%200%200-1.5%201.677l-.34%203.062a2.35%202.35%200%200%201-.768%201.488a2.53%202.53%200%200%201-1.569.6a2.3%202.3%200%200%201-.923-.194l-2.8-1.236a1.94%201.94%200%200%200-2.2.452a20.35%2020.35%200%200%200-4.51%207.775a1.94%201.94%200%200%200%20.7%202.137l2.488%201.836a2.344%202.344%200%200%201%20.701%202.938a2.34%202.34%200%200%201-.7.829l-2.49%201.839a1.94%201.94%200%200%200-.7%202.135a20.3%2020.3%200%200%200%204.51%207.782a1.93%201.93%200%200%200%202.193.454l2.818-1.237c.291-.128.605-.194.923-.194h.008a2.34%202.34%200%200%201%202.32%202.074l.338%203.057a1.94%201.94%200%200%200%201.477%201.673M24%2030.25a6.25%206.25%200%201%201%200-12.5a6.25%206.25%200%200%201%200%2012.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.494%2043.468c1.479.353%202.993.531%204.513.531a19.4%2019.4%200%200%200%204.503-.534a1.94%201.94%200%200%200%201.474-1.672l.338-3.071a2.32%202.32%200%200%201%202.183-2.075c.367-.016.732.053%201.068.2l2.807%201.231a1.92%201.92%200%200%200%201.554.01c.247-.105.468-.261.65-.458a20.4%2020.4%200%200%200%204.51-7.779a1.94%201.94%200%200%200-.7-2.133l-2.494-1.84a2.326%202.326%200%200%201%200-3.764l2.486-1.836a1.94%201.94%200%200%200%20.7-2.138a20.3%2020.3%200%200%200-4.515-7.777a1.94%201.94%200%200%200-2.192-.45l-2.806%201.236c-.29.131-.606.2-.926.2a2.34%202.34%200%200%201-2.32-2.088l-.34-3.06a1.94%201.94%200%200%200-1.5-1.681a21.7%2021.7%200%200%200-4.469-.519a22%2022%200%200%200-4.5.52a1.935%201.935%200%200%200-1.5%201.677l-.34%203.062a2.35%202.35%200%200%201-.768%201.488a2.53%202.53%200%200%201-1.569.6a2.3%202.3%200%200%201-.923-.194l-2.8-1.236a1.94%201.94%200%200%200-2.2.452a20.35%2020.35%200%200%200-4.51%207.775a1.94%201.94%200%200%200%20.7%202.137l2.488%201.836a2.344%202.344%200%200%201%20.701%202.938a2.34%202.34%200%200%201-.7.829l-2.49%201.839a1.94%201.94%200%200%200-.7%202.135a20.3%2020.3%200%200%200%204.51%207.782a1.93%201.93%200%200%200%202.193.454l2.818-1.237c.291-.128.605-.194.923-.194h.008a2.34%202.34%200%200%201%202.32%202.074l.338%203.057a1.94%201.94%200%200%200%201.477%201.673M24%2030.25a6.25%206.25%200%201%201%200-12.5a6.25%206.25%200%200%201%200%2012.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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