settings icon

settings-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
settings-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.5" fill="currentColor"/><path fill="currentColor" d="M21.89 10.32L21.1 7.8a2.26 2.26 0 0 0-2.88-1.51l-.34.11a1.74 1.74 0 0 1-1.59-.26l-.11-.08a1.76 1.76 0 0 1-.69-1.43v-.28a2.37 2.37 0 0 0-.68-1.68a2.26 2.26 0 0 0-1.6-.67h-2.55a2.32 2.32 0 0 0-2.29 2.33v.24a1.94 1.94 0 0 1-.73 1.51l-.13.1a1.93 1.93 0 0 1-1.78.29a2.14 2.14 0 0 0-1.68.12a2.18 2.18 0 0 0-1.12 1.33l-.82 2.6a2.34 2.34 0 0 0 1.48 2.94h.16a1.83 1.83 0 0 1 1.12 1.22l.06.16a2.06 2.06 0 0 1-.23 1.86a2.37 2.37 0 0 0 .49 3.3l2.07 1.57a2.25 2.25 0 0 0 1.35.43A2 2 0 0 0 9 22a2.25 2.25 0 0 0 1.47-1l.23-.33a1.8 1.8 0 0 1 1.43-.77a1.75 1.75 0 0 1 1.5.78l.12.17a2.24 2.24 0 0 0 3.22.53L19 19.86a2.38 2.38 0 0 0 .5-3.23l-.26-.38A2 2 0 0 1 19 14.6a1.89 1.89 0 0 1 1.21-1.28l.2-.07a2.36 2.36 0 0 0 1.48-2.93M12 15.5a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5"/></svg>

React

import type { SVGProps } from "react";

export function EvaSettingsFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.5" fill="currentColor"/><path fill="currentColor" d="M21.89 10.32L21.1 7.8a2.26 2.26 0 0 0-2.88-1.51l-.34.11a1.74 1.74 0 0 1-1.59-.26l-.11-.08a1.76 1.76 0 0 1-.69-1.43v-.28a2.37 2.37 0 0 0-.68-1.68a2.26 2.26 0 0 0-1.6-.67h-2.55a2.32 2.32 0 0 0-2.29 2.33v.24a1.94 1.94 0 0 1-.73 1.51l-.13.1a1.93 1.93 0 0 1-1.78.29a2.14 2.14 0 0 0-1.68.12a2.18 2.18 0 0 0-1.12 1.33l-.82 2.6a2.34 2.34 0 0 0 1.48 2.94h.16a1.83 1.83 0 0 1 1.12 1.22l.06.16a2.06 2.06 0 0 1-.23 1.86a2.37 2.37 0 0 0 .49 3.3l2.07 1.57a2.25 2.25 0 0 0 1.35.43A2 2 0 0 0 9 22a2.25 2.25 0 0 0 1.47-1l.23-.33a1.8 1.8 0 0 1 1.43-.77a1.75 1.75 0 0 1 1.5.78l.12.17a2.24 2.24 0 0 0 3.22.53L19 19.86a2.38 2.38 0 0 0 .5-3.23l-.26-.38A2 2 0 0 1 19 14.6a1.89 1.89 0 0 1 1.21-1.28l.2-.07a2.36 2.36 0 0 0 1.48-2.93M12 15.5a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.5" fill="currentColor"/><path fill="currentColor" d="M21.89 10.32L21.1 7.8a2.26 2.26 0 0 0-2.88-1.51l-.34.11a1.74 1.74 0 0 1-1.59-.26l-.11-.08a1.76 1.76 0 0 1-.69-1.43v-.28a2.37 2.37 0 0 0-.68-1.68a2.26 2.26 0 0 0-1.6-.67h-2.55a2.32 2.32 0 0 0-2.29 2.33v.24a1.94 1.94 0 0 1-.73 1.51l-.13.1a1.93 1.93 0 0 1-1.78.29a2.14 2.14 0 0 0-1.68.12a2.18 2.18 0 0 0-1.12 1.33l-.82 2.6a2.34 2.34 0 0 0 1.48 2.94h.16a1.83 1.83 0 0 1 1.12 1.22l.06.16a2.06 2.06 0 0 1-.23 1.86a2.37 2.37 0 0 0 .49 3.3l2.07 1.57a2.25 2.25 0 0 0 1.35.43A2 2 0 0 0 9 22a2.25 2.25 0 0 0 1.47-1l.23-.33a1.8 1.8 0 0 1 1.43-.77a1.75 1.75 0 0 1 1.5.78l.12.17a2.24 2.24 0 0 0 3.22.53L19 19.86a2.38 2.38 0 0 0 .5-3.23l-.26-.38A2 2 0 0 1 19 14.6a1.89 1.89 0 0 1 1.21-1.28l.2-.07a2.36 2.36 0 0 0 1.48-2.93M12 15.5a3.5 3.5 0 1 1 3.5-3.5a3.5 3.5 0 0 1-3.5 3.5"/></svg>
</template>

CSS

.icon-settings-fill {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.89%2010.32L21.1%207.8a2.26%202.26%200%200%200-2.88-1.51l-.34.11a1.74%201.74%200%200%201-1.59-.26l-.11-.08a1.76%201.76%200%200%201-.69-1.43v-.28a2.37%202.37%200%200%200-.68-1.68a2.26%202.26%200%200%200-1.6-.67h-2.55a2.32%202.32%200%200%200-2.29%202.33v.24a1.94%201.94%200%200%201-.73%201.51l-.13.1a1.93%201.93%200%200%201-1.78.29a2.14%202.14%200%200%200-1.68.12a2.18%202.18%200%200%200-1.12%201.33l-.82%202.6a2.34%202.34%200%200%200%201.48%202.94h.16a1.83%201.83%200%200%201%201.12%201.22l.06.16a2.06%202.06%200%200%201-.23%201.86a2.37%202.37%200%200%200%20.49%203.3l2.07%201.57a2.25%202.25%200%200%200%201.35.43A2%202%200%200%200%209%2022a2.25%202.25%200%200%200%201.47-1l.23-.33a1.8%201.8%200%200%201%201.43-.77a1.75%201.75%200%200%201%201.5.78l.12.17a2.24%202.24%200%200%200%203.22.53L19%2019.86a2.38%202.38%200%200%200%20.5-3.23l-.26-.38A2%202%200%200%201%2019%2014.6a1.89%201.89%200%200%201%201.21-1.28l.2-.07a2.36%202.36%200%200%200%201.48-2.93M12%2015.5a3.5%203.5%200%201%201%203.5-3.5a3.5%203.5%200%200%201-3.5%203.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%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.89%2010.32L21.1%207.8a2.26%202.26%200%200%200-2.88-1.51l-.34.11a1.74%201.74%200%200%201-1.59-.26l-.11-.08a1.76%201.76%200%200%201-.69-1.43v-.28a2.37%202.37%200%200%200-.68-1.68a2.26%202.26%200%200%200-1.6-.67h-2.55a2.32%202.32%200%200%200-2.29%202.33v.24a1.94%201.94%200%200%201-.73%201.51l-.13.1a1.93%201.93%200%200%201-1.78.29a2.14%202.14%200%200%200-1.68.12a2.18%202.18%200%200%200-1.12%201.33l-.82%202.6a2.34%202.34%200%200%200%201.48%202.94h.16a1.83%201.83%200%200%201%201.12%201.22l.06.16a2.06%202.06%200%200%201-.23%201.86a2.37%202.37%200%200%200%20.49%203.3l2.07%201.57a2.25%202.25%200%200%200%201.35.43A2%202%200%200%200%209%2022a2.25%202.25%200%200%200%201.47-1l.23-.33a1.8%201.8%200%200%201%201.43-.77a1.75%201.75%200%200%201%201.5.78l.12.17a2.24%202.24%200%200%200%203.22.53L19%2019.86a2.38%202.38%200%200%200%20.5-3.23l-.26-.38A2%202%200%200%201%2019%2014.6a1.89%201.89%200%200%201%201.21-1.28l.2-.07a2.36%202.36%200%200%200%201.48-2.93M12%2015.5a3.5%203.5%200%201%201%203.5-3.5a3.5%203.5%200%200%201-3.5%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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