tuning 2 icon
tuning-2-broken from Solar by 480 Design · Broken · Settings · CC-BY-4.0 Attribution required.
- Name
- tuning-2-broken
- Set
- Solar
- Style
- Broken
- 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="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="M11.0001 7.00001L6.0001 7M3.00002 7.00001L2 7.00001"/><path stroke-linecap="round" d="M13 17L18 17M21.0001 17L22.0001 17"/><path stroke-linecap="round" d="M2 17L6 17"/><path stroke-linecap="round" d="M22 7L18 7"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTuning2Broken(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="M11.0001 7.00001L6.0001 7M3.00002 7.00001L2 7.00001"/><path strokeLinecap="round" d="M13 17L18 17M21.0001 17L22.0001 17"/><path strokeLinecap="round" d="M2 17L6 17"/><path strokeLinecap="round" d="M22 7L18 7"/></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="M11.0001 7.00001L6.0001 7M3.00002 7.00001L2 7.00001"/><path stroke-linecap="round" d="M13 17L18 17M21.0001 17L22.0001 17"/><path stroke-linecap="round" d="M2 17L6 17"/><path stroke-linecap="round" d="M22 7L18 7"/></g></svg> </template>
CSS
.icon-tuning-2-broken {
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%22M11.0001%207.00001L6.0001%207M3.00002%207.00001L2%207.00001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017L18%2017M21.0001%2017L22.0001%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2017L6%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207L18%207%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%22M11.0001%207.00001L6.0001%207M3.00002%207.00001L2%207.00001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017L18%2017M21.0001%2017L22.0001%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2017L6%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207L18%207%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-broken.svg?color=%231a73e8&size=48