settings-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
settings-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Color 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 32 32"><g fill="none"><path fill="url(#SVGGyhq1bul1)" d="M28.832 18.472a1.48 1.48 0 0 1 .537 1.634a14.3 14.3 0 0 1-3.156 5.443a1.48 1.48 0 0 1-1.671.347l-1.955-.858a1.5 1.5 0 0 0-.68-.128a1.5 1.5 0 0 0-.66.2a1.47 1.47 0 0 0-.727 1.124l-.235 2.13a1.48 1.48 0 0 1-1.13 1.276c-2.076.495-4.24.495-6.316 0a1.48 1.48 0 0 1-1.125-1.27l-.235-2.126a1.48 1.48 0 0 0-.485-.94a1.5 1.5 0 0 0-1.58-.255l-1.955.859a1.48 1.48 0 0 1-1.668-.343a14.3 14.3 0 0 1-3.16-5.45a1.48 1.48 0 0 1 .536-1.632l1.725-1.275a1.488 1.488 0 0 0 0-2.4l-1.725-1.273a1.48 1.48 0 0 1-.536-1.623A14.25 14.25 0 0 1 5.79 6.467c.14-.151.31-.271.5-.351a1.5 1.5 0 0 1 1.17 0l1.947.858a1.493 1.493 0 0 0 2.073-1.206l.236-2.122a1.48 1.48 0 0 1 1.148-1.281a15.5 15.5 0 0 1 3.146-.362c1.052.012 2.1.133 3.127.362a1.48 1.48 0 0 1 1.147 1.284l.236 2.12a1.483 1.483 0 0 0 2.067 1.2l1.946-.857a1.48 1.48 0 0 1 1.674.346a14.2 14.2 0 0 1 3.157 5.44a1.48 1.48 0 0 1-.537 1.63l-1.72 1.273a1.48 1.48 0 0 0-.004 2.395zM16 20a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><defs><linearGradient id="SVGGyhq1bul1" x1="22.717" x2="7.059" y1="28.927" y2="4.523" gradientUnits="userSpaceOnUse"><stop stop-color="#70777d"/><stop offset="1" stop-color="#b9c0c7"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorSettings32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGGyhq1bul1)" d="M28.832 18.472a1.48 1.48 0 0 1 .537 1.634a14.3 14.3 0 0 1-3.156 5.443a1.48 1.48 0 0 1-1.671.347l-1.955-.858a1.5 1.5 0 0 0-.68-.128a1.5 1.5 0 0 0-.66.2a1.47 1.47 0 0 0-.727 1.124l-.235 2.13a1.48 1.48 0 0 1-1.13 1.276c-2.076.495-4.24.495-6.316 0a1.48 1.48 0 0 1-1.125-1.27l-.235-2.126a1.48 1.48 0 0 0-.485-.94a1.5 1.5 0 0 0-1.58-.255l-1.955.859a1.48 1.48 0 0 1-1.668-.343a14.3 14.3 0 0 1-3.16-5.45a1.48 1.48 0 0 1 .536-1.632l1.725-1.275a1.488 1.488 0 0 0 0-2.4l-1.725-1.273a1.48 1.48 0 0 1-.536-1.623A14.25 14.25 0 0 1 5.79 6.467c.14-.151.31-.271.5-.351a1.5 1.5 0 0 1 1.17 0l1.947.858a1.493 1.493 0 0 0 2.073-1.206l.236-2.122a1.48 1.48 0 0 1 1.148-1.281a15.5 15.5 0 0 1 3.146-.362c1.052.012 2.1.133 3.127.362a1.48 1.48 0 0 1 1.147 1.284l.236 2.12a1.483 1.483 0 0 0 2.067 1.2l1.946-.857a1.48 1.48 0 0 1 1.674.346a14.2 14.2 0 0 1 3.157 5.44a1.48 1.48 0 0 1-.537 1.63l-1.72 1.273a1.48 1.48 0 0 0-.004 2.395zM16 20a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><defs><linearGradient id="SVGGyhq1bul1" x1="22.717" x2="7.059" y1="28.927" y2="4.523" gradientUnits="userSpaceOnUse"><stop stopColor="#70777d"/><stop offset="1" stopColor="#b9c0c7"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGGyhq1bul1)" d="M28.832 18.472a1.48 1.48 0 0 1 .537 1.634a14.3 14.3 0 0 1-3.156 5.443a1.48 1.48 0 0 1-1.671.347l-1.955-.858a1.5 1.5 0 0 0-.68-.128a1.5 1.5 0 0 0-.66.2a1.47 1.47 0 0 0-.727 1.124l-.235 2.13a1.48 1.48 0 0 1-1.13 1.276c-2.076.495-4.24.495-6.316 0a1.48 1.48 0 0 1-1.125-1.27l-.235-2.126a1.48 1.48 0 0 0-.485-.94a1.5 1.5 0 0 0-1.58-.255l-1.955.859a1.48 1.48 0 0 1-1.668-.343a14.3 14.3 0 0 1-3.16-5.45a1.48 1.48 0 0 1 .536-1.632l1.725-1.275a1.488 1.488 0 0 0 0-2.4l-1.725-1.273a1.48 1.48 0 0 1-.536-1.623A14.25 14.25 0 0 1 5.79 6.467c.14-.151.31-.271.5-.351a1.5 1.5 0 0 1 1.17 0l1.947.858a1.493 1.493 0 0 0 2.073-1.206l.236-2.122a1.48 1.48 0 0 1 1.148-1.281a15.5 15.5 0 0 1 3.146-.362c1.052.012 2.1.133 3.127.362a1.48 1.48 0 0 1 1.147 1.284l.236 2.12a1.483 1.483 0 0 0 2.067 1.2l1.946-.857a1.48 1.48 0 0 1 1.674.346a14.2 14.2 0 0 1 3.157 5.44a1.48 1.48 0 0 1-.537 1.63l-1.72 1.273a1.48 1.48 0 0 0-.004 2.395zM16 20a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><defs><linearGradient id="SVGGyhq1bul1" x1="22.717" x2="7.059" y1="28.927" y2="4.523" gradientUnits="userSpaceOnUse"><stop stop-color="#70777d"/><stop offset="1" stop-color="#b9c0c7"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-settings-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGGyhq1bul1)%22%20d%3D%22M28.832%2018.472a1.48%201.48%200%200%201%20.537%201.634a14.3%2014.3%200%200%201-3.156%205.443a1.48%201.48%200%200%201-1.671.347l-1.955-.858a1.5%201.5%200%200%200-.68-.128a1.5%201.5%200%200%200-.66.2a1.47%201.47%200%200%200-.727%201.124l-.235%202.13a1.48%201.48%200%200%201-1.13%201.276c-2.076.495-4.24.495-6.316%200a1.48%201.48%200%200%201-1.125-1.27l-.235-2.126a1.48%201.48%200%200%200-.485-.94a1.5%201.5%200%200%200-1.58-.255l-1.955.859a1.48%201.48%200%200%201-1.668-.343a14.3%2014.3%200%200%201-3.16-5.45a1.48%201.48%200%200%201%20.536-1.632l1.725-1.275a1.488%201.488%200%200%200%200-2.4l-1.725-1.273a1.48%201.48%200%200%201-.536-1.623A14.25%2014.25%200%200%201%205.79%206.467c.14-.151.31-.271.5-.351a1.5%201.5%200%200%201%201.17%200l1.947.858a1.493%201.493%200%200%200%202.073-1.206l.236-2.122a1.48%201.48%200%200%201%201.148-1.281a15.5%2015.5%200%200%201%203.146-.362c1.052.012%202.1.133%203.127.362a1.48%201.48%200%200%201%201.147%201.284l.236%202.12a1.483%201.483%200%200%200%202.067%201.2l1.946-.857a1.48%201.48%200%200%201%201.674.346a14.2%2014.2%200%200%201%203.157%205.44a1.48%201.48%200%200%201-.537%201.63l-1.72%201.273a1.48%201.48%200%200%200-.004%202.395zM16%2020a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGGyhq1bul1%22%20x1%3D%2222.717%22%20x2%3D%227.059%22%20y1%3D%2228.927%22%20y2%3D%224.523%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2370777d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b9c0c7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGGyhq1bul1)%22%20d%3D%22M28.832%2018.472a1.48%201.48%200%200%201%20.537%201.634a14.3%2014.3%200%200%201-3.156%205.443a1.48%201.48%200%200%201-1.671.347l-1.955-.858a1.5%201.5%200%200%200-.68-.128a1.5%201.5%200%200%200-.66.2a1.47%201.47%200%200%200-.727%201.124l-.235%202.13a1.48%201.48%200%200%201-1.13%201.276c-2.076.495-4.24.495-6.316%200a1.48%201.48%200%200%201-1.125-1.27l-.235-2.126a1.48%201.48%200%200%200-.485-.94a1.5%201.5%200%200%200-1.58-.255l-1.955.859a1.48%201.48%200%200%201-1.668-.343a14.3%2014.3%200%200%201-3.16-5.45a1.48%201.48%200%200%201%20.536-1.632l1.725-1.275a1.488%201.488%200%200%200%200-2.4l-1.725-1.273a1.48%201.48%200%200%201-.536-1.623A14.25%2014.25%200%200%201%205.79%206.467c.14-.151.31-.271.5-.351a1.5%201.5%200%200%201%201.17%200l1.947.858a1.493%201.493%200%200%200%202.073-1.206l.236-2.122a1.48%201.48%200%200%201%201.148-1.281a15.5%2015.5%200%200%201%203.146-.362c1.052.012%202.1.133%203.127.362a1.48%201.48%200%200%201%201.147%201.284l.236%202.12a1.483%201.483%200%200%200%202.067%201.2l1.946-.857a1.48%201.48%200%200%201%201.674.346a14.2%2014.2%200%200%201%203.157%205.44a1.48%201.48%200%200%201-.537%201.63l-1.72%201.273a1.48%201.48%200%200%200-.004%202.395zM16%2020a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGGyhq1bul1%22%20x1%3D%2222.717%22%20x2%3D%227.059%22%20y1%3D%2228.927%22%20y2%3D%224.523%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2370777d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b9c0c7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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