colour tuning icon

colour-tuning-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.

Name
colour-tuning-linear
Set
Solar
Style
Linear
Category
Tools
Viewbox
24×24
License
CC BY 4.0
Aliases
colour-tuneing-linear

5 other variants in Solar

More tools icons from Solar

Use the colour tuning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 12H9.5M22 12H14.5"/><path d="M20.0002 15.6843C20.0002 19 17.7345 22 16.0002 22C13.7315 22 12.0723 18.8421 12.0723 12C12.0723 5.15794 10.4128 1.99988 8.14404 1.99988C6.40978 1.99988 4.14404 4.99988 4.14404 8.31567"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarColourTuningLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M2 12H9.5M22 12H14.5"/><path d="M20.0002 15.6843C20.0002 19 17.7345 22 16.0002 22C13.7315 22 12.0723 18.8421 12.0723 12C12.0723 5.15794 10.4128 1.99988 8.14404 1.99988C6.40978 1.99988 4.14404 4.99988 4.14404 8.31567"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 12H9.5M22 12H14.5"/><path d="M20.0002 15.6843C20.0002 19 17.7345 22 16.0002 22C13.7315 22 12.0723 18.8421 12.0723 12C12.0723 5.15794 10.4128 1.99988 8.14404 1.99988C6.40978 1.99988 4.14404 4.99988 4.14404 8.31567"/></g></svg>
</template>

CSS

.icon-colour-tuning-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012H9.5M22%2012H14.5%22%2F%3E%3Cpath%20d%3D%22M20.0002%2015.6843C20.0002%2019%2017.7345%2022%2016.0002%2022C13.7315%2022%2012.0723%2018.8421%2012.0723%2012C12.0723%205.15794%2010.4128%201.99988%208.14404%201.99988C6.40978%201.99988%204.14404%204.99988%204.14404%208.31567%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012H9.5M22%2012H14.5%22%2F%3E%3Cpath%20d%3D%22M20.0002%2015.6843C20.0002%2019%2017.7345%2022%2016.0002%2022C13.7315%2022%2012.0723%2018.8421%2012.0723%2012C12.0723%205.15794%2010.4128%201.99988%208.14404%201.99988C6.40978%201.99988%204.14404%204.99988%204.14404%208.31567%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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