ranking from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ranking
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the ranking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.5 18c0-1.414 0-2.121.44-2.56C4.378 15 5.085 15 6.5 15H7c.943 0 1.414 0 1.707.293S9 16.057 9 17v5H3.5zM15 19c0-.943 0-1.414.293-1.707S16.057 17 17 17h.5c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2H15zM2 22h20M9 16c0-1.414 0-2.121.44-2.56C9.878 13 10.585 13 12 13s2.121 0 2.56.44c.44.439.44 1.146.44 2.56v6H9zm3.691-13.422l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 0"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRanking(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3.5 18c0-1.414 0-2.121.44-2.56C4.378 15 5.085 15 6.5 15H7c.943 0 1.414 0 1.707.293S9 16.057 9 17v5H3.5zM15 19c0-.943 0-1.414.293-1.707S16.057 17 17 17h.5c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2H15zM2 22h20M9 16c0-1.414 0-2.121.44-2.56C9.878 13 10.585 13 12 13s2.121 0 2.56.44c.44.439.44 1.146.44 2.56v6H9zm3.691-13.422l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.5 18c0-1.414 0-2.121.44-2.56C4.378 15 5.085 15 6.5 15H7c.943 0 1.414 0 1.707.293S9 16.057 9 17v5H3.5zM15 19c0-.943 0-1.414.293-1.707S16.057 17 17 17h.5c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2H15zM2 22h20M9 16c0-1.414 0-2.121.44-2.56C9.878 13 10.585 13 12 13s2.121 0 2.56.44c.44.439.44 1.146.44 2.56v6H9zm3.691-13.422l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 0"/></svg>
</template>

CSS

.icon-ranking {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.5%2018c0-1.414%200-2.121.44-2.56C4.378%2015%205.085%2015%206.5%2015H7c.943%200%201.414%200%201.707.293S9%2016.057%209%2017v5H3.5zM15%2019c0-.943%200-1.414.293-1.707S16.057%2017%2017%2017h.5c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v2H15zM2%2022h20M9%2016c0-1.414%200-2.121.44-2.56C9.878%2013%2010.585%2013%2012%2013s2.121%200%202.56.44c.44.439.44%201.146.44%202.56v6H9zm3.691-13.422l.704%201.42a.87.87%200%200%200%20.568.423l1.276.213c.816.137%201.008.734.42%201.323l-.992%201a.88.88%200%200%200-.208.73l.284%201.238c.224.98-.292%201.359-1.152.847l-1.196-.714a.86.86%200%200%200-.792%200l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88%200%200%200-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87%200%200%200%20.564-.424l.704-1.42c.384-.77%201.008-.77%201.388%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.5%2018c0-1.414%200-2.121.44-2.56C4.378%2015%205.085%2015%206.5%2015H7c.943%200%201.414%200%201.707.293S9%2016.057%209%2017v5H3.5zM15%2019c0-.943%200-1.414.293-1.707S16.057%2017%2017%2017h.5c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v2H15zM2%2022h20M9%2016c0-1.414%200-2.121.44-2.56C9.878%2013%2010.585%2013%2012%2013s2.121%200%202.56.44c.44.439.44%201.146.44%202.56v6H9zm3.691-13.422l.704%201.42a.87.87%200%200%200%20.568.423l1.276.213c.816.137%201.008.734.42%201.323l-.992%201a.88.88%200%200%200-.208.73l.284%201.238c.224.98-.292%201.359-1.152.847l-1.196-.714a.86.86%200%200%200-.792%200l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88%200%200%200-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87%200%200%200%20.564-.424l.704-1.42c.384-.77%201.008-.77%201.388%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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