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

Name
less-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 less than icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M541.1 114.6c7.4 16 .4 35.1-15.6 42.5L172.4 320l353 163c16 7.4 23 26.4 15.6 42.5s-26.4 23-42.5 15.6l-416-192C71.3 343.8 64 332.5 64 320s7.3-23.8 18.6-29l416-192c16-7.4 35.1-.4 42.5 15.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLessThan(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="M541.1 114.6c7.4 16 .4 35.1-15.6 42.5L172.4 320l353 163c16 7.4 23 26.4 15.6 42.5s-26.4 23-42.5 15.6l-416-192C71.3 343.8 64 332.5 64 320s7.3-23.8 18.6-29l416-192c16-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="M541.1 114.6c7.4 16 .4 35.1-15.6 42.5L172.4 320l353 163c16 7.4 23 26.4 15.6 42.5s-26.4 23-42.5 15.6l-416-192C71.3 343.8 64 332.5 64 320s7.3-23.8 18.6-29l416-192c16-7.4 35.1-.4 42.5 15.6"/></svg>
</template>

CSS

.icon-less-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%22M541.1%20114.6c7.4%2016%20.4%2035.1-15.6%2042.5L172.4%20320l353%20163c16%207.4%2023%2026.4%2015.6%2042.5s-26.4%2023-42.5%2015.6l-416-192C71.3%20343.8%2064%20332.5%2064%20320s7.3-23.8%2018.6-29l416-192c16-7.4%2035.1-.4%2042.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%22M541.1%20114.6c7.4%2016%20.4%2035.1-15.6%2042.5L172.4%20320l353%20163c16%207.4%2023%2026.4%2015.6%2042.5s-26.4%2023-42.5%2015.6l-416-192C71.3%20343.8%2064%20332.5%2064%20320s7.3-23.8%2018.6-29l416-192c16-7.4%2035.1-.4%2042.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/less-than.svg?color=%231a73e8&size=48