tuning 2 icon
tuning-2-bold-duotone from Solar by 480 Design · Bold Duotone · Settings · CC-BY-4.0 Attribution required.
- Name
- tuning-2-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-3-boldtuning-4-boldtuning-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
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="currentColor"><path d="M9.25 14C10.9069 14 12.25 15.3431 12.25 17C12.25 18.6569 10.9069 20 9.25 20C7.59315 20 6.25 18.6569 6.25 17C6.25 15.3431 7.59315 14 9.25 14Z"/><path d="M14.25 4C12.5931 4 11.25 5.34315 11.25 7C11.25 8.65685 12.5931 10 14.25 10C15.9069 10 17.25 8.65685 17.25 7C17.25 5.34315 15.9069 4 14.25 4Z"/><g opacity=".5"><path d="M17.1658 7.7085C17.2208 7.48132 17.25 7.24405 17.25 6.99997C17.25 6.72602 17.2133 6.46064 17.1445 6.2085H21.75C22.1642 6.2085 22.5 6.54428 22.5 6.9585C22.5 7.37271 22.1642 7.7085 21.75 7.7085L17.1658 7.7085Z"/><path d="M11.3555 6.2085C11.2867 6.46064 11.25 6.72602 11.25 6.99997C11.25 7.24405 11.2791 7.48132 11.3342 7.7085L1.75 7.7085C1.33579 7.7085 1 7.37271 1 6.9585C1 6.54428 1.33579 6.2085 1.75 6.2085H11.3555Z"/><path d="M6.35551 16.2085H1.75C1.33579 16.2085 1 16.5443 1 16.9585C1 17.3727 1.33579 17.7085 1.75 17.7085H6.33416C6.27915 17.4813 6.25 17.2441 6.25 17C6.25 16.726 6.28672 16.4606 6.35551 16.2085Z"/><path d="M12.1658 17.7085H21.75C22.1642 17.7085 22.5 17.3727 22.5 16.9585C22.5 16.5443 22.1642 16.2085 21.75 16.2085H12.1445C12.2133 16.4606 12.25 16.726 12.25 17C12.25 17.2441 12.2209 17.4813 12.1658 17.7085Z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function SolarTuning2BoldDuotone(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="M9.25 14C10.9069 14 12.25 15.3431 12.25 17C12.25 18.6569 10.9069 20 9.25 20C7.59315 20 6.25 18.6569 6.25 17C6.25 15.3431 7.59315 14 9.25 14Z"/><path d="M14.25 4C12.5931 4 11.25 5.34315 11.25 7C11.25 8.65685 12.5931 10 14.25 10C15.9069 10 17.25 8.65685 17.25 7C17.25 5.34315 15.9069 4 14.25 4Z"/><g opacity=".5"><path d="M17.1658 7.7085C17.2208 7.48132 17.25 7.24405 17.25 6.99997C17.25 6.72602 17.2133 6.46064 17.1445 6.2085H21.75C22.1642 6.2085 22.5 6.54428 22.5 6.9585C22.5 7.37271 22.1642 7.7085 21.75 7.7085L17.1658 7.7085Z"/><path d="M11.3555 6.2085C11.2867 6.46064 11.25 6.72602 11.25 6.99997C11.25 7.24405 11.2791 7.48132 11.3342 7.7085L1.75 7.7085C1.33579 7.7085 1 7.37271 1 6.9585C1 6.54428 1.33579 6.2085 1.75 6.2085H11.3555Z"/><path d="M6.35551 16.2085H1.75C1.33579 16.2085 1 16.5443 1 16.9585C1 17.3727 1.33579 17.7085 1.75 17.7085H6.33416C6.27915 17.4813 6.25 17.2441 6.25 17C6.25 16.726 6.28672 16.4606 6.35551 16.2085Z"/><path d="M12.1658 17.7085H21.75C22.1642 17.7085 22.5 17.3727 22.5 16.9585C22.5 16.5443 22.1642 16.2085 21.75 16.2085H12.1445C12.2133 16.4606 12.25 16.726 12.25 17C12.25 17.2441 12.2209 17.4813 12.1658 17.7085Z"/></g></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="M9.25 14C10.9069 14 12.25 15.3431 12.25 17C12.25 18.6569 10.9069 20 9.25 20C7.59315 20 6.25 18.6569 6.25 17C6.25 15.3431 7.59315 14 9.25 14Z"/><path d="M14.25 4C12.5931 4 11.25 5.34315 11.25 7C11.25 8.65685 12.5931 10 14.25 10C15.9069 10 17.25 8.65685 17.25 7C17.25 5.34315 15.9069 4 14.25 4Z"/><g opacity=".5"><path d="M17.1658 7.7085C17.2208 7.48132 17.25 7.24405 17.25 6.99997C17.25 6.72602 17.2133 6.46064 17.1445 6.2085H21.75C22.1642 6.2085 22.5 6.54428 22.5 6.9585C22.5 7.37271 22.1642 7.7085 21.75 7.7085L17.1658 7.7085Z"/><path d="M11.3555 6.2085C11.2867 6.46064 11.25 6.72602 11.25 6.99997C11.25 7.24405 11.2791 7.48132 11.3342 7.7085L1.75 7.7085C1.33579 7.7085 1 7.37271 1 6.9585C1 6.54428 1.33579 6.2085 1.75 6.2085H11.3555Z"/><path d="M6.35551 16.2085H1.75C1.33579 16.2085 1 16.5443 1 16.9585C1 17.3727 1.33579 17.7085 1.75 17.7085H6.33416C6.27915 17.4813 6.25 17.2441 6.25 17C6.25 16.726 6.28672 16.4606 6.35551 16.2085Z"/><path d="M12.1658 17.7085H21.75C22.1642 17.7085 22.5 17.3727 22.5 16.9585C22.5 16.5443 22.1642 16.2085 21.75 16.2085H12.1445C12.2133 16.4606 12.25 16.726 12.25 17C12.25 17.2441 12.2209 17.4813 12.1658 17.7085Z"/></g></g></svg> </template>
CSS
.icon-tuning-2-bold-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%22currentColor%22%3E%3Cpath%20d%3D%22M9.25%2014C10.9069%2014%2012.25%2015.3431%2012.25%2017C12.25%2018.6569%2010.9069%2020%209.25%2020C7.59315%2020%206.25%2018.6569%206.25%2017C6.25%2015.3431%207.59315%2014%209.25%2014Z%22%2F%3E%3Cpath%20d%3D%22M14.25%204C12.5931%204%2011.25%205.34315%2011.25%207C11.25%208.65685%2012.5931%2010%2014.25%2010C15.9069%2010%2017.25%208.65685%2017.25%207C17.25%205.34315%2015.9069%204%2014.25%204Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.1658%207.7085C17.2208%207.48132%2017.25%207.24405%2017.25%206.99997C17.25%206.72602%2017.2133%206.46064%2017.1445%206.2085H21.75C22.1642%206.2085%2022.5%206.54428%2022.5%206.9585C22.5%207.37271%2022.1642%207.7085%2021.75%207.7085L17.1658%207.7085Z%22%2F%3E%3Cpath%20d%3D%22M11.3555%206.2085C11.2867%206.46064%2011.25%206.72602%2011.25%206.99997C11.25%207.24405%2011.2791%207.48132%2011.3342%207.7085L1.75%207.7085C1.33579%207.7085%201%207.37271%201%206.9585C1%206.54428%201.33579%206.2085%201.75%206.2085H11.3555Z%22%2F%3E%3Cpath%20d%3D%22M6.35551%2016.2085H1.75C1.33579%2016.2085%201%2016.5443%201%2016.9585C1%2017.3727%201.33579%2017.7085%201.75%2017.7085H6.33416C6.27915%2017.4813%206.25%2017.2441%206.25%2017C6.25%2016.726%206.28672%2016.4606%206.35551%2016.2085Z%22%2F%3E%3Cpath%20d%3D%22M12.1658%2017.7085H21.75C22.1642%2017.7085%2022.5%2017.3727%2022.5%2016.9585C22.5%2016.5443%2022.1642%2016.2085%2021.75%2016.2085H12.1445C12.2133%2016.4606%2012.25%2016.726%2012.25%2017C12.25%2017.2441%2012.2209%2017.4813%2012.1658%2017.7085Z%22%2F%3E%3C%2Fg%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%22M9.25%2014C10.9069%2014%2012.25%2015.3431%2012.25%2017C12.25%2018.6569%2010.9069%2020%209.25%2020C7.59315%2020%206.25%2018.6569%206.25%2017C6.25%2015.3431%207.59315%2014%209.25%2014Z%22%2F%3E%3Cpath%20d%3D%22M14.25%204C12.5931%204%2011.25%205.34315%2011.25%207C11.25%208.65685%2012.5931%2010%2014.25%2010C15.9069%2010%2017.25%208.65685%2017.25%207C17.25%205.34315%2015.9069%204%2014.25%204Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.1658%207.7085C17.2208%207.48132%2017.25%207.24405%2017.25%206.99997C17.25%206.72602%2017.2133%206.46064%2017.1445%206.2085H21.75C22.1642%206.2085%2022.5%206.54428%2022.5%206.9585C22.5%207.37271%2022.1642%207.7085%2021.75%207.7085L17.1658%207.7085Z%22%2F%3E%3Cpath%20d%3D%22M11.3555%206.2085C11.2867%206.46064%2011.25%206.72602%2011.25%206.99997C11.25%207.24405%2011.2791%207.48132%2011.3342%207.7085L1.75%207.7085C1.33579%207.7085%201%207.37271%201%206.9585C1%206.54428%201.33579%206.2085%201.75%206.2085H11.3555Z%22%2F%3E%3Cpath%20d%3D%22M6.35551%2016.2085H1.75C1.33579%2016.2085%201%2016.5443%201%2016.9585C1%2017.3727%201.33579%2017.7085%201.75%2017.7085H6.33416C6.27915%2017.4813%206.25%2017.2441%206.25%2017C6.25%2016.726%206.28672%2016.4606%206.35551%2016.2085Z%22%2F%3E%3Cpath%20d%3D%22M12.1658%2017.7085H21.75C22.1642%2017.7085%2022.5%2017.3727%2022.5%2016.9585C22.5%2016.5443%2022.1642%2016.2085%2021.75%2016.2085H12.1445C12.2133%2016.4606%2012.25%2016.726%2012.25%2017C12.25%2017.2441%2012.2209%2017.4813%2012.1658%2017.7085Z%22%2F%3E%3C%2Fg%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-bold-duotone.svg?color=%231a73e8&size=48