moodle logo
moodle from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- moodle
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the moodle logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m1.135 5.74l.035.123l-2.736 1.99c.369.261.796.61 1.007.844l.077.104C10.23 11.058 7.78 11.857 5.2 10.982l.02-.16h-.002A6.5 6.5 0 0 1 5.16 9.36c-.75-.003-1.53-.04-2.283-.066l-.516.018c-.1.844-.035 2.135-.025 2.322c.35 1.282.298 2.29.295 3.53c-.413-1.004-.9-2.098-.416-3.468l-.01-.318c0-.014-.068-1.153.037-2.062l-.408.013l-.037-.119c3.995-2.37 6.706-2.992 11.338-3.47m1.623 2.514q1.83 0 2.904.807q1.22.9 1.22 2.658v5.685h-2.734v-5.369q0-1.683-1.39-1.683q-1.391 0-1.39 1.683v5.37h-2.735v-5.37q-.001-.776-.293-1.193a5.5 5.5 0 0 0 1.572-1.725q.046.044.088.088q.756-.952 2.758-.951m-9.61 3.234c.932.3 1.862.393 2.737.287a4 4 0 0 0-.01.26v5.37H5.143v-5.686q0-.118.005-.23"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMoodle(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="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m1.135 5.74l.035.123l-2.736 1.99c.369.261.796.61 1.007.844l.077.104C10.23 11.058 7.78 11.857 5.2 10.982l.02-.16h-.002A6.5 6.5 0 0 1 5.16 9.36c-.75-.003-1.53-.04-2.283-.066l-.516.018c-.1.844-.035 2.135-.025 2.322c.35 1.282.298 2.29.295 3.53c-.413-1.004-.9-2.098-.416-3.468l-.01-.318c0-.014-.068-1.153.037-2.062l-.408.013l-.037-.119c3.995-2.37 6.706-2.992 11.338-3.47m1.623 2.514q1.83 0 2.904.807q1.22.9 1.22 2.658v5.685h-2.734v-5.369q0-1.683-1.39-1.683q-1.391 0-1.39 1.683v5.37h-2.735v-5.37q-.001-.776-.293-1.193a5.5 5.5 0 0 0 1.572-1.725q.046.044.088.088q.756-.952 2.758-.951m-9.61 3.234c.932.3 1.862.393 2.737.287a4 4 0 0 0-.01.26v5.37H5.143v-5.686q0-.118.005-.23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m1.135 5.74l.035.123l-2.736 1.99c.369.261.796.61 1.007.844l.077.104C10.23 11.058 7.78 11.857 5.2 10.982l.02-.16h-.002A6.5 6.5 0 0 1 5.16 9.36c-.75-.003-1.53-.04-2.283-.066l-.516.018c-.1.844-.035 2.135-.025 2.322c.35 1.282.298 2.29.295 3.53c-.413-1.004-.9-2.098-.416-3.468l-.01-.318c0-.014-.068-1.153.037-2.062l-.408.013l-.037-.119c3.995-2.37 6.706-2.992 11.338-3.47m1.623 2.514q1.83 0 2.904.807q1.22.9 1.22 2.658v5.685h-2.734v-5.369q0-1.683-1.39-1.683q-1.391 0-1.39 1.683v5.37h-2.735v-5.37q-.001-.776-.293-1.193a5.5 5.5 0 0 0 1.572-1.725q.046.044.088.088q.756-.952 2.758-.951m-9.61 3.234c.932.3 1.862.393 2.737.287a4 4 0 0 0-.01.26v5.37H5.143v-5.686q0-.118.005-.23"/></svg> </template>
CSS
.icon-moodle {
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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m1.135%205.74l.035.123l-2.736%201.99c.369.261.796.61%201.007.844l.077.104C10.23%2011.058%207.78%2011.857%205.2%2010.982l.02-.16h-.002A6.5%206.5%200%200%201%205.16%209.36c-.75-.003-1.53-.04-2.283-.066l-.516.018c-.1.844-.035%202.135-.025%202.322c.35%201.282.298%202.29.295%203.53c-.413-1.004-.9-2.098-.416-3.468l-.01-.318c0-.014-.068-1.153.037-2.062l-.408.013l-.037-.119c3.995-2.37%206.706-2.992%2011.338-3.47m1.623%202.514q1.83%200%202.904.807q1.22.9%201.22%202.658v5.685h-2.734v-5.369q0-1.683-1.39-1.683q-1.391%200-1.39%201.683v5.37h-2.735v-5.37q-.001-.776-.293-1.193a5.5%205.5%200%200%200%201.572-1.725q.046.044.088.088q.756-.952%202.758-.951m-9.61%203.234c.932.3%201.862.393%202.737.287a4%204%200%200%200-.01.26v5.37H5.143v-5.686q0-.118.005-.23%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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m1.135%205.74l.035.123l-2.736%201.99c.369.261.796.61%201.007.844l.077.104C10.23%2011.058%207.78%2011.857%205.2%2010.982l.02-.16h-.002A6.5%206.5%200%200%201%205.16%209.36c-.75-.003-1.53-.04-2.283-.066l-.516.018c-.1.844-.035%202.135-.025%202.322c.35%201.282.298%202.29.295%203.53c-.413-1.004-.9-2.098-.416-3.468l-.01-.318c0-.014-.068-1.153.037-2.062l-.408.013l-.037-.119c3.995-2.37%206.706-2.992%2011.338-3.47m1.623%202.514q1.83%200%202.904.807q1.22.9%201.22%202.658v5.685h-2.734v-5.369q0-1.683-1.39-1.683q-1.391%200-1.39%201.683v5.37h-2.735v-5.37q-.001-.776-.293-1.193a5.5%205.5%200%200%200%201.572-1.725q.046.044.088.088q.756-.952%202.758-.951m-9.61%203.234c.932.3%201.862.393%202.737.287a4%204%200%200%200-.01.26v5.37H5.143v-5.686q0-.118.005-.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/moodle.svg?color=%231a73e8&size=48