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

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

Use the komoot logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.8 14.829l2.2-3.43l2.2 3.43l5.962 5.962A11.95 11.95 0 0 1 12 24c-3.043 0-5.935-1.14-8.162-3.209zM0 12C0 5.385 5.385 0 12 0c6.62 0 12 5.385 12 12c0 2.663-.855 5.175-2.469 7.284l-6.018-6.018c.15-.412.226-.839.226-1.27A3.743 3.743 0 0 0 12 8.257a3.743 3.743 0 0 0-3.739 3.739c0 .431.075.858.226 1.27l-6.018 6.018A11.87 11.87 0 0 1 0 12"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKomoot(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="m9.8 14.829l2.2-3.43l2.2 3.43l5.962 5.962A11.95 11.95 0 0 1 12 24c-3.043 0-5.935-1.14-8.162-3.209zM0 12C0 5.385 5.385 0 12 0c6.62 0 12 5.385 12 12c0 2.663-.855 5.175-2.469 7.284l-6.018-6.018c.15-.412.226-.839.226-1.27A3.743 3.743 0 0 0 12 8.257a3.743 3.743 0 0 0-3.739 3.739c0 .431.075.858.226 1.27l-6.018 6.018A11.87 11.87 0 0 1 0 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.8 14.829l2.2-3.43l2.2 3.43l5.962 5.962A11.95 11.95 0 0 1 12 24c-3.043 0-5.935-1.14-8.162-3.209zM0 12C0 5.385 5.385 0 12 0c6.62 0 12 5.385 12 12c0 2.663-.855 5.175-2.469 7.284l-6.018-6.018c.15-.412.226-.839.226-1.27A3.743 3.743 0 0 0 12 8.257a3.743 3.743 0 0 0-3.739 3.739c0 .431.075.858.226 1.27l-6.018 6.018A11.87 11.87 0 0 1 0 12"/></svg>
</template>

CSS

.icon-komoot {
  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%22m9.8%2014.829l2.2-3.43l2.2%203.43l5.962%205.962A11.95%2011.95%200%200%201%2012%2024c-3.043%200-5.935-1.14-8.162-3.209zM0%2012C0%205.385%205.385%200%2012%200c6.62%200%2012%205.385%2012%2012c0%202.663-.855%205.175-2.469%207.284l-6.018-6.018c.15-.412.226-.839.226-1.27A3.743%203.743%200%200%200%2012%208.257a3.743%203.743%200%200%200-3.739%203.739c0%20.431.075.858.226%201.27l-6.018%206.018A11.87%2011.87%200%200%201%200%2012%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%22m9.8%2014.829l2.2-3.43l2.2%203.43l5.962%205.962A11.95%2011.95%200%200%201%2012%2024c-3.043%200-5.935-1.14-8.162-3.209zM0%2012C0%205.385%205.385%200%2012%200c6.62%200%2012%205.385%2012%2012c0%202.663-.855%205.175-2.469%207.284l-6.018-6.018c.15-.412.226-.839.226-1.27A3.743%203.743%200%200%200%2012%208.257a3.743%203.743%200%200%200-3.739%203.739c0%20.431.075.858.226%201.27l-6.018%206.018A11.87%2011.87%200%200%201%200%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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