codersrank logo

codersrank from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
codersrank
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the codersrank logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.134 8.64l-5.973-3.62a.286.286 0 0 0-.412.125l-1.4 3.286l2.842 1.696a.53.53 0 0 1 0 .921l-5.335 3.14l-2.267 5.274a.127.127 0 0 0 .052.203a.12.12 0 0 0 .134-.035l3.914-2.365l1.545 2.219a.37.37 0 0 0 .309.167h3.708a.37.37 0 0 0 .327-.2a.38.38 0 0 0-.018-.386l-2.513-3.852l5.088-3.077q.865-.524.865-1.172V9.813q0-.649-.866-1.172zM13.082 4.35L.845 12.052q-.865.523-.845 1.171v1.173q.021.648.866 1.15l6.056 3.496a.286.286 0 0 0 .412-.146l1.36-3.286l-2.884-1.633a.52.52 0 0 1-.275-.384a.53.53 0 0 1 .254-.537l5.295-3.245l2.183-5.316a.13.13 0 0 0-.04-.142a.12.12 0 0 0-.146-.005z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCodersrank(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="m23.134 8.64l-5.973-3.62a.286.286 0 0 0-.412.125l-1.4 3.286l2.842 1.696a.53.53 0 0 1 0 .921l-5.335 3.14l-2.267 5.274a.127.127 0 0 0 .052.203a.12.12 0 0 0 .134-.035l3.914-2.365l1.545 2.219a.37.37 0 0 0 .309.167h3.708a.37.37 0 0 0 .327-.2a.38.38 0 0 0-.018-.386l-2.513-3.852l5.088-3.077q.865-.524.865-1.172V9.813q0-.649-.866-1.172zM13.082 4.35L.845 12.052q-.865.523-.845 1.171v1.173q.021.648.866 1.15l6.056 3.496a.286.286 0 0 0 .412-.146l1.36-3.286l-2.884-1.633a.52.52 0 0 1-.275-.384a.53.53 0 0 1 .254-.537l5.295-3.245l2.183-5.316a.13.13 0 0 0-.04-.142a.12.12 0 0 0-.146-.005z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.134 8.64l-5.973-3.62a.286.286 0 0 0-.412.125l-1.4 3.286l2.842 1.696a.53.53 0 0 1 0 .921l-5.335 3.14l-2.267 5.274a.127.127 0 0 0 .052.203a.12.12 0 0 0 .134-.035l3.914-2.365l1.545 2.219a.37.37 0 0 0 .309.167h3.708a.37.37 0 0 0 .327-.2a.38.38 0 0 0-.018-.386l-2.513-3.852l5.088-3.077q.865-.524.865-1.172V9.813q0-.649-.866-1.172zM13.082 4.35L.845 12.052q-.865.523-.845 1.171v1.173q.021.648.866 1.15l6.056 3.496a.286.286 0 0 0 .412-.146l1.36-3.286l-2.884-1.633a.52.52 0 0 1-.275-.384a.53.53 0 0 1 .254-.537l5.295-3.245l2.183-5.316a.13.13 0 0 0-.04-.142a.12.12 0 0 0-.146-.005z"/></svg>
</template>

CSS

.icon-codersrank {
  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%22m23.134%208.64l-5.973-3.62a.286.286%200%200%200-.412.125l-1.4%203.286l2.842%201.696a.53.53%200%200%201%200%20.921l-5.335%203.14l-2.267%205.274a.127.127%200%200%200%20.052.203a.12.12%200%200%200%20.134-.035l3.914-2.365l1.545%202.219a.37.37%200%200%200%20.309.167h3.708a.37.37%200%200%200%20.327-.2a.38.38%200%200%200-.018-.386l-2.513-3.852l5.088-3.077q.865-.524.865-1.172V9.813q0-.649-.866-1.172zM13.082%204.35L.845%2012.052q-.865.523-.845%201.171v1.173q.021.648.866%201.15l6.056%203.496a.286.286%200%200%200%20.412-.146l1.36-3.286l-2.884-1.633a.52.52%200%200%201-.275-.384a.53.53%200%200%201%20.254-.537l5.295-3.245l2.183-5.316a.13.13%200%200%200-.04-.142a.12.12%200%200%200-.146-.005z%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%22m23.134%208.64l-5.973-3.62a.286.286%200%200%200-.412.125l-1.4%203.286l2.842%201.696a.53.53%200%200%201%200%20.921l-5.335%203.14l-2.267%205.274a.127.127%200%200%200%20.052.203a.12.12%200%200%200%20.134-.035l3.914-2.365l1.545%202.219a.37.37%200%200%200%20.309.167h3.708a.37.37%200%200%200%20.327-.2a.38.38%200%200%200-.018-.386l-2.513-3.852l5.088-3.077q.865-.524.865-1.172V9.813q0-.649-.866-1.172zM13.082%204.35L.845%2012.052q-.865.523-.845%201.171v1.173q.021.648.866%201.15l6.056%203.496a.286.286%200%200%200%20.412-.146l1.36-3.286l-2.884-1.633a.52.52%200%200%201-.275-.384a.53.53%200%200%201%20.254-.537l5.295-3.245l2.183-5.316a.13.13%200%200%200-.04-.142a.12.12%200%200%200-.146-.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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