filter vertical icon

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

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

Related icons in Huge Icons

Use the filter vertical 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="M7 21v-3m10 3v-6m0-9V3M7 9V3"/><path d="M7 18c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 16.398 4 15.932 4 15s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 12 6.068 12 7 12s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C10 13.602 10 14.068 10 15s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 18 7.932 18 7 18Zm10-6c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C14 10.398 14 9.932 14 9s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 6 16.068 6 17 6s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 7.602 20 8.068 20 9s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 12 17.932 12 17 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFilterVertical(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="M7 21v-3m10 3v-6m0-9V3M7 9V3"/><path d="M7 18c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 16.398 4 15.932 4 15s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 12 6.068 12 7 12s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C10 13.602 10 14.068 10 15s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 18 7.932 18 7 18Zm10-6c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C14 10.398 14 9.932 14 9s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 6 16.068 6 17 6s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 7.602 20 8.068 20 9s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 12 17.932 12 17 12Z"/></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="M7 21v-3m10 3v-6m0-9V3M7 9V3"/><path d="M7 18c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C4 16.398 4 15.932 4 15s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C5.602 12 6.068 12 7 12s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C10 13.602 10 14.068 10 15s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.398 18 7.932 18 7 18Zm10-6c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C14 10.398 14 9.932 14 9s0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C15.602 6 16.068 6 17 6s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C20 7.602 20 8.068 20 9s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C18.398 12 17.932 12 17 12Z"/></g></svg>
</template>

CSS

.icon-filter-vertical {
  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%22M7%2021v-3m10%203v-6m0-9V3M7%209V3%22%2F%3E%3Cpath%20d%3D%22M7%2018c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%2016.398%204%2015.932%204%2015s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%2012%206.068%2012%207%2012s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C10%2013.602%2010%2014.068%2010%2015s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C8.398%2018%207.932%2018%207%2018Zm10-6c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C14%2010.398%2014%209.932%2014%209s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C15.602%206%2016.068%206%2017%206s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%207.602%2020%208.068%2020%209s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2012%2017.932%2012%2017%2012Z%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%22M7%2021v-3m10%203v-6m0-9V3M7%209V3%22%2F%3E%3Cpath%20d%3D%22M7%2018c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C4%2016.398%204%2015.932%204%2015s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C5.602%2012%206.068%2012%207%2012s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C10%2013.602%2010%2014.068%2010%2015s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C8.398%2018%207.932%2018%207%2018Zm10-6c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C14%2010.398%2014%209.932%2014%209s0-1.398.152-1.765a2%202%200%200%201%201.083-1.083C15.602%206%2016.068%206%2017%206s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C20%207.602%2020%208.068%2020%209s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C18.398%2012%2017.932%2012%2017%2012Z%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-vertical.svg?color=%231a73e8&size=48