codementor logo

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

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

Use the codementor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.487 14.887c.39 0 .706.314.706.7a.703.703 0 0 1-.706.7H5.632a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7zm.69-2.593c.39 0 .706.315.706.7a.703.703 0 0 1-.707.7H5.648a.703.703 0 0 1-.706-.7c0-.386.316-.7.706-.7zm3.864-3.46a2.11 2.11 0 0 1 2.118-2.099a2.11 2.11 0 0 1 2.118 2.1a2.115 2.115 0 0 1-2.118 2.103a2.116 2.116 0 0 1-2.118-2.104m6.259 6.559c.1.619-.378 1.18-1.005 1.178h-6.272a1.016 1.016 0 0 1-1.005-1.178c.315-1.942 1.391-3.509 2.796-4.13a2.77 2.77 0 0 0 2.69 0c1.405.621 2.482 2.19 2.796 4.13m-8.712-4.29c-8.38 0-.147-.002-4.941-.002a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7l4.941.001c.39 0 .707.314.706.701a.7.7 0 0 1-.706.7m-4.94-2.594a.7.7 0 0 1-.707-.7c0-.386.317-.7.707-.7h4.94c.389 0 .705.313.705.7a.703.703 0 0 1-.706.699zm7.809 10.117a.66.66 0 0 0 .66-.654h7.06v-12.6H2.824v12.599h7.059c0 .361.295.654.66.654zM24 17.972v.957c0 .605-.496 1.096-1.106 1.096H1.106c-.61 0-1.106-.49-1.106-1.096v-.957h1.413V5.357c0-.763.623-1.382 1.394-1.382h18.387c.77 0 1.394.619 1.394 1.382v12.615Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCodementor(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="M8.487 14.887c.39 0 .706.314.706.7a.703.703 0 0 1-.706.7H5.632a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7zm.69-2.593c.39 0 .706.315.706.7a.703.703 0 0 1-.707.7H5.648a.703.703 0 0 1-.706-.7c0-.386.316-.7.706-.7zm3.864-3.46a2.11 2.11 0 0 1 2.118-2.099a2.11 2.11 0 0 1 2.118 2.1a2.115 2.115 0 0 1-2.118 2.103a2.116 2.116 0 0 1-2.118-2.104m6.259 6.559c.1.619-.378 1.18-1.005 1.178h-6.272a1.016 1.016 0 0 1-1.005-1.178c.315-1.942 1.391-3.509 2.796-4.13a2.77 2.77 0 0 0 2.69 0c1.405.621 2.482 2.19 2.796 4.13m-8.712-4.29c-8.38 0-.147-.002-4.941-.002a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7l4.941.001c.39 0 .707.314.706.701a.7.7 0 0 1-.706.7m-4.94-2.594a.7.7 0 0 1-.707-.7c0-.386.317-.7.707-.7h4.94c.389 0 .705.313.705.7a.703.703 0 0 1-.706.699zm7.809 10.117a.66.66 0 0 0 .66-.654h7.06v-12.6H2.824v12.599h7.059c0 .361.295.654.66.654zM24 17.972v.957c0 .605-.496 1.096-1.106 1.096H1.106c-.61 0-1.106-.49-1.106-1.096v-.957h1.413V5.357c0-.763.623-1.382 1.394-1.382h18.387c.77 0 1.394.619 1.394 1.382v12.615Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.487 14.887c.39 0 .706.314.706.7a.703.703 0 0 1-.706.7H5.632a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7zm.69-2.593c.39 0 .706.315.706.7a.703.703 0 0 1-.707.7H5.648a.703.703 0 0 1-.706-.7c0-.386.316-.7.706-.7zm3.864-3.46a2.11 2.11 0 0 1 2.118-2.099a2.11 2.11 0 0 1 2.118 2.1a2.115 2.115 0 0 1-2.118 2.103a2.116 2.116 0 0 1-2.118-2.104m6.259 6.559c.1.619-.378 1.18-1.005 1.178h-6.272a1.016 1.016 0 0 1-1.005-1.178c.315-1.942 1.391-3.509 2.796-4.13a2.77 2.77 0 0 0 2.69 0c1.405.621 2.482 2.19 2.796 4.13m-8.712-4.29c-8.38 0-.147-.002-4.941-.002a.703.703 0 0 1-.707-.7c0-.386.317-.7.707-.7l4.941.001c.39 0 .707.314.706.701a.7.7 0 0 1-.706.7m-4.94-2.594a.7.7 0 0 1-.707-.7c0-.386.317-.7.707-.7h4.94c.389 0 .705.313.705.7a.703.703 0 0 1-.706.699zm7.809 10.117a.66.66 0 0 0 .66-.654h7.06v-12.6H2.824v12.599h7.059c0 .361.295.654.66.654zM24 17.972v.957c0 .605-.496 1.096-1.106 1.096H1.106c-.61 0-1.106-.49-1.106-1.096v-.957h1.413V5.357c0-.763.623-1.382 1.394-1.382h18.387c.77 0 1.394.619 1.394 1.382v12.615Z"/></svg>
</template>

CSS

.icon-codementor {
  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%22M8.487%2014.887c.39%200%20.706.314.706.7a.703.703%200%200%201-.706.7H5.632a.703.703%200%200%201-.707-.7c0-.386.317-.7.707-.7zm.69-2.593c.39%200%20.706.315.706.7a.703.703%200%200%201-.707.7H5.648a.703.703%200%200%201-.706-.7c0-.386.316-.7.706-.7zm3.864-3.46a2.11%202.11%200%200%201%202.118-2.099a2.11%202.11%200%200%201%202.118%202.1a2.115%202.115%200%200%201-2.118%202.103a2.116%202.116%200%200%201-2.118-2.104m6.259%206.559c.1.619-.378%201.18-1.005%201.178h-6.272a1.016%201.016%200%200%201-1.005-1.178c.315-1.942%201.391-3.509%202.796-4.13a2.77%202.77%200%200%200%202.69%200c1.405.621%202.482%202.19%202.796%204.13m-8.712-4.29c-8.38%200-.147-.002-4.941-.002a.703.703%200%200%201-.707-.7c0-.386.317-.7.707-.7l4.941.001c.39%200%20.707.314.706.701a.7.7%200%200%201-.706.7m-4.94-2.594a.7.7%200%200%201-.707-.7c0-.386.317-.7.707-.7h4.94c.389%200%20.705.313.705.7a.703.703%200%200%201-.706.699zm7.809%2010.117a.66.66%200%200%200%20.66-.654h7.06v-12.6H2.824v12.599h7.059c0%20.361.295.654.66.654zM24%2017.972v.957c0%20.605-.496%201.096-1.106%201.096H1.106c-.61%200-1.106-.49-1.106-1.096v-.957h1.413V5.357c0-.763.623-1.382%201.394-1.382h18.387c.77%200%201.394.619%201.394%201.382v12.615Z%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%22M8.487%2014.887c.39%200%20.706.314.706.7a.703.703%200%200%201-.706.7H5.632a.703.703%200%200%201-.707-.7c0-.386.317-.7.707-.7zm.69-2.593c.39%200%20.706.315.706.7a.703.703%200%200%201-.707.7H5.648a.703.703%200%200%201-.706-.7c0-.386.316-.7.706-.7zm3.864-3.46a2.11%202.11%200%200%201%202.118-2.099a2.11%202.11%200%200%201%202.118%202.1a2.115%202.115%200%200%201-2.118%202.103a2.116%202.116%200%200%201-2.118-2.104m6.259%206.559c.1.619-.378%201.18-1.005%201.178h-6.272a1.016%201.016%200%200%201-1.005-1.178c.315-1.942%201.391-3.509%202.796-4.13a2.77%202.77%200%200%200%202.69%200c1.405.621%202.482%202.19%202.796%204.13m-8.712-4.29c-8.38%200-.147-.002-4.941-.002a.703.703%200%200%201-.707-.7c0-.386.317-.7.707-.7l4.941.001c.39%200%20.707.314.706.701a.7.7%200%200%201-.706.7m-4.94-2.594a.7.7%200%200%201-.707-.7c0-.386.317-.7.707-.7h4.94c.389%200%20.705.313.705.7a.703.703%200%200%201-.706.699zm7.809%2010.117a.66.66%200%200%200%20.66-.654h7.06v-12.6H2.824v12.599h7.059c0%20.361.295.654.66.654zM24%2017.972v.957c0%20.605-.496%201.096-1.106%201.096H1.106c-.61%200-1.106-.49-1.106-1.096v-.957h1.413V5.357c0-.763.623-1.382%201.394-1.382h18.387c.77%200%201.394.619%201.394%201.382v12.615Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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