greater-than from Font Awesome Solid by Dave Gandy · Solid · Mathematics · CC-BY-4.0 Attribution required.

Name
greater-than
Set
Font Awesome Solid
Style
Solid
Category
Mathematics
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More mathematics icons from Font Awesome Solid

Use the greater than icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M98.9 114.6c-7.4 16-.4 35.1 15.6 42.5L467.6 320l-353 163c-16 7.4-23.1 26.4-15.6 42.5s26.4 23 42.5 15.6l416-192c11.3-5.2 18.6-16.6 18.6-29.1s-7.3-23.8-18.6-29.1L141.4 99c-16-7.4-35.1-.4-42.5 15.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidGreaterThan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M98.9 114.6c-7.4 16-.4 35.1 15.6 42.5L467.6 320l-353 163c-16 7.4-23.1 26.4-15.6 42.5s26.4 23 42.5 15.6l416-192c11.3-5.2 18.6-16.6 18.6-29.1s-7.3-23.8-18.6-29.1L141.4 99c-16-7.4-35.1-.4-42.5 15.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M98.9 114.6c-7.4 16-.4 35.1 15.6 42.5L467.6 320l-353 163c-16 7.4-23.1 26.4-15.6 42.5s26.4 23 42.5 15.6l416-192c11.3-5.2 18.6-16.6 18.6-29.1s-7.3-23.8-18.6-29.1L141.4 99c-16-7.4-35.1-.4-42.5 15.6"/></svg>
</template>

CSS

.icon-greater-than {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M98.9%20114.6c-7.4%2016-.4%2035.1%2015.6%2042.5L467.6%20320l-353%20163c-16%207.4-23.1%2026.4-15.6%2042.5s26.4%2023%2042.5%2015.6l416-192c11.3-5.2%2018.6-16.6%2018.6-29.1s-7.3-23.8-18.6-29.1L141.4%2099c-16-7.4-35.1-.4-42.5%2015.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M98.9%20114.6c-7.4%2016-.4%2035.1%2015.6%2042.5L467.6%20320l-353%20163c-16%207.4-23.1%2026.4-15.6%2042.5s26.4%2023%2042.5%2015.6l416-192c11.3-5.2%2018.6-16.6%2018.6-29.1s-7.3-23.8-18.6-29.1L141.4%2099c-16-7.4-35.1-.4-42.5%2015.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/greater-than.svg?color=%231a73e8&size=48