tuning 4 icon

tuning-4-bold-duotone from Solar by 480 Design · Bold Duotone · Settings · CC-BY-4.0 Attribution required.

Name
tuning-4-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

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="currentColor"><path d="M12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6C12.8954 6 12 5.10457 12 4Z"/><path d="M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z"/><path d="M10 18C11.1046 18 12 18.8954 12 20C12 21.1046 11.1046 22 10 22C8.89543 22 8 21.1046 8 20C8 18.8954 8.89543 18 10 18Z"/><g opacity=".5"><path d="M13.8546 12.75C13.9484 12.5184 14 12.2652 14 12C14 11.7348 13.9484 11.4816 13.8546 11.25L19 11.25C19.4142 11.25 19.75 11.5858 19.75 12C19.75 12.4142 19.4142 12.75 19 12.75L13.8546 12.75Z"/><path d="M10.1454 11.25C10.0516 11.4816 10 11.7348 10 12C10 12.2652 10.0516 12.5184 10.1454 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H10.1454Z"/><path d="M11.8546 19.25C11.9484 19.4816 12 19.7348 12 20C12 20.2652 11.9484 20.5184 11.8546 20.75H19C19.4142 20.75 19.75 20.4142 19.75 20C19.75 19.5858 19.4142 19.25 19 19.25H11.8546Z"/><path d="M8.14538 19.25H5C4.58579 19.25 4.25 19.5858 4.25 20C4.25 20.4142 4.58579 20.75 5 20.75H8.14538C8.05163 20.5184 8 20.2652 8 20C8 19.7348 8.05163 19.4816 8.14538 19.25Z"/><path d="M15.8546 4.75C15.9484 4.51839 16 4.26523 16 4C16 3.73478 15.9484 3.48161 15.8546 3.25L19 3.25C19.4142 3.25 19.75 3.58579 19.75 4C19.75 4.41421 19.4142 4.75 19 4.75L15.8546 4.75Z"/><path d="M12.1454 4.75C12.0516 4.51839 12 4.26523 12 4C12 3.73478 12.0516 3.48161 12.1454 3.25L5 3.25C4.58579 3.25 4.25 3.58579 4.25 4C4.25 4.41421 4.58579 4.75 5 4.75L12.1454 4.75Z"/></g></g></svg>

React

import type { SVGProps } from "react";

export function SolarTuning4BoldDuotone(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="M12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6C12.8954 6 12 5.10457 12 4Z"/><path d="M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z"/><path d="M10 18C11.1046 18 12 18.8954 12 20C12 21.1046 11.1046 22 10 22C8.89543 22 8 21.1046 8 20C8 18.8954 8.89543 18 10 18Z"/><g opacity=".5"><path d="M13.8546 12.75C13.9484 12.5184 14 12.2652 14 12C14 11.7348 13.9484 11.4816 13.8546 11.25L19 11.25C19.4142 11.25 19.75 11.5858 19.75 12C19.75 12.4142 19.4142 12.75 19 12.75L13.8546 12.75Z"/><path d="M10.1454 11.25C10.0516 11.4816 10 11.7348 10 12C10 12.2652 10.0516 12.5184 10.1454 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H10.1454Z"/><path d="M11.8546 19.25C11.9484 19.4816 12 19.7348 12 20C12 20.2652 11.9484 20.5184 11.8546 20.75H19C19.4142 20.75 19.75 20.4142 19.75 20C19.75 19.5858 19.4142 19.25 19 19.25H11.8546Z"/><path d="M8.14538 19.25H5C4.58579 19.25 4.25 19.5858 4.25 20C4.25 20.4142 4.58579 20.75 5 20.75H8.14538C8.05163 20.5184 8 20.2652 8 20C8 19.7348 8.05163 19.4816 8.14538 19.25Z"/><path d="M15.8546 4.75C15.9484 4.51839 16 4.26523 16 4C16 3.73478 15.9484 3.48161 15.8546 3.25L19 3.25C19.4142 3.25 19.75 3.58579 19.75 4C19.75 4.41421 19.4142 4.75 19 4.75L15.8546 4.75Z"/><path d="M12.1454 4.75C12.0516 4.51839 12 4.26523 12 4C12 3.73478 12.0516 3.48161 12.1454 3.25L5 3.25C4.58579 3.25 4.25 3.58579 4.25 4C4.25 4.41421 4.58579 4.75 5 4.75L12.1454 4.75Z"/></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="M12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6C12.8954 6 12 5.10457 12 4Z"/><path d="M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z"/><path d="M10 18C11.1046 18 12 18.8954 12 20C12 21.1046 11.1046 22 10 22C8.89543 22 8 21.1046 8 20C8 18.8954 8.89543 18 10 18Z"/><g opacity=".5"><path d="M13.8546 12.75C13.9484 12.5184 14 12.2652 14 12C14 11.7348 13.9484 11.4816 13.8546 11.25L19 11.25C19.4142 11.25 19.75 11.5858 19.75 12C19.75 12.4142 19.4142 12.75 19 12.75L13.8546 12.75Z"/><path d="M10.1454 11.25C10.0516 11.4816 10 11.7348 10 12C10 12.2652 10.0516 12.5184 10.1454 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H10.1454Z"/><path d="M11.8546 19.25C11.9484 19.4816 12 19.7348 12 20C12 20.2652 11.9484 20.5184 11.8546 20.75H19C19.4142 20.75 19.75 20.4142 19.75 20C19.75 19.5858 19.4142 19.25 19 19.25H11.8546Z"/><path d="M8.14538 19.25H5C4.58579 19.25 4.25 19.5858 4.25 20C4.25 20.4142 4.58579 20.75 5 20.75H8.14538C8.05163 20.5184 8 20.2652 8 20C8 19.7348 8.05163 19.4816 8.14538 19.25Z"/><path d="M15.8546 4.75C15.9484 4.51839 16 4.26523 16 4C16 3.73478 15.9484 3.48161 15.8546 3.25L19 3.25C19.4142 3.25 19.75 3.58579 19.75 4C19.75 4.41421 19.4142 4.75 19 4.75L15.8546 4.75Z"/><path d="M12.1454 4.75C12.0516 4.51839 12 4.26523 12 4C12 3.73478 12.0516 3.48161 12.1454 3.25L5 3.25C4.58579 3.25 4.25 3.58579 4.25 4C4.25 4.41421 4.58579 4.75 5 4.75L12.1454 4.75Z"/></g></g></svg>
</template>

CSS

.icon-tuning-4-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%22M12%204C12%202.89543%2012.8954%202%2014%202C15.1046%202%2016%202.89543%2016%204C16%205.10457%2015.1046%206%2014%206C12.8954%206%2012%205.10457%2012%204Z%22%2F%3E%3Cpath%20d%3D%22M12%2010C13.1046%2010%2014%2010.8954%2014%2012C14%2013.1046%2013.1046%2014%2012%2014C10.8954%2014%2010%2013.1046%2010%2012C10%2010.8954%2010.8954%2010%2012%2010Z%22%2F%3E%3Cpath%20d%3D%22M10%2018C11.1046%2018%2012%2018.8954%2012%2020C12%2021.1046%2011.1046%2022%2010%2022C8.89543%2022%208%2021.1046%208%2020C8%2018.8954%208.89543%2018%2010%2018Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M13.8546%2012.75C13.9484%2012.5184%2014%2012.2652%2014%2012C14%2011.7348%2013.9484%2011.4816%2013.8546%2011.25L19%2011.25C19.4142%2011.25%2019.75%2011.5858%2019.75%2012C19.75%2012.4142%2019.4142%2012.75%2019%2012.75L13.8546%2012.75Z%22%2F%3E%3Cpath%20d%3D%22M10.1454%2011.25C10.0516%2011.4816%2010%2011.7348%2010%2012C10%2012.2652%2010.0516%2012.5184%2010.1454%2012.75H5C4.58579%2012.75%204.25%2012.4142%204.25%2012C4.25%2011.5858%204.58579%2011.25%205%2011.25H10.1454Z%22%2F%3E%3Cpath%20d%3D%22M11.8546%2019.25C11.9484%2019.4816%2012%2019.7348%2012%2020C12%2020.2652%2011.9484%2020.5184%2011.8546%2020.75H19C19.4142%2020.75%2019.75%2020.4142%2019.75%2020C19.75%2019.5858%2019.4142%2019.25%2019%2019.25H11.8546Z%22%2F%3E%3Cpath%20d%3D%22M8.14538%2019.25H5C4.58579%2019.25%204.25%2019.5858%204.25%2020C4.25%2020.4142%204.58579%2020.75%205%2020.75H8.14538C8.05163%2020.5184%208%2020.2652%208%2020C8%2019.7348%208.05163%2019.4816%208.14538%2019.25Z%22%2F%3E%3Cpath%20d%3D%22M15.8546%204.75C15.9484%204.51839%2016%204.26523%2016%204C16%203.73478%2015.9484%203.48161%2015.8546%203.25L19%203.25C19.4142%203.25%2019.75%203.58579%2019.75%204C19.75%204.41421%2019.4142%204.75%2019%204.75L15.8546%204.75Z%22%2F%3E%3Cpath%20d%3D%22M12.1454%204.75C12.0516%204.51839%2012%204.26523%2012%204C12%203.73478%2012.0516%203.48161%2012.1454%203.25L5%203.25C4.58579%203.25%204.25%203.58579%204.25%204C4.25%204.41421%204.58579%204.75%205%204.75L12.1454%204.75Z%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%22M12%204C12%202.89543%2012.8954%202%2014%202C15.1046%202%2016%202.89543%2016%204C16%205.10457%2015.1046%206%2014%206C12.8954%206%2012%205.10457%2012%204Z%22%2F%3E%3Cpath%20d%3D%22M12%2010C13.1046%2010%2014%2010.8954%2014%2012C14%2013.1046%2013.1046%2014%2012%2014C10.8954%2014%2010%2013.1046%2010%2012C10%2010.8954%2010.8954%2010%2012%2010Z%22%2F%3E%3Cpath%20d%3D%22M10%2018C11.1046%2018%2012%2018.8954%2012%2020C12%2021.1046%2011.1046%2022%2010%2022C8.89543%2022%208%2021.1046%208%2020C8%2018.8954%208.89543%2018%2010%2018Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M13.8546%2012.75C13.9484%2012.5184%2014%2012.2652%2014%2012C14%2011.7348%2013.9484%2011.4816%2013.8546%2011.25L19%2011.25C19.4142%2011.25%2019.75%2011.5858%2019.75%2012C19.75%2012.4142%2019.4142%2012.75%2019%2012.75L13.8546%2012.75Z%22%2F%3E%3Cpath%20d%3D%22M10.1454%2011.25C10.0516%2011.4816%2010%2011.7348%2010%2012C10%2012.2652%2010.0516%2012.5184%2010.1454%2012.75H5C4.58579%2012.75%204.25%2012.4142%204.25%2012C4.25%2011.5858%204.58579%2011.25%205%2011.25H10.1454Z%22%2F%3E%3Cpath%20d%3D%22M11.8546%2019.25C11.9484%2019.4816%2012%2019.7348%2012%2020C12%2020.2652%2011.9484%2020.5184%2011.8546%2020.75H19C19.4142%2020.75%2019.75%2020.4142%2019.75%2020C19.75%2019.5858%2019.4142%2019.25%2019%2019.25H11.8546Z%22%2F%3E%3Cpath%20d%3D%22M8.14538%2019.25H5C4.58579%2019.25%204.25%2019.5858%204.25%2020C4.25%2020.4142%204.58579%2020.75%205%2020.75H8.14538C8.05163%2020.5184%208%2020.2652%208%2020C8%2019.7348%208.05163%2019.4816%208.14538%2019.25Z%22%2F%3E%3Cpath%20d%3D%22M15.8546%204.75C15.9484%204.51839%2016%204.26523%2016%204C16%203.73478%2015.9484%203.48161%2015.8546%203.25L19%203.25C19.4142%203.25%2019.75%203.58579%2019.75%204C19.75%204.41421%2019.4142%204.75%2019%204.75L15.8546%204.75Z%22%2F%3E%3Cpath%20d%3D%22M12.1454%204.75C12.0516%204.51839%2012%204.26523%2012%204C12%203.73478%2012.0516%203.48161%2012.1454%203.25L5%203.25C4.58579%203.25%204.25%203.58579%204.25%204C4.25%204.41421%204.58579%204.75%205%204.75L12.1454%204.75Z%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-4-bold-duotone.svg?color=%231a73e8&size=48