tuning 2 icon

tuning-2-line-duotone from Solar by 480 Design · Line Duotone · Settings · CC-BY-4.0 Attribution required.

Name
tuning-2-line-duotone
Set
Solar
Style
Line Duotone
Category
Settings
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More settings icons from Solar

Use the tuning 2 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-width="1.5"><path d="M9.5 14C11.1569 14 12.5 15.3431 12.5 17C12.5 18.6568 11.1569 20 9.5 20C7.84315 20 6.5 18.6568 6.5 17C6.5 15.3431 7.84315 14 9.5 14Z"/><path d="M14.5 3.99998C12.8431 3.99998 11.5 5.34312 11.5 6.99998C11.5 8.65683 12.8431 9.99998 14.5 9.99998C16.1569 9.99998 17.5 8.65683 17.5 6.99998C17.5 5.34312 16.1569 3.99998 14.5 3.99998Z"/><path stroke-linecap="round" d="M13 17L22 17" opacity=".5"/><path stroke-linecap="round" d="M11 7L2 6.9585" opacity=".5"/><path stroke-linecap="round" d="M2 17L6 17" opacity=".5"/><path stroke-linecap="round" d="M22 7L18 7" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTuning2LineDuotone(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" strokeWidth="1.5"><path d="M9.5 14C11.1569 14 12.5 15.3431 12.5 17C12.5 18.6568 11.1569 20 9.5 20C7.84315 20 6.5 18.6568 6.5 17C6.5 15.3431 7.84315 14 9.5 14Z"/><path d="M14.5 3.99998C12.8431 3.99998 11.5 5.34312 11.5 6.99998C11.5 8.65683 12.8431 9.99998 14.5 9.99998C16.1569 9.99998 17.5 8.65683 17.5 6.99998C17.5 5.34312 16.1569 3.99998 14.5 3.99998Z"/><path strokeLinecap="round" d="M13 17L22 17" opacity=".5"/><path strokeLinecap="round" d="M11 7L2 6.9585" opacity=".5"/><path strokeLinecap="round" d="M2 17L6 17" opacity=".5"/><path strokeLinecap="round" d="M22 7L18 7" opacity=".5"/></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-width="1.5"><path d="M9.5 14C11.1569 14 12.5 15.3431 12.5 17C12.5 18.6568 11.1569 20 9.5 20C7.84315 20 6.5 18.6568 6.5 17C6.5 15.3431 7.84315 14 9.5 14Z"/><path d="M14.5 3.99998C12.8431 3.99998 11.5 5.34312 11.5 6.99998C11.5 8.65683 12.8431 9.99998 14.5 9.99998C16.1569 9.99998 17.5 8.65683 17.5 6.99998C17.5 5.34312 16.1569 3.99998 14.5 3.99998Z"/><path stroke-linecap="round" d="M13 17L22 17" opacity=".5"/><path stroke-linecap="round" d="M11 7L2 6.9585" opacity=".5"/><path stroke-linecap="round" d="M2 17L6 17" opacity=".5"/><path stroke-linecap="round" d="M22 7L18 7" opacity=".5"/></g></svg>
</template>

CSS

.icon-tuning-2-line-duotone {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%2014C11.1569%2014%2012.5%2015.3431%2012.5%2017C12.5%2018.6568%2011.1569%2020%209.5%2020C7.84315%2020%206.5%2018.6568%206.5%2017C6.5%2015.3431%207.84315%2014%209.5%2014Z%22%2F%3E%3Cpath%20d%3D%22M14.5%203.99998C12.8431%203.99998%2011.5%205.34312%2011.5%206.99998C11.5%208.65683%2012.8431%209.99998%2014.5%209.99998C16.1569%209.99998%2017.5%208.65683%2017.5%206.99998C17.5%205.34312%2016.1569%203.99998%2014.5%203.99998Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017L22%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%207L2%206.9585%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2017L6%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207L18%207%22%20opacity%3D%22.5%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%2014C11.1569%2014%2012.5%2015.3431%2012.5%2017C12.5%2018.6568%2011.1569%2020%209.5%2020C7.84315%2020%206.5%2018.6568%206.5%2017C6.5%2015.3431%207.84315%2014%209.5%2014Z%22%2F%3E%3Cpath%20d%3D%22M14.5%203.99998C12.8431%203.99998%2011.5%205.34312%2011.5%206.99998C11.5%208.65683%2012.8431%209.99998%2014.5%209.99998C16.1569%209.99998%2017.5%208.65683%2017.5%206.99998C17.5%205.34312%2016.1569%203.99998%2014.5%203.99998Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017L22%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%207L2%206.9585%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2017L6%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207L18%207%22%20opacity%3D%22.5%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/tuning-2-line-duotone.svg?color=%231a73e8&size=48