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

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

Use the mojeek logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.141 16.488c-.53 0-.824-.353-.824-1.147c0-.795.49-4.182.68-5.736c.35-2.885-1.313-4.976-3.725-4.976c-1.912 0-3.37.756-4.514 1.973c-.776-1.173-1.648-1.973-3.343-1.973c-1.652 0-2.676.605-3.684 1.574C6.189 5.138 5.222 4.63 3.777 4.63C2.578 4.629.967 5.23 0 5.825l1.077 2.44c.734-.409 1.336-.718 1.853-.718c.566 0 .902.408.808 1.262c-.09.824-1.09 10.268-1.09 10.268H5.9s.638-6.061.863-7.885c.264-2.137 1.299-3.49 2.774-3.49c1.294 0 1.735 1.018 1.642 2.21c-.08 1.037-1.025 9.165-1.025 9.165h3.27s.72-6.738.946-8.408c.293-2.17 1.692-2.967 2.57-2.967c1.443 0 1.882 1.18 1.747 2.299c-.11.91-.5 4.118-.62 5.782c-.147 2.058.824 3.589 2.663 3.589c1.206 0 2.412-.344 3.27-.835l-.703-2.413c-.41.177-.797.364-1.155.364"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMojeek(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="M22.141 16.488c-.53 0-.824-.353-.824-1.147c0-.795.49-4.182.68-5.736c.35-2.885-1.313-4.976-3.725-4.976c-1.912 0-3.37.756-4.514 1.973c-.776-1.173-1.648-1.973-3.343-1.973c-1.652 0-2.676.605-3.684 1.574C6.189 5.138 5.222 4.63 3.777 4.63C2.578 4.629.967 5.23 0 5.825l1.077 2.44c.734-.409 1.336-.718 1.853-.718c.566 0 .902.408.808 1.262c-.09.824-1.09 10.268-1.09 10.268H5.9s.638-6.061.863-7.885c.264-2.137 1.299-3.49 2.774-3.49c1.294 0 1.735 1.018 1.642 2.21c-.08 1.037-1.025 9.165-1.025 9.165h3.27s.72-6.738.946-8.408c.293-2.17 1.692-2.967 2.57-2.967c1.443 0 1.882 1.18 1.747 2.299c-.11.91-.5 4.118-.62 5.782c-.147 2.058.824 3.589 2.663 3.589c1.206 0 2.412-.344 3.27-.835l-.703-2.413c-.41.177-.797.364-1.155.364"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.141 16.488c-.53 0-.824-.353-.824-1.147c0-.795.49-4.182.68-5.736c.35-2.885-1.313-4.976-3.725-4.976c-1.912 0-3.37.756-4.514 1.973c-.776-1.173-1.648-1.973-3.343-1.973c-1.652 0-2.676.605-3.684 1.574C6.189 5.138 5.222 4.63 3.777 4.63C2.578 4.629.967 5.23 0 5.825l1.077 2.44c.734-.409 1.336-.718 1.853-.718c.566 0 .902.408.808 1.262c-.09.824-1.09 10.268-1.09 10.268H5.9s.638-6.061.863-7.885c.264-2.137 1.299-3.49 2.774-3.49c1.294 0 1.735 1.018 1.642 2.21c-.08 1.037-1.025 9.165-1.025 9.165h3.27s.72-6.738.946-8.408c.293-2.17 1.692-2.967 2.57-2.967c1.443 0 1.882 1.18 1.747 2.299c-.11.91-.5 4.118-.62 5.782c-.147 2.058.824 3.589 2.663 3.589c1.206 0 2.412-.344 3.27-.835l-.703-2.413c-.41.177-.797.364-1.155.364"/></svg>
</template>

CSS

.icon-mojeek {
  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%22M22.141%2016.488c-.53%200-.824-.353-.824-1.147c0-.795.49-4.182.68-5.736c.35-2.885-1.313-4.976-3.725-4.976c-1.912%200-3.37.756-4.514%201.973c-.776-1.173-1.648-1.973-3.343-1.973c-1.652%200-2.676.605-3.684%201.574C6.189%205.138%205.222%204.63%203.777%204.63C2.578%204.629.967%205.23%200%205.825l1.077%202.44c.734-.409%201.336-.718%201.853-.718c.566%200%20.902.408.808%201.262c-.09.824-1.09%2010.268-1.09%2010.268H5.9s.638-6.061.863-7.885c.264-2.137%201.299-3.49%202.774-3.49c1.294%200%201.735%201.018%201.642%202.21c-.08%201.037-1.025%209.165-1.025%209.165h3.27s.72-6.738.946-8.408c.293-2.17%201.692-2.967%202.57-2.967c1.443%200%201.882%201.18%201.747%202.299c-.11.91-.5%204.118-.62%205.782c-.147%202.058.824%203.589%202.663%203.589c1.206%200%202.412-.344%203.27-.835l-.703-2.413c-.41.177-.797.364-1.155.364%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%22M22.141%2016.488c-.53%200-.824-.353-.824-1.147c0-.795.49-4.182.68-5.736c.35-2.885-1.313-4.976-3.725-4.976c-1.912%200-3.37.756-4.514%201.973c-.776-1.173-1.648-1.973-3.343-1.973c-1.652%200-2.676.605-3.684%201.574C6.189%205.138%205.222%204.63%203.777%204.63C2.578%204.629.967%205.23%200%205.825l1.077%202.44c.734-.409%201.336-.718%201.853-.718c.566%200%20.902.408.808%201.262c-.09.824-1.09%2010.268-1.09%2010.268H5.9s.638-6.061.863-7.885c.264-2.137%201.299-3.49%202.774-3.49c1.294%200%201.735%201.018%201.642%202.21c-.08%201.037-1.025%209.165-1.025%209.165h3.27s.72-6.738.946-8.408c.293-2.17%201.692-2.967%202.57-2.967c1.443%200%201.882%201.18%201.747%202.299c-.11.91-.5%204.118-.62%205.782c-.147%202.058.824%203.589%202.663%203.589c1.206%200%202.412-.344%203.27-.835l-.703-2.413c-.41.177-.797.364-1.155.364%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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