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

Name
settings-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
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 20 20"><g fill="none"><path fill="url(#SVGRC3mDdeu2)" d="M1.911 7.383a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.5 8.5 0 0 1 3.554 0a.5.5 0 0 1 .388.4l.366 2.006a1 1 0 0 0 1.32.762l1.919-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.153.535l-1.555 1.32a1 1 0 0 0 0 1.524l1.555 1.32a.5.5 0 0 1 .152.535a8.5 8.5 0 0 1-1.78 3.08a.5.5 0 0 1-.54.135l-1.918-.686a1 1 0 0 0-1.32.762l-.366 2.007a.5.5 0 0 1-.388.399a8.5 8.5 0 0 1-3.554 0a.5.5 0 0 1-.388-.4l-.366-2.006a1 1 0 0 0-1.32-.762l-1.918.686a.5.5 0 0 1-.54-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .152-.535l1.555-1.32a1 1 0 0 0 0-1.524l-1.555-1.32a.5.5 0 0 1-.152-.535M8.001 10a2 2 0 1 0 4 0a2 2 0 0 0-4 0"/><defs><linearGradient id="SVGRC3mDdeu2" x1="14.056" x2="4.533" y1="17.842" y2="3.074" gradientUnits="userSpaceOnUse"><stop stop-color="#70777d"/><stop offset="1" stop-color="#b9c0c7"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorSettings20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGRC3mDdeu2)" d="M1.911 7.383a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.5 8.5 0 0 1 3.554 0a.5.5 0 0 1 .388.4l.366 2.006a1 1 0 0 0 1.32.762l1.919-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.153.535l-1.555 1.32a1 1 0 0 0 0 1.524l1.555 1.32a.5.5 0 0 1 .152.535a8.5 8.5 0 0 1-1.78 3.08a.5.5 0 0 1-.54.135l-1.918-.686a1 1 0 0 0-1.32.762l-.366 2.007a.5.5 0 0 1-.388.399a8.5 8.5 0 0 1-3.554 0a.5.5 0 0 1-.388-.4l-.366-2.006a1 1 0 0 0-1.32-.762l-1.918.686a.5.5 0 0 1-.54-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .152-.535l1.555-1.32a1 1 0 0 0 0-1.524l-1.555-1.32a.5.5 0 0 1-.152-.535M8.001 10a2 2 0 1 0 4 0a2 2 0 0 0-4 0"/><defs><linearGradient id="SVGRC3mDdeu2" x1="14.056" x2="4.533" y1="17.842" y2="3.074" 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 20 20"><g fill="none"><path fill="url(#SVGRC3mDdeu2)" d="M1.911 7.383a8.5 8.5 0 0 1 1.78-3.08a.5.5 0 0 1 .54-.135l1.918.686a1 1 0 0 0 1.32-.762l.366-2.006a.5.5 0 0 1 .388-.4a8.5 8.5 0 0 1 3.554 0a.5.5 0 0 1 .388.4l.366 2.006a1 1 0 0 0 1.32.762l1.919-.686a.5.5 0 0 1 .54.136a8.5 8.5 0 0 1 1.78 3.079a.5.5 0 0 1-.153.535l-1.555 1.32a1 1 0 0 0 0 1.524l1.555 1.32a.5.5 0 0 1 .152.535a8.5 8.5 0 0 1-1.78 3.08a.5.5 0 0 1-.54.135l-1.918-.686a1 1 0 0 0-1.32.762l-.366 2.007a.5.5 0 0 1-.388.399a8.5 8.5 0 0 1-3.554 0a.5.5 0 0 1-.388-.4l-.366-2.006a1 1 0 0 0-1.32-.762l-1.918.686a.5.5 0 0 1-.54-.136a8.5 8.5 0 0 1-1.78-3.079a.5.5 0 0 1 .152-.535l1.555-1.32a1 1 0 0 0 0-1.524l-1.555-1.32a.5.5 0 0 1-.152-.535M8.001 10a2 2 0 1 0 4 0a2 2 0 0 0-4 0"/><defs><linearGradient id="SVGRC3mDdeu2" x1="14.056" x2="4.533" y1="17.842" y2="3.074" gradientUnits="userSpaceOnUse"><stop stop-color="#70777d"/><stop offset="1" stop-color="#b9c0c7"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-settings-20 {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGRC3mDdeu2)%22%20d%3D%22M1.911%207.383a8.5%208.5%200%200%201%201.78-3.08a.5.5%200%200%201%20.54-.135l1.918.686a1%201%200%200%200%201.32-.762l.366-2.006a.5.5%200%200%201%20.388-.4a8.5%208.5%200%200%201%203.554%200a.5.5%200%200%201%20.388.4l.366%202.006a1%201%200%200%200%201.32.762l1.919-.686a.5.5%200%200%201%20.54.136a8.5%208.5%200%200%201%201.78%203.079a.5.5%200%200%201-.153.535l-1.555%201.32a1%201%200%200%200%200%201.524l1.555%201.32a.5.5%200%200%201%20.152.535a8.5%208.5%200%200%201-1.78%203.08a.5.5%200%200%201-.54.135l-1.918-.686a1%201%200%200%200-1.32.762l-.366%202.007a.5.5%200%200%201-.388.399a8.5%208.5%200%200%201-3.554%200a.5.5%200%200%201-.388-.4l-.366-2.006a1%201%200%200%200-1.32-.762l-1.918.686a.5.5%200%200%201-.54-.136a8.5%208.5%200%200%201-1.78-3.079a.5.5%200%200%201%20.152-.535l1.555-1.32a1%201%200%200%200%200-1.524l-1.555-1.32a.5.5%200%200%201-.152-.535M8.001%2010a2%202%200%201%200%204%200a2%202%200%200%200-4%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRC3mDdeu2%22%20x1%3D%2214.056%22%20x2%3D%224.533%22%20y1%3D%2217.842%22%20y2%3D%223.074%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGRC3mDdeu2)%22%20d%3D%22M1.911%207.383a8.5%208.5%200%200%201%201.78-3.08a.5.5%200%200%201%20.54-.135l1.918.686a1%201%200%200%200%201.32-.762l.366-2.006a.5.5%200%200%201%20.388-.4a8.5%208.5%200%200%201%203.554%200a.5.5%200%200%201%20.388.4l.366%202.006a1%201%200%200%200%201.32.762l1.919-.686a.5.5%200%200%201%20.54.136a8.5%208.5%200%200%201%201.78%203.079a.5.5%200%200%201-.153.535l-1.555%201.32a1%201%200%200%200%200%201.524l1.555%201.32a.5.5%200%200%201%20.152.535a8.5%208.5%200%200%201-1.78%203.08a.5.5%200%200%201-.54.135l-1.918-.686a1%201%200%200%200-1.32.762l-.366%202.007a.5.5%200%200%201-.388.399a8.5%208.5%200%200%201-3.554%200a.5.5%200%200%201-.388-.4l-.366-2.006a1%201%200%200%200-1.32-.762l-1.918.686a.5.5%200%200%201-.54-.136a8.5%208.5%200%200%201-1.78-3.079a.5.5%200%200%201%20.152-.535l1.555-1.32a1%201%200%200%200%200-1.524l-1.555-1.32a.5.5%200%200%201-.152-.535M8.001%2010a2%202%200%201%200%204%200a2%202%200%200%200-4%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRC3mDdeu2%22%20x1%3D%2214.056%22%20x2%3D%224.533%22%20y1%3D%2217.842%22%20y2%3D%223.074%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-20.svg?color=%231a73e8&size=48