sort remove icon

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

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

More actions icons from Carbon

Use the sort remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 19.415L28.586 18L25 21.587L21.414 18L20 19.415L23.586 23L20 26.586L21.414 28L25 24.414L28.586 28L30 26.586L26.414 23zM10 18h6v2h-6zM2 6h14v2H2zm4 6h10v2H6z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSortRemove(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="M30 19.415L28.586 18L25 21.587L21.414 18L20 19.415L23.586 23L20 26.586L21.414 28L25 24.414L28.586 28L30 26.586L26.414 23zM10 18h6v2h-6zM2 6h14v2H2zm4 6h10v2H6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 19.415L28.586 18L25 21.587L21.414 18L20 19.415L23.586 23L20 26.586L21.414 28L25 24.414L28.586 28L30 26.586L26.414 23zM10 18h6v2h-6zM2 6h14v2H2zm4 6h10v2H6z"/></svg>
</template>

CSS

.icon-sort-remove {
  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%22M30%2019.415L28.586%2018L25%2021.587L21.414%2018L20%2019.415L23.586%2023L20%2026.586L21.414%2028L25%2024.414L28.586%2028L30%2026.586L26.414%2023zM10%2018h6v2h-6zM2%206h14v2H2zm4%206h10v2H6z%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%22M30%2019.415L28.586%2018L25%2021.587L21.414%2018L20%2019.415L23.586%2023L20%2026.586L21.414%2028L25%2024.414L28.586%2028L30%2026.586L26.414%2023zM10%2018h6v2h-6zM2%206h14v2H2zm4%206h10v2H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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