funnel sort icon

funnel-sort from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
funnel-sort
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the funnel sort icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.4 15.6l2.6 2.6l2.6-2.6L28 17l-4 4l-4-4zm0-2.2l2.6-2.6l2.6 2.6L28 12l-4-4l-4 4zM26 4H4c-1.1 0-2 .9-2 2v3.2c0 .5.2 1 .6 1.4L10 18v8c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4h-2v4h-4v-8.8l-.6-.6L4 9.2V6h22z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFunnelSort(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.4 15.6l2.6 2.6l2.6-2.6L28 17l-4 4l-4-4zm0-2.2l2.6-2.6l2.6 2.6L28 12l-4-4l-4 4zM26 4H4c-1.1 0-2 .9-2 2v3.2c0 .5.2 1 .6 1.4L10 18v8c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4h-2v4h-4v-8.8l-.6-.6L4 9.2V6h22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.4 15.6l2.6 2.6l2.6-2.6L28 17l-4 4l-4-4zm0-2.2l2.6-2.6l2.6 2.6L28 12l-4-4l-4 4zM26 4H4c-1.1 0-2 .9-2 2v3.2c0 .5.2 1 .6 1.4L10 18v8c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4h-2v4h-4v-8.8l-.6-.6L4 9.2V6h22z"/></svg>
</template>

CSS

.icon-funnel-sort {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.4%2015.6l2.6%202.6l2.6-2.6L28%2017l-4%204l-4-4zm0-2.2l2.6-2.6l2.6%202.6L28%2012l-4-4l-4%204zM26%204H4c-1.1%200-2%20.9-2%202v3.2c0%20.5.2%201%20.6%201.4L10%2018v8c0%201.1.9%202%202%202h4c1.1%200%202-.9%202-2v-4h-2v4h-4v-8.8l-.6-.6L4%209.2V6h22z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.4%2015.6l2.6%202.6l2.6-2.6L28%2017l-4%204l-4-4zm0-2.2l2.6-2.6l2.6%202.6L28%2012l-4-4l-4%204zM26%204H4c-1.1%200-2%20.9-2%202v3.2c0%20.5.2%201%20.6%201.4L10%2018v8c0%201.1.9%202%202%202h4c1.1%200%202-.9%202-2v-4h-2v4h-4v-8.8l-.6-.6L4%209.2V6h22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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