color tuning icon

color-tuning from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
color-tuning
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

More tools icons from Reicon

Use the color tuning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.116 4.333a7.3 7.3 0 0 0-1.222 3.983a.75.75 0 0 1-1.5 0c0-1.822.62-3.544 1.477-4.82c.43-.64.934-1.187 1.474-1.581c.534-.39 1.153-.665 1.8-.665c1.564 0 2.749 1.113 3.504 2.891c.756 1.779 1.173 4.395 1.173 7.859c0 3.378.412 5.762 1.054 7.273c.641 1.51 1.42 1.977 2.124 1.977c.222 0 .536-.1.915-.376c.372-.272.76-.682 1.113-1.207a7.3 7.3 0 0 0 1.222-3.983a.75.75 0 1 1 1.5 0c0 1.822-.619 3.544-1.477 4.82c-.43.64-.933 1.187-1.474 1.581c-.534.39-1.153.665-1.799.665c-1.565 0-2.75-1.113-3.505-2.891S11.322 15.464 11.322 12c0-3.378-.412-5.762-1.053-7.273c-.642-1.51-1.421-1.977-2.125-1.977c-.222 0-.536.1-.914.376c-.373.272-.76.682-1.114 1.207M1.25 12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m12.5 0a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconColorTuning(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6.116 4.333a7.3 7.3 0 0 0-1.222 3.983a.75.75 0 0 1-1.5 0c0-1.822.62-3.544 1.477-4.82c.43-.64.934-1.187 1.474-1.581c.534-.39 1.153-.665 1.8-.665c1.564 0 2.749 1.113 3.504 2.891c.756 1.779 1.173 4.395 1.173 7.859c0 3.378.412 5.762 1.054 7.273c.641 1.51 1.42 1.977 2.124 1.977c.222 0 .536-.1.915-.376c.372-.272.76-.682 1.113-1.207a7.3 7.3 0 0 0 1.222-3.983a.75.75 0 1 1 1.5 0c0 1.822-.619 3.544-1.477 4.82c-.43.64-.933 1.187-1.474 1.581c-.534.39-1.153.665-1.799.665c-1.565 0-2.75-1.113-3.505-2.891S11.322 15.464 11.322 12c0-3.378-.412-5.762-1.053-7.273c-.642-1.51-1.421-1.977-2.125-1.977c-.222 0-.536.1-.914.376c-.373.272-.76.682-1.114 1.207M1.25 12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m12.5 0a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.116 4.333a7.3 7.3 0 0 0-1.222 3.983a.75.75 0 0 1-1.5 0c0-1.822.62-3.544 1.477-4.82c.43-.64.934-1.187 1.474-1.581c.534-.39 1.153-.665 1.8-.665c1.564 0 2.749 1.113 3.504 2.891c.756 1.779 1.173 4.395 1.173 7.859c0 3.378.412 5.762 1.054 7.273c.641 1.51 1.42 1.977 2.124 1.977c.222 0 .536-.1.915-.376c.372-.272.76-.682 1.113-1.207a7.3 7.3 0 0 0 1.222-3.983a.75.75 0 1 1 1.5 0c0 1.822-.619 3.544-1.477 4.82c-.43.64-.933 1.187-1.474 1.581c-.534.39-1.153.665-1.799.665c-1.565 0-2.75-1.113-3.505-2.891S11.322 15.464 11.322 12c0-3.378-.412-5.762-1.053-7.273c-.642-1.51-1.421-1.977-2.125-1.977c-.222 0-.536.1-.914.376c-.373.272-.76.682-1.114 1.207M1.25 12a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m12.5 0a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-color-tuning {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.116%204.333a7.3%207.3%200%200%200-1.222%203.983a.75.75%200%200%201-1.5%200c0-1.822.62-3.544%201.477-4.82c.43-.64.934-1.187%201.474-1.581c.534-.39%201.153-.665%201.8-.665c1.564%200%202.749%201.113%203.504%202.891c.756%201.779%201.173%204.395%201.173%207.859c0%203.378.412%205.762%201.054%207.273c.641%201.51%201.42%201.977%202.124%201.977c.222%200%20.536-.1.915-.376c.372-.272.76-.682%201.113-1.207a7.3%207.3%200%200%200%201.222-3.983a.75.75%200%201%201%201.5%200c0%201.822-.619%203.544-1.477%204.82c-.43.64-.933%201.187-1.474%201.581c-.534.39-1.153.665-1.799.665c-1.565%200-2.75-1.113-3.505-2.891S11.322%2015.464%2011.322%2012c0-3.378-.412-5.762-1.053-7.273c-.642-1.51-1.421-1.977-2.125-1.977c-.222%200-.536.1-.914.376c-.373.272-.76.682-1.114%201.207M1.25%2012a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m12.5%200a.75.75%200%200%201%20.75-.75H22a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.116%204.333a7.3%207.3%200%200%200-1.222%203.983a.75.75%200%200%201-1.5%200c0-1.822.62-3.544%201.477-4.82c.43-.64.934-1.187%201.474-1.581c.534-.39%201.153-.665%201.8-.665c1.564%200%202.749%201.113%203.504%202.891c.756%201.779%201.173%204.395%201.173%207.859c0%203.378.412%205.762%201.054%207.273c.641%201.51%201.42%201.977%202.124%201.977c.222%200%20.536-.1.915-.376c.372-.272.76-.682%201.113-1.207a7.3%207.3%200%200%200%201.222-3.983a.75.75%200%201%201%201.5%200c0%201.822-.619%203.544-1.477%204.82c-.43.64-.933%201.187-1.474%201.581c-.534.39-1.153.665-1.799.665c-1.565%200-2.75-1.113-3.505-2.891S11.322%2015.464%2011.322%2012c0-3.378-.412-5.762-1.053-7.273c-.642-1.51-1.421-1.977-2.125-1.977c-.222%200-.536.1-.914.376c-.373.272-.76.682-1.114%201.207M1.25%2012a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m12.5%200a.75.75%200%200%201%20.75-.75H22a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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