comparison icon

comparison from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
comparison
Set
Unicons
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

More business icons from Unicons

Use the comparison icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20H4v-.54l5-5l3.8 3.8a1 1 0 0 0 1.41 0l7.5-7.5a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0l-6.8 6.8l-3.79-3.8a1 1 0 0 0-1.41 0L4 16.63v-5.17l5-5l2.8 2.8a1 1 0 0 0 1.41 0L18 4.47l2.19 2.19a1 1 0 0 0 1.41-1.42l-2.91-2.89a1 1 0 0 0-1.41 0l-4.8 4.8l-2.79-2.8a1 1 0 0 0-1.41 0L4 8.63V3a1 1 0 0 0-2 0v18a1 1 0 0 0 1 1h18a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function UilComparison(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="M21 20H4v-.54l5-5l3.8 3.8a1 1 0 0 0 1.41 0l7.5-7.5a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0l-6.8 6.8l-3.79-3.8a1 1 0 0 0-1.41 0L4 16.63v-5.17l5-5l2.8 2.8a1 1 0 0 0 1.41 0L18 4.47l2.19 2.19a1 1 0 0 0 1.41-1.42l-2.91-2.89a1 1 0 0 0-1.41 0l-4.8 4.8l-2.79-2.8a1 1 0 0 0-1.41 0L4 8.63V3a1 1 0 0 0-2 0v18a1 1 0 0 0 1 1h18a1 1 0 0 0 0-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="M21 20H4v-.54l5-5l3.8 3.8a1 1 0 0 0 1.41 0l7.5-7.5a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0l-6.8 6.8l-3.79-3.8a1 1 0 0 0-1.41 0L4 16.63v-5.17l5-5l2.8 2.8a1 1 0 0 0 1.41 0L18 4.47l2.19 2.19a1 1 0 0 0 1.41-1.42l-2.91-2.89a1 1 0 0 0-1.41 0l-4.8 4.8l-2.79-2.8a1 1 0 0 0-1.41 0L4 8.63V3a1 1 0 0 0-2 0v18a1 1 0 0 0 1 1h18a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-comparison {
  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%22M21%2020H4v-.54l5-5l3.8%203.8a1%201%200%200%200%201.41%200l7.5-7.5a1%201%200%200%200%200-1.42a1%201%200%200%200-1.41%200l-6.8%206.8l-3.79-3.8a1%201%200%200%200-1.41%200L4%2016.63v-5.17l5-5l2.8%202.8a1%201%200%200%200%201.41%200L18%204.47l2.19%202.19a1%201%200%200%200%201.41-1.42l-2.91-2.89a1%201%200%200%200-1.41%200l-4.8%204.8l-2.79-2.8a1%201%200%200%200-1.41%200L4%208.63V3a1%201%200%200%200-2%200v18a1%201%200%200%200%201%201h18a1%201%200%200%200%200-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%22M21%2020H4v-.54l5-5l3.8%203.8a1%201%200%200%200%201.41%200l7.5-7.5a1%201%200%200%200%200-1.42a1%201%200%200%200-1.41%200l-6.8%206.8l-3.79-3.8a1%201%200%200%200-1.41%200L4%2016.63v-5.17l5-5l2.8%202.8a1%201%200%200%200%201.41%200L18%204.47l2.19%202.19a1%201%200%200%200%201.41-1.42l-2.91-2.89a1%201%200%200%200-1.41%200l-4.8%204.8l-2.79-2.8a1%201%200%200%200-1.41%200L4%208.63V3a1%201%200%200%200-2%200v18a1%201%200%200%200%201%201h18a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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