Setting icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSetting } from "@devigner-ui/icons";
<IconSetting className="size-6" />
<script setup>
import { IconSetting } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSetting class="size-6" />
</template>
<script>
import { IconSetting } from "@devigner-ui/icons-svelte";
</script>
<IconSetting class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.67 9.11v5.77c0 2.12 0 2.12 2 3.47l5.5 3.18a3.3 3.3 0 0 0 3 0l5.5-3.18c2-1.35 2-1.35 2-3.46V9.11c0-2.11 0-2.11-2-3.46l-5.5-3.18a3.3 3.3 0 0 0-3 0l-5.5 3.18c-2 1.35-2 1.35-2 3.46" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>