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

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

The same logo in other sets

Use the coursera logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.374 23.977c-4.183-.21-8.006-2.626-9.959-6.347c-2.097-3.858-1.871-8.864.732-12.454C4.748 1.338 9.497-.698 14.281.23c4.583.857 8.351 4.494 9.358 8.911c1.122 4.344-.423 9.173-3.925 12.04c-2.289 1.953-5.295 2.956-8.34 2.797zm7.705-8.05a589 589 0 0 0-3.171-1.887c-.903 1.483-2.885 2.248-4.57 1.665c-2.024-.639-3.394-2.987-2.488-5.134c.801-2.009 2.79-2.707 4.357-2.464a4.2 4.2 0 0 1 2.623 1.669c1.077-.631 2.128-1.218 3.173-1.855c-2.03-3.118-6.151-4.294-9.656-2.754c-3.13 1.423-4.89 4.68-4.388 7.919c.54 3.598 3.73 6.486 7.716 6.404a7.66 7.66 0 0 0 6.404-3.563"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCoursera(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="M11.374 23.977c-4.183-.21-8.006-2.626-9.959-6.347c-2.097-3.858-1.871-8.864.732-12.454C4.748 1.338 9.497-.698 14.281.23c4.583.857 8.351 4.494 9.358 8.911c1.122 4.344-.423 9.173-3.925 12.04c-2.289 1.953-5.295 2.956-8.34 2.797zm7.705-8.05a589 589 0 0 0-3.171-1.887c-.903 1.483-2.885 2.248-4.57 1.665c-2.024-.639-3.394-2.987-2.488-5.134c.801-2.009 2.79-2.707 4.357-2.464a4.2 4.2 0 0 1 2.623 1.669c1.077-.631 2.128-1.218 3.173-1.855c-2.03-3.118-6.151-4.294-9.656-2.754c-3.13 1.423-4.89 4.68-4.388 7.919c.54 3.598 3.73 6.486 7.716 6.404a7.66 7.66 0 0 0 6.404-3.563"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.374 23.977c-4.183-.21-8.006-2.626-9.959-6.347c-2.097-3.858-1.871-8.864.732-12.454C4.748 1.338 9.497-.698 14.281.23c4.583.857 8.351 4.494 9.358 8.911c1.122 4.344-.423 9.173-3.925 12.04c-2.289 1.953-5.295 2.956-8.34 2.797zm7.705-8.05a589 589 0 0 0-3.171-1.887c-.903 1.483-2.885 2.248-4.57 1.665c-2.024-.639-3.394-2.987-2.488-5.134c.801-2.009 2.79-2.707 4.357-2.464a4.2 4.2 0 0 1 2.623 1.669c1.077-.631 2.128-1.218 3.173-1.855c-2.03-3.118-6.151-4.294-9.656-2.754c-3.13 1.423-4.89 4.68-4.388 7.919c.54 3.598 3.73 6.486 7.716 6.404a7.66 7.66 0 0 0 6.404-3.563"/></svg>
</template>

CSS

.icon-coursera {
  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%22M11.374%2023.977c-4.183-.21-8.006-2.626-9.959-6.347c-2.097-3.858-1.871-8.864.732-12.454C4.748%201.338%209.497-.698%2014.281.23c4.583.857%208.351%204.494%209.358%208.911c1.122%204.344-.423%209.173-3.925%2012.04c-2.289%201.953-5.295%202.956-8.34%202.797zm7.705-8.05a589%20589%200%200%200-3.171-1.887c-.903%201.483-2.885%202.248-4.57%201.665c-2.024-.639-3.394-2.987-2.488-5.134c.801-2.009%202.79-2.707%204.357-2.464a4.2%204.2%200%200%201%202.623%201.669c1.077-.631%202.128-1.218%203.173-1.855c-2.03-3.118-6.151-4.294-9.656-2.754c-3.13%201.423-4.89%204.68-4.388%207.919c.54%203.598%203.73%206.486%207.716%206.404a7.66%207.66%200%200%200%206.404-3.563%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%22M11.374%2023.977c-4.183-.21-8.006-2.626-9.959-6.347c-2.097-3.858-1.871-8.864.732-12.454C4.748%201.338%209.497-.698%2014.281.23c4.583.857%208.351%204.494%209.358%208.911c1.122%204.344-.423%209.173-3.925%2012.04c-2.289%201.953-5.295%202.956-8.34%202.797zm7.705-8.05a589%20589%200%200%200-3.171-1.887c-.903%201.483-2.885%202.248-4.57%201.665c-2.024-.639-3.394-2.987-2.488-5.134c.801-2.009%202.79-2.707%204.357-2.464a4.2%204.2%200%200%201%202.623%201.669c1.077-.631%202.128-1.218%203.173-1.855c-2.03-3.118-6.151-4.294-9.656-2.754c-3.13%201.423-4.89%204.68-4.388%207.919c.54%203.598%203.73%206.486%207.716%206.404a7.66%207.66%200%200%200%206.404-3.563%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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