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

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

Use the sololearn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.621 16.084a8.48 8.48 0 0 1-2.922 6.427c-.603.53-.19 1.522.613 1.442a9 9 0 0 0 1.587-.3a8.32 8.32 0 0 0 5.787-5.887a8.555 8.555 0 0 0-8.258-10.832a9 9 0 0 0-1.045.06c-.794.1-.995 1.161-.29 1.542c2.701 1.452 4.53 4.285 4.53 7.548zM7.906 18.597a8.54 8.54 0 0 1-6.45-2.913c-.532-.6-1.527-.19-1.446.61a9 9 0 0 0 .3 1.582c.794 2.823 3.064 5.026 5.907 5.766c5.727 1.492 10.87-2.773 10.87-8.229c0-.35-.02-.7-.06-1.04c-.1-.792-1.165-.992-1.547-.29a8.6 8.6 0 0 1-7.574 4.514M5.382 7.916a8.48 8.48 0 0 1 2.924-6.427c.603-.531.19-1.522-.613-1.442a10 10 0 0 0-1.598.29A8.34 8.34 0 0 0 .31 6.224a8.555 8.555 0 0 0 8.258 10.832c.352 0 .704-.02 1.045-.06c.794-.1.995-1.162.29-1.542a8.54 8.541 0 0 1-4.52-7.538zm10.72-2.513a8.54 8.54 0 0 1 6.45 2.913c.53.6 1.526.19 1.445-.61a9 9 0 0 0-.3-1.583C22.902 3.3 20.632 1.098 17.788.357C12.071-1.145 6.928 3.12 6.928 8.576c0 .35.02.7.06 1.041c.1.791 1.168.991 1.549.29A8.58 8.58 0 0 1 16.1 5.404z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSololearn(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="M18.621 16.084a8.48 8.48 0 0 1-2.922 6.427c-.603.53-.19 1.522.613 1.442a9 9 0 0 0 1.587-.3a8.32 8.32 0 0 0 5.787-5.887a8.555 8.555 0 0 0-8.258-10.832a9 9 0 0 0-1.045.06c-.794.1-.995 1.161-.29 1.542c2.701 1.452 4.53 4.285 4.53 7.548zM7.906 18.597a8.54 8.54 0 0 1-6.45-2.913c-.532-.6-1.527-.19-1.446.61a9 9 0 0 0 .3 1.582c.794 2.823 3.064 5.026 5.907 5.766c5.727 1.492 10.87-2.773 10.87-8.229c0-.35-.02-.7-.06-1.04c-.1-.792-1.165-.992-1.547-.29a8.6 8.6 0 0 1-7.574 4.514M5.382 7.916a8.48 8.48 0 0 1 2.924-6.427c.603-.531.19-1.522-.613-1.442a10 10 0 0 0-1.598.29A8.34 8.34 0 0 0 .31 6.224a8.555 8.555 0 0 0 8.258 10.832c.352 0 .704-.02 1.045-.06c.794-.1.995-1.162.29-1.542a8.54 8.541 0 0 1-4.52-7.538zm10.72-2.513a8.54 8.54 0 0 1 6.45 2.913c.53.6 1.526.19 1.445-.61a9 9 0 0 0-.3-1.583C22.902 3.3 20.632 1.098 17.788.357C12.071-1.145 6.928 3.12 6.928 8.576c0 .35.02.7.06 1.041c.1.791 1.168.991 1.549.29A8.58 8.58 0 0 1 16.1 5.404z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.621 16.084a8.48 8.48 0 0 1-2.922 6.427c-.603.53-.19 1.522.613 1.442a9 9 0 0 0 1.587-.3a8.32 8.32 0 0 0 5.787-5.887a8.555 8.555 0 0 0-8.258-10.832a9 9 0 0 0-1.045.06c-.794.1-.995 1.161-.29 1.542c2.701 1.452 4.53 4.285 4.53 7.548zM7.906 18.597a8.54 8.54 0 0 1-6.45-2.913c-.532-.6-1.527-.19-1.446.61a9 9 0 0 0 .3 1.582c.794 2.823 3.064 5.026 5.907 5.766c5.727 1.492 10.87-2.773 10.87-8.229c0-.35-.02-.7-.06-1.04c-.1-.792-1.165-.992-1.547-.29a8.6 8.6 0 0 1-7.574 4.514M5.382 7.916a8.48 8.48 0 0 1 2.924-6.427c.603-.531.19-1.522-.613-1.442a10 10 0 0 0-1.598.29A8.34 8.34 0 0 0 .31 6.224a8.555 8.555 0 0 0 8.258 10.832c.352 0 .704-.02 1.045-.06c.794-.1.995-1.162.29-1.542a8.54 8.541 0 0 1-4.52-7.538zm10.72-2.513a8.54 8.54 0 0 1 6.45 2.913c.53.6 1.526.19 1.445-.61a9 9 0 0 0-.3-1.583C22.902 3.3 20.632 1.098 17.788.357C12.071-1.145 6.928 3.12 6.928 8.576c0 .35.02.7.06 1.041c.1.791 1.168.991 1.549.29A8.58 8.58 0 0 1 16.1 5.404z"/></svg>
</template>

CSS

.icon-sololearn {
  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%22M18.621%2016.084a8.48%208.48%200%200%201-2.922%206.427c-.603.53-.19%201.522.613%201.442a9%209%200%200%200%201.587-.3a8.32%208.32%200%200%200%205.787-5.887a8.555%208.555%200%200%200-8.258-10.832a9%209%200%200%200-1.045.06c-.794.1-.995%201.161-.29%201.542c2.701%201.452%204.53%204.285%204.53%207.548zM7.906%2018.597a8.54%208.54%200%200%201-6.45-2.913c-.532-.6-1.527-.19-1.446.61a9%209%200%200%200%20.3%201.582c.794%202.823%203.064%205.026%205.907%205.766c5.727%201.492%2010.87-2.773%2010.87-8.229c0-.35-.02-.7-.06-1.04c-.1-.792-1.165-.992-1.547-.29a8.6%208.6%200%200%201-7.574%204.514M5.382%207.916a8.48%208.48%200%200%201%202.924-6.427c.603-.531.19-1.522-.613-1.442a10%2010%200%200%200-1.598.29A8.34%208.34%200%200%200%20.31%206.224a8.555%208.555%200%200%200%208.258%2010.832c.352%200%20.704-.02%201.045-.06c.794-.1.995-1.162.29-1.542a8.54%208.541%200%200%201-4.52-7.538zm10.72-2.513a8.54%208.54%200%200%201%206.45%202.913c.53.6%201.526.19%201.445-.61a9%209%200%200%200-.3-1.583C22.902%203.3%2020.632%201.098%2017.788.357C12.071-1.145%206.928%203.12%206.928%208.576c0%20.35.02.7.06%201.041c.1.791%201.168.991%201.549.29A8.58%208.58%200%200%201%2016.1%205.404z%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%22M18.621%2016.084a8.48%208.48%200%200%201-2.922%206.427c-.603.53-.19%201.522.613%201.442a9%209%200%200%200%201.587-.3a8.32%208.32%200%200%200%205.787-5.887a8.555%208.555%200%200%200-8.258-10.832a9%209%200%200%200-1.045.06c-.794.1-.995%201.161-.29%201.542c2.701%201.452%204.53%204.285%204.53%207.548zM7.906%2018.597a8.54%208.54%200%200%201-6.45-2.913c-.532-.6-1.527-.19-1.446.61a9%209%200%200%200%20.3%201.582c.794%202.823%203.064%205.026%205.907%205.766c5.727%201.492%2010.87-2.773%2010.87-8.229c0-.35-.02-.7-.06-1.04c-.1-.792-1.165-.992-1.547-.29a8.6%208.6%200%200%201-7.574%204.514M5.382%207.916a8.48%208.48%200%200%201%202.924-6.427c.603-.531.19-1.522-.613-1.442a10%2010%200%200%200-1.598.29A8.34%208.34%200%200%200%20.31%206.224a8.555%208.555%200%200%200%208.258%2010.832c.352%200%20.704-.02%201.045-.06c.794-.1.995-1.162.29-1.542a8.54%208.541%200%200%201-4.52-7.538zm10.72-2.513a8.54%208.54%200%200%201%206.45%202.913c.53.6%201.526.19%201.445-.61a9%209%200%200%200-.3-1.583C22.902%203.3%2020.632%201.098%2017.788.357C12.071-1.145%206.928%203.12%206.928%208.576c0%20.35.02.7.06%201.041c.1.791%201.168.991%201.549.29A8.58%208.58%200%200%201%2016.1%205.404z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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