Colour Tuneing icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconColourTuneing } from "@devigner-ui/icons";
<IconColourTuneing className="size-6" />
<script setup>
import { IconColourTuneing } from "@devigner-ui/icons-vue";
</script>
<template>
<IconColourTuneing class="size-6" />
</template>
<script>
import { IconColourTuneing } from "@devigner-ui/icons-svelte";
</script>
<IconColourTuneing class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M2 12h7.5M22 12h-7.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M20 15.68C20 19 17.73 22 16 22c-2.27 0-3.93-3.16-3.93-10S10.41 2 8.14 2c-1.73 0-4 3-4 6.32" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>