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

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

Use the oomol logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.176 14.888a.83.83 0 0 1 .832.83a.83.83 0 0 1-.832.83a.83.83 0 0 1-.832-.83a.83.83 0 0 1 .832-.83M6.824 7.513a.83.83 0 0 1 .832.83a.83.83 0 0 1-.832.83a.83.83 0 0 1-.832-.83a.83.83 0 0 1 .832-.83M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M6.824 6.222c-1.174 0-2.126.95-2.126 2.12s.952 2.121 2.126 2.121A2.13 2.13 0 0 0 8.85 8.988h.932a1.57 1.57 0 0 1 1.571 1.567v2.95a2.86 2.86 0 0 0 2.865 2.858h.932a2.13 2.13 0 0 0 2.026 1.475c1.174 0 2.126-.949 2.126-2.12s-.952-2.12-2.126-2.12a2.13 2.13 0 0 0-2.026 1.475h-.932a1.57 1.57 0 0 1-1.571-1.567v-2.95a2.86 2.86 0 0 0-2.865-2.859H8.85a2.13 2.13 0 0 0-2.026-1.475"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOomol(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="M17.176 14.888a.83.83 0 0 1 .832.83a.83.83 0 0 1-.832.83a.83.83 0 0 1-.832-.83a.83.83 0 0 1 .832-.83M6.824 7.513a.83.83 0 0 1 .832.83a.83.83 0 0 1-.832.83a.83.83 0 0 1-.832-.83a.83.83 0 0 1 .832-.83M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M6.824 6.222c-1.174 0-2.126.95-2.126 2.12s.952 2.121 2.126 2.121A2.13 2.13 0 0 0 8.85 8.988h.932a1.57 1.57 0 0 1 1.571 1.567v2.95a2.86 2.86 0 0 0 2.865 2.858h.932a2.13 2.13 0 0 0 2.026 1.475c1.174 0 2.126-.949 2.126-2.12s-.952-2.12-2.126-2.12a2.13 2.13 0 0 0-2.026 1.475h-.932a1.57 1.57 0 0 1-1.571-1.567v-2.95a2.86 2.86 0 0 0-2.865-2.859H8.85a2.13 2.13 0 0 0-2.026-1.475"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.176 14.888a.83.83 0 0 1 .832.83a.83.83 0 0 1-.832.83a.83.83 0 0 1-.832-.83a.83.83 0 0 1 .832-.83M6.824 7.513a.83.83 0 0 1 .832.83a.83.83 0 0 1-.832.83a.83.83 0 0 1-.832-.83a.83.83 0 0 1 .832-.83M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M6.824 6.222c-1.174 0-2.126.95-2.126 2.12s.952 2.121 2.126 2.121A2.13 2.13 0 0 0 8.85 8.988h.932a1.57 1.57 0 0 1 1.571 1.567v2.95a2.86 2.86 0 0 0 2.865 2.858h.932a2.13 2.13 0 0 0 2.026 1.475c1.174 0 2.126-.949 2.126-2.12s-.952-2.12-2.126-2.12a2.13 2.13 0 0 0-2.026 1.475h-.932a1.57 1.57 0 0 1-1.571-1.567v-2.95a2.86 2.86 0 0 0-2.865-2.859H8.85a2.13 2.13 0 0 0-2.026-1.475"/></svg>
</template>

CSS

.icon-oomol {
  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%22M17.176%2014.888a.83.83%200%200%201%20.832.83a.83.83%200%200%201-.832.83a.83.83%200%200%201-.832-.83a.83.83%200%200%201%20.832-.83M6.824%207.513a.83.83%200%200%201%20.832.83a.83.83%200%200%201-.832.83a.83.83%200%200%201-.832-.83a.83.83%200%200%201%20.832-.83M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200M6.824%206.222c-1.174%200-2.126.95-2.126%202.12s.952%202.121%202.126%202.121A2.13%202.13%200%200%200%208.85%208.988h.932a1.57%201.57%200%200%201%201.571%201.567v2.95a2.86%202.86%200%200%200%202.865%202.858h.932a2.13%202.13%200%200%200%202.026%201.475c1.174%200%202.126-.949%202.126-2.12s-.952-2.12-2.126-2.12a2.13%202.13%200%200%200-2.026%201.475h-.932a1.57%201.57%200%200%201-1.571-1.567v-2.95a2.86%202.86%200%200%200-2.865-2.859H8.85a2.13%202.13%200%200%200-2.026-1.475%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%22M17.176%2014.888a.83.83%200%200%201%20.832.83a.83.83%200%200%201-.832.83a.83.83%200%200%201-.832-.83a.83.83%200%200%201%20.832-.83M6.824%207.513a.83.83%200%200%201%20.832.83a.83.83%200%200%201-.832.83a.83.83%200%200%201-.832-.83a.83.83%200%200%201%20.832-.83M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200M6.824%206.222c-1.174%200-2.126.95-2.126%202.12s.952%202.121%202.126%202.121A2.13%202.13%200%200%200%208.85%208.988h.932a1.57%201.57%200%200%201%201.571%201.567v2.95a2.86%202.86%200%200%200%202.865%202.858h.932a2.13%202.13%200%200%200%202.026%201.475c1.174%200%202.126-.949%202.126-2.12s-.952-2.12-2.126-2.12a2.13%202.13%200%200%200-2.026%201.475h-.932a1.57%201.57%200%200%201-1.571-1.567v-2.95a2.86%202.86%200%200%200-2.865-2.859H8.85a2.13%202.13%200%200%200-2.026-1.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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