tuning icon
tuning-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.
- Name
- tuning-bold
- Set
- Solar
- Style
- Bold
- 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
columns-2-boldcolumns-3-boldcolumns-3-cog-boldcolumns-4-boldcontainer-boldgrid-2x2-add-boldgrid-2x2-boldgrid-2x2-check-boldgrid-2x2-close-boldgrid-3x3-boldloader-boldsettings-boldsettings-minimalistic-boldtuning-2-boldtuning-3-boldtuning-4-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
Use the tuning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.959 9.75C16.5448 9.75 16.209 9.41421 16.209 9L16.209 2C16.209 1.58579 16.5448 1.25 16.959 1.25C17.3732 1.25 17.709 1.58579 17.709 2L17.709 9C17.709 9.41421 17.3732 9.75 16.959 9.75Z"/><path d="M7 12.5C5.34315 12.5 4 11.1569 4 9.5C4 7.84315 5.34315 6.5 7 6.5C8.65685 6.5 10 7.84315 10 9.5C10 11.1569 8.65685 12.5 7 12.5Z"/><path d="M17 11.5C15.3431 11.5 14 12.8431 14 14.5C14 16.1569 15.3431 17.5 17 17.5C18.6569 17.5 20 16.1569 20 14.5C20 12.8431 18.6569 11.5 17 11.5Z"/><path d="M6.20901 15C6.20901 14.5858 6.5448 14.25 6.95901 14.25C7.37322 14.25 7.70901 14.5858 7.70901 15V22C7.70901 22.4142 7.37322 22.75 6.95901 22.75C6.5448 22.75 6.20901 22.4142 6.20901 22V15Z"/><path d="M16.959 22.75C16.5448 22.75 16.209 22.4142 16.209 22V20C16.209 19.5858 16.5448 19.25 16.959 19.25C17.3732 19.25 17.709 19.5858 17.709 20V22C17.709 22.4142 17.3732 22.75 16.959 22.75Z"/><path d="M6.20901 2C6.20901 1.58579 6.5448 1.25 6.95901 1.25C7.37322 1.25 7.70901 1.58579 7.70901 2V4C7.70901 4.41421 7.37322 4.75 6.95901 4.75C6.5448 4.75 6.20901 4.41421 6.20901 4V2Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTuningBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.959 9.75C16.5448 9.75 16.209 9.41421 16.209 9L16.209 2C16.209 1.58579 16.5448 1.25 16.959 1.25C17.3732 1.25 17.709 1.58579 17.709 2L17.709 9C17.709 9.41421 17.3732 9.75 16.959 9.75Z"/><path d="M7 12.5C5.34315 12.5 4 11.1569 4 9.5C4 7.84315 5.34315 6.5 7 6.5C8.65685 6.5 10 7.84315 10 9.5C10 11.1569 8.65685 12.5 7 12.5Z"/><path d="M17 11.5C15.3431 11.5 14 12.8431 14 14.5C14 16.1569 15.3431 17.5 17 17.5C18.6569 17.5 20 16.1569 20 14.5C20 12.8431 18.6569 11.5 17 11.5Z"/><path d="M6.20901 15C6.20901 14.5858 6.5448 14.25 6.95901 14.25C7.37322 14.25 7.70901 14.5858 7.70901 15V22C7.70901 22.4142 7.37322 22.75 6.95901 22.75C6.5448 22.75 6.20901 22.4142 6.20901 22V15Z"/><path d="M16.959 22.75C16.5448 22.75 16.209 22.4142 16.209 22V20C16.209 19.5858 16.5448 19.25 16.959 19.25C17.3732 19.25 17.709 19.5858 17.709 20V22C17.709 22.4142 17.3732 22.75 16.959 22.75Z"/><path d="M6.20901 2C6.20901 1.58579 6.5448 1.25 6.95901 1.25C7.37322 1.25 7.70901 1.58579 7.70901 2V4C7.70901 4.41421 7.37322 4.75 6.95901 4.75C6.5448 4.75 6.20901 4.41421 6.20901 4V2Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.959 9.75C16.5448 9.75 16.209 9.41421 16.209 9L16.209 2C16.209 1.58579 16.5448 1.25 16.959 1.25C17.3732 1.25 17.709 1.58579 17.709 2L17.709 9C17.709 9.41421 17.3732 9.75 16.959 9.75Z"/><path d="M7 12.5C5.34315 12.5 4 11.1569 4 9.5C4 7.84315 5.34315 6.5 7 6.5C8.65685 6.5 10 7.84315 10 9.5C10 11.1569 8.65685 12.5 7 12.5Z"/><path d="M17 11.5C15.3431 11.5 14 12.8431 14 14.5C14 16.1569 15.3431 17.5 17 17.5C18.6569 17.5 20 16.1569 20 14.5C20 12.8431 18.6569 11.5 17 11.5Z"/><path d="M6.20901 15C6.20901 14.5858 6.5448 14.25 6.95901 14.25C7.37322 14.25 7.70901 14.5858 7.70901 15V22C7.70901 22.4142 7.37322 22.75 6.95901 22.75C6.5448 22.75 6.20901 22.4142 6.20901 22V15Z"/><path d="M16.959 22.75C16.5448 22.75 16.209 22.4142 16.209 22V20C16.209 19.5858 16.5448 19.25 16.959 19.25C17.3732 19.25 17.709 19.5858 17.709 20V22C17.709 22.4142 17.3732 22.75 16.959 22.75Z"/><path d="M6.20901 2C6.20901 1.58579 6.5448 1.25 6.95901 1.25C7.37322 1.25 7.70901 1.58579 7.70901 2V4C7.70901 4.41421 7.37322 4.75 6.95901 4.75C6.5448 4.75 6.20901 4.41421 6.20901 4V2Z"/></g></svg> </template>
CSS
.icon-tuning-bold {
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%22currentColor%22%3E%3Cpath%20d%3D%22M16.959%209.75C16.5448%209.75%2016.209%209.41421%2016.209%209L16.209%202C16.209%201.58579%2016.5448%201.25%2016.959%201.25C17.3732%201.25%2017.709%201.58579%2017.709%202L17.709%209C17.709%209.41421%2017.3732%209.75%2016.959%209.75Z%22%2F%3E%3Cpath%20d%3D%22M7%2012.5C5.34315%2012.5%204%2011.1569%204%209.5C4%207.84315%205.34315%206.5%207%206.5C8.65685%206.5%2010%207.84315%2010%209.5C10%2011.1569%208.65685%2012.5%207%2012.5Z%22%2F%3E%3Cpath%20d%3D%22M17%2011.5C15.3431%2011.5%2014%2012.8431%2014%2014.5C14%2016.1569%2015.3431%2017.5%2017%2017.5C18.6569%2017.5%2020%2016.1569%2020%2014.5C20%2012.8431%2018.6569%2011.5%2017%2011.5Z%22%2F%3E%3Cpath%20d%3D%22M6.20901%2015C6.20901%2014.5858%206.5448%2014.25%206.95901%2014.25C7.37322%2014.25%207.70901%2014.5858%207.70901%2015V22C7.70901%2022.4142%207.37322%2022.75%206.95901%2022.75C6.5448%2022.75%206.20901%2022.4142%206.20901%2022V15Z%22%2F%3E%3Cpath%20d%3D%22M16.959%2022.75C16.5448%2022.75%2016.209%2022.4142%2016.209%2022V20C16.209%2019.5858%2016.5448%2019.25%2016.959%2019.25C17.3732%2019.25%2017.709%2019.5858%2017.709%2020V22C17.709%2022.4142%2017.3732%2022.75%2016.959%2022.75Z%22%2F%3E%3Cpath%20d%3D%22M6.20901%202C6.20901%201.58579%206.5448%201.25%206.95901%201.25C7.37322%201.25%207.70901%201.58579%207.70901%202V4C7.70901%204.41421%207.37322%204.75%206.95901%204.75C6.5448%204.75%206.20901%204.41421%206.20901%204V2Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M16.959%209.75C16.5448%209.75%2016.209%209.41421%2016.209%209L16.209%202C16.209%201.58579%2016.5448%201.25%2016.959%201.25C17.3732%201.25%2017.709%201.58579%2017.709%202L17.709%209C17.709%209.41421%2017.3732%209.75%2016.959%209.75Z%22%2F%3E%3Cpath%20d%3D%22M7%2012.5C5.34315%2012.5%204%2011.1569%204%209.5C4%207.84315%205.34315%206.5%207%206.5C8.65685%206.5%2010%207.84315%2010%209.5C10%2011.1569%208.65685%2012.5%207%2012.5Z%22%2F%3E%3Cpath%20d%3D%22M17%2011.5C15.3431%2011.5%2014%2012.8431%2014%2014.5C14%2016.1569%2015.3431%2017.5%2017%2017.5C18.6569%2017.5%2020%2016.1569%2020%2014.5C20%2012.8431%2018.6569%2011.5%2017%2011.5Z%22%2F%3E%3Cpath%20d%3D%22M6.20901%2015C6.20901%2014.5858%206.5448%2014.25%206.95901%2014.25C7.37322%2014.25%207.70901%2014.5858%207.70901%2015V22C7.70901%2022.4142%207.37322%2022.75%206.95901%2022.75C6.5448%2022.75%206.20901%2022.4142%206.20901%2022V15Z%22%2F%3E%3Cpath%20d%3D%22M16.959%2022.75C16.5448%2022.75%2016.209%2022.4142%2016.209%2022V20C16.209%2019.5858%2016.5448%2019.25%2016.959%2019.25C17.3732%2019.25%2017.709%2019.5858%2017.709%2020V22C17.709%2022.4142%2017.3732%2022.75%2016.959%2022.75Z%22%2F%3E%3Cpath%20d%3D%22M6.20901%202C6.20901%201.58579%206.5448%201.25%206.95901%201.25C7.37322%201.25%207.70901%201.58579%207.70901%202V4C7.70901%204.41421%207.37322%204.75%206.95901%204.75C6.5448%204.75%206.20901%204.41421%206.20901%204V2Z%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-bold.svg?color=%231a73e8&size=48