om from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
om
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the om icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7 12c2.21 0 4-1.567 4-3.5S9.21 5 7 5c-1.594 0-2.97.816-3.613 2m.036 7.483A4.9 4.9 0 0 0 3 16.5C3 18.985 4.79 21 7 21s4-2.015 4-4.5S9.21 12 7 12"/><path d="M14.071 17.01C14.398 19.287 15.81 21 17.5 21c1.933 0 3.5-2.239 3.5-5s-1.567-5-3.5-5c-.96 0-1.868.606-2.5 1.5c-.717 1.049-1.76 1.7-2.936 1.7c-.92 0-1.766-.406-2.434-1.087M17 3l2 2m-7-2q2.5 5.5 9 5"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerOm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M7 12c2.21 0 4-1.567 4-3.5S9.21 5 7 5c-1.594 0-2.97.816-3.613 2m.036 7.483A4.9 4.9 0 0 0 3 16.5C3 18.985 4.79 21 7 21s4-2.015 4-4.5S9.21 12 7 12"/><path d="M14.071 17.01C14.398 19.287 15.81 21 17.5 21c1.933 0 3.5-2.239 3.5-5s-1.567-5-3.5-5c-.96 0-1.868.606-2.5 1.5c-.717 1.049-1.76 1.7-2.936 1.7c-.92 0-1.766-.406-2.434-1.087M17 3l2 2m-7-2q2.5 5.5 9 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7 12c2.21 0 4-1.567 4-3.5S9.21 5 7 5c-1.594 0-2.97.816-3.613 2m.036 7.483A4.9 4.9 0 0 0 3 16.5C3 18.985 4.79 21 7 21s4-2.015 4-4.5S9.21 12 7 12"/><path d="M14.071 17.01C14.398 19.287 15.81 21 17.5 21c1.933 0 3.5-2.239 3.5-5s-1.567-5-3.5-5c-.96 0-1.868.606-2.5 1.5c-.717 1.049-1.76 1.7-2.936 1.7c-.92 0-1.766-.406-2.434-1.087M17 3l2 2m-7-2q2.5 5.5 9 5"/></g></svg>
</template>

CSS

.icon-om {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7%2012c2.21%200%204-1.567%204-3.5S9.21%205%207%205c-1.594%200-2.97.816-3.613%202m.036%207.483A4.9%204.9%200%200%200%203%2016.5C3%2018.985%204.79%2021%207%2021s4-2.015%204-4.5S9.21%2012%207%2012%22%2F%3E%3Cpath%20d%3D%22M14.071%2017.01C14.398%2019.287%2015.81%2021%2017.5%2021c1.933%200%203.5-2.239%203.5-5s-1.567-5-3.5-5c-.96%200-1.868.606-2.5%201.5c-.717%201.049-1.76%201.7-2.936%201.7c-.92%200-1.766-.406-2.434-1.087M17%203l2%202m-7-2q2.5%205.5%209%205%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7%2012c2.21%200%204-1.567%204-3.5S9.21%205%207%205c-1.594%200-2.97.816-3.613%202m.036%207.483A4.9%204.9%200%200%200%203%2016.5C3%2018.985%204.79%2021%207%2021s4-2.015%204-4.5S9.21%2012%207%2012%22%2F%3E%3Cpath%20d%3D%22M14.071%2017.01C14.398%2019.287%2015.81%2021%2017.5%2021c1.933%200%203.5-2.239%203.5-5s-1.567-5-3.5-5c-.96%200-1.868.606-2.5%201.5c-.717%201.049-1.76%201.7-2.936%201.7c-.92%200-1.766-.406-2.434-1.087M17%203l2%202m-7-2q2.5%205.5%209%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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