tuning2 icon
tuning2 from Reicon by REICON · Outline · Settings · MIT Free for personal and commercial use.
- Name
- tuning2
- Set
- Reicon
- Style
- Outline
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More settings icons from Reicon
Use the tuning2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M18.25 7a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0M14.5 9.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M5.75 17a3.75 3.75 0 1 0 7.5 0a3.75 3.75 0 0 0-7.5 0m3.75 2.25a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5" clip-rule="evenodd"/><path d="M14.25 16.959a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75M9 6.209a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm-7.75 10.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M22 6.209a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTuning2(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 fillRule="evenodd" d="M18.25 7a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0M14.5 9.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M5.75 17a3.75 3.75 0 1 0 7.5 0a3.75 3.75 0 0 0-7.5 0m3.75 2.25a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5" clipRule="evenodd"/><path d="M14.25 16.959a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75M9 6.209a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm-7.75 10.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M22 6.209a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5z"/></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 fill-rule="evenodd" d="M18.25 7a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0M14.5 9.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M5.75 17a3.75 3.75 0 1 0 7.5 0a3.75 3.75 0 0 0-7.5 0m3.75 2.25a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5" clip-rule="evenodd"/><path d="M14.25 16.959a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75M9 6.209a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5zm-7.75 10.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75M22 6.209a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5z"/></g></svg> </template>
CSS
.icon-tuning2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.25%207a3.75%203.75%200%201%201-7.5%200a3.75%203.75%200%200%201%207.5%200M14.5%209.25a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5M5.75%2017a3.75%203.75%200%201%200%207.5%200a3.75%203.75%200%200%200-7.5%200m3.75%202.25a2.25%202.25%200%201%201%200-4.5a2.25%202.25%200%200%201%200%204.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.25%2016.959a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201-.75-.75M9%206.209a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5zm-7.75%2010.75a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75M22%206.209a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201%200-1.5z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.25%207a3.75%203.75%200%201%201-7.5%200a3.75%203.75%200%200%201%207.5%200M14.5%209.25a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5M5.75%2017a3.75%203.75%200%201%200%207.5%200a3.75%203.75%200%200%200-7.5%200m3.75%202.25a2.25%202.25%200%201%201%200-4.5a2.25%202.25%200%200%201%200%204.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.25%2016.959a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201-.75-.75M9%206.209a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5zm-7.75%2010.75a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75M22%206.209a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tuning2.svg?color=%231a73e8&size=48