tuning 4 icon
tuning-4-line-duotone from Solar by 480 Design · Line Duotone · Settings · CC-BY-4.0 Attribution required.
- Name
- tuning-4-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
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-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
Use the tuning 4 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="M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z"/><path d="M14 6C12.8954 6 12 5.10457 12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6Z"/><path d="M10 22C11.1046 22 12 21.1046 12 20C12 18.8954 11.1046 18 10 18C8.89543 18 8 18.8954 8 20C8 21.1046 8.89543 22 10 22Z"/><path stroke-linecap="round" d="M12 20H19M19 12H14M19 4H16" opacity=".5"/><path stroke-linecap="round" d="M12 4L5 4M10 12H5M5 20H7.66667" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTuning4LineDuotone(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="M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z"/><path d="M14 6C12.8954 6 12 5.10457 12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6Z"/><path d="M10 22C11.1046 22 12 21.1046 12 20C12 18.8954 11.1046 18 10 18C8.89543 18 8 18.8954 8 20C8 21.1046 8.89543 22 10 22Z"/><path strokeLinecap="round" d="M12 20H19M19 12H14M19 4H16" opacity=".5"/><path strokeLinecap="round" d="M12 4L5 4M10 12H5M5 20H7.66667" 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="M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z"/><path d="M14 6C12.8954 6 12 5.10457 12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6Z"/><path d="M10 22C11.1046 22 12 21.1046 12 20C12 18.8954 11.1046 18 10 18C8.89543 18 8 18.8954 8 20C8 21.1046 8.89543 22 10 22Z"/><path stroke-linecap="round" d="M12 20H19M19 12H14M19 4H16" opacity=".5"/><path stroke-linecap="round" d="M12 4L5 4M10 12H5M5 20H7.66667" opacity=".5"/></g></svg> </template>
CSS
.icon-tuning-4-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%22M12%2014C10.8954%2014%2010%2013.1046%2010%2012C10%2010.8954%2010.8954%2010%2012%2010C13.1046%2010%2014%2010.8954%2014%2012C14%2013.1046%2013.1046%2014%2012%2014Z%22%2F%3E%3Cpath%20d%3D%22M14%206C12.8954%206%2012%205.10457%2012%204C12%202.89543%2012.8954%202%2014%202C15.1046%202%2016%202.89543%2016%204C16%205.10457%2015.1046%206%2014%206Z%22%2F%3E%3Cpath%20d%3D%22M10%2022C11.1046%2022%2012%2021.1046%2012%2020C12%2018.8954%2011.1046%2018%2010%2018C8.89543%2018%208%2018.8954%208%2020C8%2021.1046%208.89543%2022%2010%2022Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2020H19M19%2012H14M19%204H16%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204L5%204M10%2012H5M5%2020H7.66667%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%22M12%2014C10.8954%2014%2010%2013.1046%2010%2012C10%2010.8954%2010.8954%2010%2012%2010C13.1046%2010%2014%2010.8954%2014%2012C14%2013.1046%2013.1046%2014%2012%2014Z%22%2F%3E%3Cpath%20d%3D%22M14%206C12.8954%206%2012%205.10457%2012%204C12%202.89543%2012.8954%202%2014%202C15.1046%202%2016%202.89543%2016%204C16%205.10457%2015.1046%206%2014%206Z%22%2F%3E%3Cpath%20d%3D%22M10%2022C11.1046%2022%2012%2021.1046%2012%2020C12%2018.8954%2011.1046%2018%2010%2018C8.89543%2018%208%2018.8954%208%2020C8%2021.1046%208.89543%2022%2010%2022Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2020H19M19%2012H14M19%204H16%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204L5%204M10%2012H5M5%2020H7.66667%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-4-line-duotone.svg?color=%231a73e8&size=48