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

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

Use the icomoon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-1.66 0-3.21.313-4.66.938A12 12 0 0 0 3.5 3.5A12 12 0 0 0 .937 7.34C.313 8.79 0 10.34 0 12s.313 3.21.938 4.66A12 12 0 0 0 3.5 20.5a12 12 0 0 0 3.84 2.56c1.45.63 3 .94 4.66.94s3.21-.31 4.66-.94a12 12 0 0 0 3.84-2.56a12 12 0 0 0 2.56-3.84c.63-1.45.94-3 .94-4.66s-.31-3.21-.94-4.66A12 12 0 0 0 20.5 3.5A12 12 0 0 0 16.66.937C15.21.313 13.66 0 12 0M8.88 1.5a11.7 11.7 0 0 1 2.49 1.92a12.3 12.3 0 0 1 1.9 2.45c.53.9.93 1.86 1.23 2.9c.28 1.03.43 2.11.43 3.23s-.15 2.2-.43 3.23a11.7 11.7 0 0 1-1.23 2.9a12.3 12.3 0 0 1-1.9 2.45c-.75.75-1.58 1.38-2.49 1.92a12 12 0 0 1-2.46-1.92a12.3 12.3 0 0 1-1.92-2.45a11.7 11.7 0 0 1-1.19-2.9A11.6 11.6 0 0 1 2.86 12c0-1.12.14-2.2.45-3.23a11.7 11.7 0 0 1 1.19-2.9a12.3 12.3 0 0 1 1.92-2.45C7.17 2.67 8 2.04 8.88 1.5m-.02 7.73c-.77 0-1.42.27-1.96.81A2.67 2.67 0 0 0 6.09 12c0 .77.27 1.42.81 1.96s1.19.81 1.96.81s1.42-.27 1.96-.81s.81-1.19.81-1.96s-.27-1.42-.81-1.96a2.67 2.67 0 0 0-1.96-.81"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsIcomoon(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 0c-1.66 0-3.21.313-4.66.938A12 12 0 0 0 3.5 3.5A12 12 0 0 0 .937 7.34C.313 8.79 0 10.34 0 12s.313 3.21.938 4.66A12 12 0 0 0 3.5 20.5a12 12 0 0 0 3.84 2.56c1.45.63 3 .94 4.66.94s3.21-.31 4.66-.94a12 12 0 0 0 3.84-2.56a12 12 0 0 0 2.56-3.84c.63-1.45.94-3 .94-4.66s-.31-3.21-.94-4.66A12 12 0 0 0 20.5 3.5A12 12 0 0 0 16.66.937C15.21.313 13.66 0 12 0M8.88 1.5a11.7 11.7 0 0 1 2.49 1.92a12.3 12.3 0 0 1 1.9 2.45c.53.9.93 1.86 1.23 2.9c.28 1.03.43 2.11.43 3.23s-.15 2.2-.43 3.23a11.7 11.7 0 0 1-1.23 2.9a12.3 12.3 0 0 1-1.9 2.45c-.75.75-1.58 1.38-2.49 1.92a12 12 0 0 1-2.46-1.92a12.3 12.3 0 0 1-1.92-2.45a11.7 11.7 0 0 1-1.19-2.9A11.6 11.6 0 0 1 2.86 12c0-1.12.14-2.2.45-3.23a11.7 11.7 0 0 1 1.19-2.9a12.3 12.3 0 0 1 1.92-2.45C7.17 2.67 8 2.04 8.88 1.5m-.02 7.73c-.77 0-1.42.27-1.96.81A2.67 2.67 0 0 0 6.09 12c0 .77.27 1.42.81 1.96s1.19.81 1.96.81s1.42-.27 1.96-.81s.81-1.19.81-1.96s-.27-1.42-.81-1.96a2.67 2.67 0 0 0-1.96-.81"/></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 0c-1.66 0-3.21.313-4.66.938A12 12 0 0 0 3.5 3.5A12 12 0 0 0 .937 7.34C.313 8.79 0 10.34 0 12s.313 3.21.938 4.66A12 12 0 0 0 3.5 20.5a12 12 0 0 0 3.84 2.56c1.45.63 3 .94 4.66.94s3.21-.31 4.66-.94a12 12 0 0 0 3.84-2.56a12 12 0 0 0 2.56-3.84c.63-1.45.94-3 .94-4.66s-.31-3.21-.94-4.66A12 12 0 0 0 20.5 3.5A12 12 0 0 0 16.66.937C15.21.313 13.66 0 12 0M8.88 1.5a11.7 11.7 0 0 1 2.49 1.92a12.3 12.3 0 0 1 1.9 2.45c.53.9.93 1.86 1.23 2.9c.28 1.03.43 2.11.43 3.23s-.15 2.2-.43 3.23a11.7 11.7 0 0 1-1.23 2.9a12.3 12.3 0 0 1-1.9 2.45c-.75.75-1.58 1.38-2.49 1.92a12 12 0 0 1-2.46-1.92a12.3 12.3 0 0 1-1.92-2.45a11.7 11.7 0 0 1-1.19-2.9A11.6 11.6 0 0 1 2.86 12c0-1.12.14-2.2.45-3.23a11.7 11.7 0 0 1 1.19-2.9a12.3 12.3 0 0 1 1.92-2.45C7.17 2.67 8 2.04 8.88 1.5m-.02 7.73c-.77 0-1.42.27-1.96.81A2.67 2.67 0 0 0 6.09 12c0 .77.27 1.42.81 1.96s1.19.81 1.96.81s1.42-.27 1.96-.81s.81-1.19.81-1.96s-.27-1.42-.81-1.96a2.67 2.67 0 0 0-1.96-.81"/></svg>
</template>

CSS

.icon-icomoon {
  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%200c-1.66%200-3.21.313-4.66.938A12%2012%200%200%200%203.5%203.5A12%2012%200%200%200%20.937%207.34C.313%208.79%200%2010.34%200%2012s.313%203.21.938%204.66A12%2012%200%200%200%203.5%2020.5a12%2012%200%200%200%203.84%202.56c1.45.63%203%20.94%204.66.94s3.21-.31%204.66-.94a12%2012%200%200%200%203.84-2.56a12%2012%200%200%200%202.56-3.84c.63-1.45.94-3%20.94-4.66s-.31-3.21-.94-4.66A12%2012%200%200%200%2020.5%203.5A12%2012%200%200%200%2016.66.937C15.21.313%2013.66%200%2012%200M8.88%201.5a11.7%2011.7%200%200%201%202.49%201.92a12.3%2012.3%200%200%201%201.9%202.45c.53.9.93%201.86%201.23%202.9c.28%201.03.43%202.11.43%203.23s-.15%202.2-.43%203.23a11.7%2011.7%200%200%201-1.23%202.9a12.3%2012.3%200%200%201-1.9%202.45c-.75.75-1.58%201.38-2.49%201.92a12%2012%200%200%201-2.46-1.92a12.3%2012.3%200%200%201-1.92-2.45a11.7%2011.7%200%200%201-1.19-2.9A11.6%2011.6%200%200%201%202.86%2012c0-1.12.14-2.2.45-3.23a11.7%2011.7%200%200%201%201.19-2.9a12.3%2012.3%200%200%201%201.92-2.45C7.17%202.67%208%202.04%208.88%201.5m-.02%207.73c-.77%200-1.42.27-1.96.81A2.67%202.67%200%200%200%206.09%2012c0%20.77.27%201.42.81%201.96s1.19.81%201.96.81s1.42-.27%201.96-.81s.81-1.19.81-1.96s-.27-1.42-.81-1.96a2.67%202.67%200%200%200-1.96-.81%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%200c-1.66%200-3.21.313-4.66.938A12%2012%200%200%200%203.5%203.5A12%2012%200%200%200%20.937%207.34C.313%208.79%200%2010.34%200%2012s.313%203.21.938%204.66A12%2012%200%200%200%203.5%2020.5a12%2012%200%200%200%203.84%202.56c1.45.63%203%20.94%204.66.94s3.21-.31%204.66-.94a12%2012%200%200%200%203.84-2.56a12%2012%200%200%200%202.56-3.84c.63-1.45.94-3%20.94-4.66s-.31-3.21-.94-4.66A12%2012%200%200%200%2020.5%203.5A12%2012%200%200%200%2016.66.937C15.21.313%2013.66%200%2012%200M8.88%201.5a11.7%2011.7%200%200%201%202.49%201.92a12.3%2012.3%200%200%201%201.9%202.45c.53.9.93%201.86%201.23%202.9c.28%201.03.43%202.11.43%203.23s-.15%202.2-.43%203.23a11.7%2011.7%200%200%201-1.23%202.9a12.3%2012.3%200%200%201-1.9%202.45c-.75.75-1.58%201.38-2.49%201.92a12%2012%200%200%201-2.46-1.92a12.3%2012.3%200%200%201-1.92-2.45a11.7%2011.7%200%200%201-1.19-2.9A11.6%2011.6%200%200%201%202.86%2012c0-1.12.14-2.2.45-3.23a11.7%2011.7%200%200%201%201.19-2.9a12.3%2012.3%200%200%201%201.92-2.45C7.17%202.67%208%202.04%208.88%201.5m-.02%207.73c-.77%200-1.42.27-1.96.81A2.67%202.67%200%200%200%206.09%2012c0%20.77.27%201.42.81%201.96s1.19.81%201.96.81s1.42-.27%201.96-.81s.81-1.19.81-1.96s-.27-1.42-.81-1.96a2.67%202.67%200%200%200-1.96-.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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