tuning 4 icon
tuning-4-linear from Solar by 480 Design · Linear · Settings · CC-BY-4.0 Attribution required.
- Name
- tuning-4-linear
- Set
- Solar
- Style
- Linear
- 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"><circle cx="12" cy="12" r="2" transform="rotate(-90 12 12)"/><circle cx="10" cy="20" r="2" transform="rotate(-90 10 20)"/><circle cx="2" cy="2" r="2" transform="matrix(0 -1 -1 0 16 6)"/><path stroke-linecap="round" d="M16 12L19 12"/><path stroke-linecap="round" d="M14 20L19 20"/><path stroke-linecap="round" d="M10 4L5 4"/><path stroke-linecap="round" d="M5 12L8 12"/><path stroke-linecap="round" d="M5 20L6 20"/><path stroke-linecap="round" d="M19 4L18 4"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTuning4Linear(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"><circle cx="12" cy="12" r="2" transform="rotate(-90 12 12)"/><circle cx="10" cy="20" r="2" transform="rotate(-90 10 20)"/><circle cx="2" cy="2" r="2" transform="matrix(0 -1 -1 0 16 6)"/><path strokeLinecap="round" d="M16 12L19 12"/><path strokeLinecap="round" d="M14 20L19 20"/><path strokeLinecap="round" d="M10 4L5 4"/><path strokeLinecap="round" d="M5 12L8 12"/><path strokeLinecap="round" d="M5 20L6 20"/><path strokeLinecap="round" d="M19 4L18 4"/></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"><circle cx="12" cy="12" r="2" transform="rotate(-90 12 12)"/><circle cx="10" cy="20" r="2" transform="rotate(-90 10 20)"/><circle cx="2" cy="2" r="2" transform="matrix(0 -1 -1 0 16 6)"/><path stroke-linecap="round" d="M16 12L19 12"/><path stroke-linecap="round" d="M14 20L19 20"/><path stroke-linecap="round" d="M10 4L5 4"/><path stroke-linecap="round" d="M5 12L8 12"/><path stroke-linecap="round" d="M5 20L6 20"/><path stroke-linecap="round" d="M19 4L18 4"/></g></svg> </template>
CSS
.icon-tuning-4-linear {
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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%20transform%3D%22rotate(-90%2012%2012)%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220%22%20r%3D%222%22%20transform%3D%22rotate(-90%2010%2020)%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22matrix(0%20-1%20-1%200%2016%206)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2012L19%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2020L19%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%204L5%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2012L8%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2020L6%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%204L18%204%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%20transform%3D%22rotate(-90%2012%2012)%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220%22%20r%3D%222%22%20transform%3D%22rotate(-90%2010%2020)%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22matrix(0%20-1%20-1%200%2016%206)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2012L19%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2020L19%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%204L5%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2012L8%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2020L6%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%204L18%204%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-linear.svg?color=%231a73e8&size=48