tuning icon

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

Name
tuning-linear
Set
Solar
Style
Linear
Category
Settings
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More settings icons from Solar

Use the 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-width="1.5"><path d="M14 14.5C14 12.8431 15.3431 11.5 17 11.5C18.6568 11.5 20 12.8431 20 14.5C20 16.1569 18.6568 17.5 17 17.5C15.3431 17.5 14 16.1569 14 14.5Z"/><path d="M3.99998 9.5C3.99998 11.1569 5.34312 12.5 6.99998 12.5C8.65683 12.5 9.99998 11.1569 9.99998 9.5C9.99998 7.84315 8.65683 6.5 6.99998 6.5C5.34312 6.5 3.99998 7.84315 3.99998 9.5Z"/><path stroke-linecap="round" d="M16.9585 9L16.9585 2"/><path stroke-linecap="round" d="M6.9585 15L6.9585 22"/><path stroke-linecap="round" d="M16.9585 22L16.9585 20"/><path stroke-linecap="round" d="M6.9585 2L6.9585 4"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTuningLinear(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="M14 14.5C14 12.8431 15.3431 11.5 17 11.5C18.6568 11.5 20 12.8431 20 14.5C20 16.1569 18.6568 17.5 17 17.5C15.3431 17.5 14 16.1569 14 14.5Z"/><path d="M3.99998 9.5C3.99998 11.1569 5.34312 12.5 6.99998 12.5C8.65683 12.5 9.99998 11.1569 9.99998 9.5C9.99998 7.84315 8.65683 6.5 6.99998 6.5C5.34312 6.5 3.99998 7.84315 3.99998 9.5Z"/><path strokeLinecap="round" d="M16.9585 9L16.9585 2"/><path strokeLinecap="round" d="M6.9585 15L6.9585 22"/><path strokeLinecap="round" d="M16.9585 22L16.9585 20"/><path strokeLinecap="round" d="M6.9585 2L6.9585 4"/></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="M14 14.5C14 12.8431 15.3431 11.5 17 11.5C18.6568 11.5 20 12.8431 20 14.5C20 16.1569 18.6568 17.5 17 17.5C15.3431 17.5 14 16.1569 14 14.5Z"/><path d="M3.99998 9.5C3.99998 11.1569 5.34312 12.5 6.99998 12.5C8.65683 12.5 9.99998 11.1569 9.99998 9.5C9.99998 7.84315 8.65683 6.5 6.99998 6.5C5.34312 6.5 3.99998 7.84315 3.99998 9.5Z"/><path stroke-linecap="round" d="M16.9585 9L16.9585 2"/><path stroke-linecap="round" d="M6.9585 15L6.9585 22"/><path stroke-linecap="round" d="M16.9585 22L16.9585 20"/><path stroke-linecap="round" d="M6.9585 2L6.9585 4"/></g></svg>
</template>

CSS

.icon-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%2014.5C14%2012.8431%2015.3431%2011.5%2017%2011.5C18.6568%2011.5%2020%2012.8431%2020%2014.5C20%2016.1569%2018.6568%2017.5%2017%2017.5C15.3431%2017.5%2014%2016.1569%2014%2014.5Z%22%2F%3E%3Cpath%20d%3D%22M3.99998%209.5C3.99998%2011.1569%205.34312%2012.5%206.99998%2012.5C8.65683%2012.5%209.99998%2011.1569%209.99998%209.5C9.99998%207.84315%208.65683%206.5%206.99998%206.5C5.34312%206.5%203.99998%207.84315%203.99998%209.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.9585%209L16.9585%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.9585%2015L6.9585%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.9585%2022L16.9585%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.9585%202L6.9585%204%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%22M14%2014.5C14%2012.8431%2015.3431%2011.5%2017%2011.5C18.6568%2011.5%2020%2012.8431%2020%2014.5C20%2016.1569%2018.6568%2017.5%2017%2017.5C15.3431%2017.5%2014%2016.1569%2014%2014.5Z%22%2F%3E%3Cpath%20d%3D%22M3.99998%209.5C3.99998%2011.1569%205.34312%2012.5%206.99998%2012.5C8.65683%2012.5%209.99998%2011.1569%209.99998%209.5C9.99998%207.84315%208.65683%206.5%206.99998%206.5C5.34312%206.5%203.99998%207.84315%203.99998%209.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.9585%209L16.9585%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.9585%2015L6.9585%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.9585%2022L16.9585%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.9585%202L6.9585%204%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-linear.svg?color=%231a73e8&size=48