social leaderboard icon

social-leaderboard from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
social-leaderboard
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
social-leaderboard-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the social leaderboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.475 21Q5.2 21 3.6 19.4T2 15.525q0-2.15 1.438-3.713t3.587-1.737L3 2h7l2 4l2-4h7l-4 8.025q2.125.2 3.563 1.763T22 15.5q0 2.3-1.6 3.9T16.5 21q-.225 0-.462-.012t-.463-.063q1.375-.9 2.15-2.337T18.5 15.5q0-2.725-1.888-4.612T12 9t-4.612 1.888T5.5 15.5q0 1.7.7 3.2t2.2 2.225q-.225.05-.462.063T7.475 21m1.338-2.312Q7.5 17.375 7.5 15.5t1.313-3.187T12 11t3.188 1.313T16.5 15.5t-1.312 3.188T12 20t-3.187-1.312m1.337-.438l1.85-1.4l1.85 1.4l-.7-2.275L15 14.65h-2.275L12 12.25l-.725 2.4H9l1.85 1.325z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSocialLeaderboard(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="M7.475 21Q5.2 21 3.6 19.4T2 15.525q0-2.15 1.438-3.713t3.587-1.737L3 2h7l2 4l2-4h7l-4 8.025q2.125.2 3.563 1.763T22 15.5q0 2.3-1.6 3.9T16.5 21q-.225 0-.462-.012t-.463-.063q1.375-.9 2.15-2.337T18.5 15.5q0-2.725-1.888-4.612T12 9t-4.612 1.888T5.5 15.5q0 1.7.7 3.2t2.2 2.225q-.225.05-.462.063T7.475 21m1.338-2.312Q7.5 17.375 7.5 15.5t1.313-3.187T12 11t3.188 1.313T16.5 15.5t-1.312 3.188T12 20t-3.187-1.312m1.337-.438l1.85-1.4l1.85 1.4l-.7-2.275L15 14.65h-2.275L12 12.25l-.725 2.4H9l1.85 1.325z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.475 21Q5.2 21 3.6 19.4T2 15.525q0-2.15 1.438-3.713t3.587-1.737L3 2h7l2 4l2-4h7l-4 8.025q2.125.2 3.563 1.763T22 15.5q0 2.3-1.6 3.9T16.5 21q-.225 0-.462-.012t-.463-.063q1.375-.9 2.15-2.337T18.5 15.5q0-2.725-1.888-4.612T12 9t-4.612 1.888T5.5 15.5q0 1.7.7 3.2t2.2 2.225q-.225.05-.462.063T7.475 21m1.338-2.312Q7.5 17.375 7.5 15.5t1.313-3.187T12 11t3.188 1.313T16.5 15.5t-1.312 3.188T12 20t-3.187-1.312m1.337-.438l1.85-1.4l1.85 1.4l-.7-2.275L15 14.65h-2.275L12 12.25l-.725 2.4H9l1.85 1.325z"/></svg>
</template>

CSS

.icon-social-leaderboard {
  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%22M7.475%2021Q5.2%2021%203.6%2019.4T2%2015.525q0-2.15%201.438-3.713t3.587-1.737L3%202h7l2%204l2-4h7l-4%208.025q2.125.2%203.563%201.763T22%2015.5q0%202.3-1.6%203.9T16.5%2021q-.225%200-.462-.012t-.463-.063q1.375-.9%202.15-2.337T18.5%2015.5q0-2.725-1.888-4.612T12%209t-4.612%201.888T5.5%2015.5q0%201.7.7%203.2t2.2%202.225q-.225.05-.462.063T7.475%2021m1.338-2.312Q7.5%2017.375%207.5%2015.5t1.313-3.187T12%2011t3.188%201.313T16.5%2015.5t-1.312%203.188T12%2020t-3.187-1.312m1.337-.438l1.85-1.4l1.85%201.4l-.7-2.275L15%2014.65h-2.275L12%2012.25l-.725%202.4H9l1.85%201.325z%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%22M7.475%2021Q5.2%2021%203.6%2019.4T2%2015.525q0-2.15%201.438-3.713t3.587-1.737L3%202h7l2%204l2-4h7l-4%208.025q2.125.2%203.563%201.763T22%2015.5q0%202.3-1.6%203.9T16.5%2021q-.225%200-.462-.012t-.463-.063q1.375-.9%202.15-2.337T18.5%2015.5q0-2.725-1.888-4.612T12%209t-4.612%201.888T5.5%2015.5q0%201.7.7%203.2t2.2%202.225q-.225.05-.462.063T7.475%2021m1.338-2.312Q7.5%2017.375%207.5%2015.5t1.313-3.187T12%2011t3.188%201.313T16.5%2015.5t-1.312%203.188T12%2020t-3.187-1.312m1.337-.438l1.85-1.4l1.85%201.4l-.7-2.275L15%2014.65h-2.275L12%2012.25l-.725%202.4H9l1.85%201.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/social-leaderboard.svg?color=%231a73e8&size=48