filter horizontal icon

filter-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
filter-horizontal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the filter horizontal 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"><path stroke-linecap="round" stroke-linejoin="round" d="M3 7h3M3 17h6m9 0h3M15 7h6"/><path d="M6 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C7.602 4 8.068 4 9 4s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C12 5.602 12 6.068 12 7s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C10.398 10 9.932 10 9 10s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C6 8.398 6 7.932 6 7Zm6 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C13.602 14 14.068 14 15 14s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C18 15.602 18 16.068 18 17s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 20 15.932 20 15 20s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C12 18.398 12 17.932 12 17Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFilterHorizontal(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"><path strokeLinecap="round" strokeLinejoin="round" d="M3 7h3M3 17h6m9 0h3M15 7h6"/><path d="M6 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C7.602 4 8.068 4 9 4s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C12 5.602 12 6.068 12 7s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C10.398 10 9.932 10 9 10s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C6 8.398 6 7.932 6 7Zm6 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C13.602 14 14.068 14 15 14s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C18 15.602 18 16.068 18 17s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 20 15.932 20 15 20s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C12 18.398 12 17.932 12 17Z"/></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"><path stroke-linecap="round" stroke-linejoin="round" d="M3 7h3M3 17h6m9 0h3M15 7h6"/><path d="M6 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C7.602 4 8.068 4 9 4s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C12 5.602 12 6.068 12 7s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C10.398 10 9.932 10 9 10s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C6 8.398 6 7.932 6 7Zm6 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C13.602 14 14.068 14 15 14s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C18 15.602 18 16.068 18 17s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 20 15.932 20 15 20s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C12 18.398 12 17.932 12 17Z"/></g></svg>
</template>

CSS

.icon-filter-horizontal {
  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%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207h3M3%2017h6m9%200h3M15%207h6%22%2F%3E%3Cpath%20d%3D%22M6%207c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C7.602%204%208.068%204%209%204s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C12%205.602%2012%206.068%2012%207s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C10.398%2010%209.932%2010%209%2010s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C6%208.398%206%207.932%206%207Zm6%2010c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C13.602%2014%2014.068%2014%2015%2014s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C18%2015.602%2018%2016.068%2018%2017s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C16.398%2020%2015.932%2020%2015%2020s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C12%2018.398%2012%2017.932%2012%2017Z%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%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207h3M3%2017h6m9%200h3M15%207h6%22%2F%3E%3Cpath%20d%3D%22M6%207c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C7.602%204%208.068%204%209%204s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C12%205.602%2012%206.068%2012%207s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C10.398%2010%209.932%2010%209%2010s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C6%208.398%206%207.932%206%207Zm6%2010c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C13.602%2014%2014.068%2014%2015%2014s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C18%2015.602%2018%2016.068%2018%2017s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C16.398%2020%2015.932%2020%2015%2020s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C12%2018.398%2012%2017.932%2012%2017Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/filter-horizontal.svg?color=%231a73e8&size=48