greaterthan from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
greaterthan
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the greaterthan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.832 43.563c.656 0 1.102-.211 1.594-.446L41.77 31.281c1.335-.633 2.39-1.664 2.39-3.164c0-1.476-1.031-2.555-2.414-3.164l-26.32-12.117c-.469-.234-.89-.399-1.5-.399c-1.219 0-2.086.844-2.086 2.087c0 1.078.562 1.687 1.547 2.156l25.219 11.133v.257l-25.22 11.227c-.984.469-1.546 1.078-1.546 2.156c0 1.29.844 2.11 1.992 2.11"/></svg>

React

import type { SVGProps } from "react";

export function F7Greaterthan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.832 43.563c.656 0 1.102-.211 1.594-.446L41.77 31.281c1.335-.633 2.39-1.664 2.39-3.164c0-1.476-1.031-2.555-2.414-3.164l-26.32-12.117c-.469-.234-.89-.399-1.5-.399c-1.219 0-2.086.844-2.086 2.087c0 1.078.562 1.687 1.547 2.156l25.219 11.133v.257l-25.22 11.227c-.984.469-1.546 1.078-1.546 2.156c0 1.29.844 2.11 1.992 2.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.832 43.563c.656 0 1.102-.211 1.594-.446L41.77 31.281c1.335-.633 2.39-1.664 2.39-3.164c0-1.476-1.031-2.555-2.414-3.164l-26.32-12.117c-.469-.234-.89-.399-1.5-.399c-1.219 0-2.086.844-2.086 2.087c0 1.078.562 1.687 1.547 2.156l25.219 11.133v.257l-25.22 11.227c-.984.469-1.546 1.078-1.546 2.156c0 1.29.844 2.11 1.992 2.11"/></svg>
</template>

CSS

.icon-greaterthan {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.832%2043.563c.656%200%201.102-.211%201.594-.446L41.77%2031.281c1.335-.633%202.39-1.664%202.39-3.164c0-1.476-1.031-2.555-2.414-3.164l-26.32-12.117c-.469-.234-.89-.399-1.5-.399c-1.219%200-2.086.844-2.086%202.087c0%201.078.562%201.687%201.547%202.156l25.219%2011.133v.257l-25.22%2011.227c-.984.469-1.546%201.078-1.546%202.156c0%201.29.844%202.11%201.992%202.11%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.832%2043.563c.656%200%201.102-.211%201.594-.446L41.77%2031.281c1.335-.633%202.39-1.664%202.39-3.164c0-1.476-1.031-2.555-2.414-3.164l-26.32-12.117c-.469-.234-.89-.399-1.5-.399c-1.219%200-2.086.844-2.086%202.087c0%201.078.562%201.687%201.547%202.156l25.219%2011.133v.257l-25.22%2011.227c-.984.469-1.546%201.078-1.546%202.156c0%201.29.844%202.11%201.992%202.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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