social leaderboard icon
social-leaderboard-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- social-leaderboard-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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.737l-3.3-6.625q-.25-.5.038-.975T4.625 2h4.15q.575 0 1.038.3t.737.8L12 6l1.45-2.9q.275-.5.738-.8t1.037-.3h4.15q.575 0 .863.475t.037.975L17 10.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.312M12 16.85l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625q-.05-.175-.25-.175t-.25.175l-.475 1.625h-1.5q-.2 0-.25.163t.1.287l1.225.875l-.475 1.525q-.05.175.1.288t.3-.013z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSocialLeaderboardRounded(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.737l-3.3-6.625q-.25-.5.038-.975T4.625 2h4.15q.575 0 1.038.3t.737.8L12 6l1.45-2.9q.275-.5.738-.8t1.037-.3h4.15q.575 0 .863.475t.037.975L17 10.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.312M12 16.85l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625q-.05-.175-.25-.175t-.25.175l-.475 1.625h-1.5q-.2 0-.25.163t.1.287l1.225.875l-.475 1.525q-.05.175.1.288t.3-.013z"/></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.737l-3.3-6.625q-.25-.5.038-.975T4.625 2h4.15q.575 0 1.038.3t.737.8L12 6l1.45-2.9q.275-.5.738-.8t1.037-.3h4.15q.575 0 .863.475t.037.975L17 10.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.312M12 16.85l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625q-.05-.175-.25-.175t-.25.175l-.475 1.625h-1.5q-.2 0-.25.163t.1.287l1.225.875l-.475 1.525q-.05.175.1.288t.3-.013z"/></svg> </template>
CSS
.icon-social-leaderboard-rounded {
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.737l-3.3-6.625q-.25-.5.038-.975T4.625%202h4.15q.575%200%201.038.3t.737.8L12%206l1.45-2.9q.275-.5.738-.8t1.037-.3h4.15q.575%200%20.863.475t.037.975L17%2010.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.312M12%2016.85l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625q-.05-.175-.25-.175t-.25.175l-.475%201.625h-1.5q-.2%200-.25.163t.1.287l1.225.875l-.475%201.525q-.05.175.1.288t.3-.013z%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.737l-3.3-6.625q-.25-.5.038-.975T4.625%202h4.15q.575%200%201.038.3t.737.8L12%206l1.45-2.9q.275-.5.738-.8t1.037-.3h4.15q.575%200%20.863.475t.037.975L17%2010.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.312M12%2016.85l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625q-.05-.175-.25-.175t-.25.175l-.475%201.625h-1.5q-.2%200-.25.163t.1.287l1.225.875l-.475%201.525q-.05.175.1.288t.3-.013z%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-rounded.svg?color=%231a73e8&size=48