adjustments horizontal icon
adjustments-horizontal-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- adjustments-horizontal-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
adjustments-altadjustments-boltadjustments-canceladjustments-checkadjustments-codeadjustments-cogadjustments-dollaradjustments-downadjustments-exclamationadjustments-heartadjustments-minusadjustments-offadjustments-pauseadjustments-pinadjustments-plusadjustments-questionadjustments-searchadjustments-shareadjustments-sparkadjustments-staradjustments-upadjustments-x
Use the adjustments horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h10.173c.41-1.165 1.52-2 2.827-2M8 9c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-9.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h1.173C5.583 9.835 6.693 9 8 9m6-6c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-3.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 1 1 0-2h7.173c.41-1.165 1.52-2 2.827-2"/></svg>
React
import type { SVGProps } from "react";
export function TablerAdjustmentsHorizontalFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h10.173c.41-1.165 1.52-2 2.827-2M8 9c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-9.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h1.173C5.583 9.835 6.693 9 8 9m6-6c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-3.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 1 1 0-2h7.173c.41-1.165 1.52-2 2.827-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h10.173c.41-1.165 1.52-2 2.827-2M8 9c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-9.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h1.173C5.583 9.835 6.693 9 8 9m6-6c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-3.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 1 1 0-2h7.173c.41-1.165 1.52-2 2.827-2"/></svg> </template>
CSS
.icon-adjustments-horizontal-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2015c1.306%200%202.418.835%202.83%202H20a1%201%200%200%201%200%202h-.171a3.001%203.001%200%200%201-5.658%200H4a1%201%200%200%201%200-2h10.173c.41-1.165%201.52-2%202.827-2M8%209c1.306%200%202.418.835%202.83%202H20a1%201%200%200%201%200%202h-9.171a3.001%203.001%200%200%201-5.658%200H4a1%201%200%200%201%200-2h1.173C5.583%209.835%206.693%209%208%209m6-6c1.306%200%202.418.835%202.83%202H20a1%201%200%200%201%200%202h-3.171a3.001%203.001%200%200%201-5.658%200H4a1%201%200%201%201%200-2h7.173c.41-1.165%201.52-2%202.827-2%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2015c1.306%200%202.418.835%202.83%202H20a1%201%200%200%201%200%202h-.171a3.001%203.001%200%200%201-5.658%200H4a1%201%200%200%201%200-2h10.173c.41-1.165%201.52-2%202.827-2M8%209c1.306%200%202.418.835%202.83%202H20a1%201%200%200%201%200%202h-9.171a3.001%203.001%200%200%201-5.658%200H4a1%201%200%200%201%200-2h1.173C5.583%209.835%206.693%209%208%209m6-6c1.306%200%202.418.835%202.83%202H20a1%201%200%200%201%200%202h-3.171a3.001%203.001%200%200%201-5.658%200H4a1%201%200%201%201%200-2h7.173c.41-1.165%201.52-2%202.827-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/adjustments-horizontal-filled.svg?color=%231a73e8&size=48