sliders icon

sliders from Reicon by REICON · Outline · Settings · MIT Free for personal and commercial use.

Name
sliders
Set
Reicon
Style
Outline
Category
Settings
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All sliders icons →

More settings icons from Reicon

Use the sliders 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="M1.25 6.5a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M5 4.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5" clip-rule="evenodd"/><path d="M13 7.25a.75.75 0 0 1 0-1.5h9a.75.75 0 0 1 0 1.5zm-2 11a.75.75 0 0 0 0-1.5H2a.75.75 0 0 0 0 1.5z"/><path fill-rule="evenodd" d="M19 13.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m-2.25 3.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSliders(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="M1.25 6.5a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M5 4.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5" clipRule="evenodd"/><path d="M13 7.25a.75.75 0 0 1 0-1.5h9a.75.75 0 0 1 0 1.5zm-2 11a.75.75 0 0 0 0-1.5H2a.75.75 0 0 0 0 1.5z"/><path fillRule="evenodd" d="M19 13.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m-2.25 3.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clipRule="evenodd"/></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="M1.25 6.5a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M5 4.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5" clip-rule="evenodd"/><path d="M13 7.25a.75.75 0 0 1 0-1.5h9a.75.75 0 0 1 0 1.5zm-2 11a.75.75 0 0 0 0-1.5H2a.75.75 0 0 0 0 1.5z"/><path fill-rule="evenodd" d="M19 13.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m-2.25 3.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-sliders {
  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%22M1.25%206.5a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200M5%204.25a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%207.25a.75.75%200%200%201%200-1.5h9a.75.75%200%200%201%200%201.5zm-2%2011a.75.75%200%200%200%200-1.5H2a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2013.75a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m-2.25%203.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%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%22M1.25%206.5a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200M5%204.25a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%207.25a.75.75%200%200%201%200-1.5h9a.75.75%200%200%201%200%201.5zm-2%2011a.75.75%200%200%200%200-1.5H2a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2013.75a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m-2.25%203.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%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/sliders.svg?color=%231a73e8&size=48