om from Font Awesome 6 Solid by Dave Gandy · Regular · Religion · CC-BY-4.0 Attribution required.

Name
om
Set
Font Awesome 6 Solid
Style
Regular
Category
Religion
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More religion icons from Font Awesome 6 Solid

Use the om icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6zm-98.3 62c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9.2-7.4 1.7-10.1 4.2c-.9.8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5v2.1c.2 2.2.9 4.3 1.9 6.2l.3.6c.3.6.8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4c17.6 17.9 45.5 36.8 83.2 36.8c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5l.1-.1l.1-.1c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1.1-.2.2-.5.4c-.5.5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48h-34.2c-7.6 0-13.8 6.2-13.8 13.8c0 1.5.2 2.9.7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H160c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4s-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5.2-4.8 1-6.8 2.3c-1.1.7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1.6-.1 1.1-.1 1.7c0 .8.1 1.7.2 2.5v.1c0 .3.1.8.2 1.3c.2 1.1.4 2.7.8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4h5.5c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2h-.2c-8 .1-14.6 6.1-15.6 13.9c0 .3-.1.6-.2 1.1c-.1.9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7c15.3 11.5 35.9 18.2 62.6 18.2c53 0 96-43 96-96v-96c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4h-48.3c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidOm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6zm-98.3 62c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9.2-7.4 1.7-10.1 4.2c-.9.8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5v2.1c.2 2.2.9 4.3 1.9 6.2l.3.6c.3.6.8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4c17.6 17.9 45.5 36.8 83.2 36.8c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5l.1-.1l.1-.1c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1.1-.2.2-.5.4c-.5.5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48h-34.2c-7.6 0-13.8 6.2-13.8 13.8c0 1.5.2 2.9.7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H160c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4s-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5.2-4.8 1-6.8 2.3c-1.1.7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1.6-.1 1.1-.1 1.7c0 .8.1 1.7.2 2.5v.1c0 .3.1.8.2 1.3c.2 1.1.4 2.7.8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4h5.5c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2h-.2c-8 .1-14.6 6.1-15.6 13.9c0 .3-.1.6-.2 1.1c-.1.9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7c15.3 11.5 35.9 18.2 62.6 18.2c53 0 96-43 96-96v-96c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4h-48.3c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6zm-98.3 62c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9.2-7.4 1.7-10.1 4.2c-.9.8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5v2.1c.2 2.2.9 4.3 1.9 6.2l.3.6c.3.6.8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4c17.6 17.9 45.5 36.8 83.2 36.8c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5l.1-.1l.1-.1c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1.1-.2.2-.5.4c-.5.5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48h-34.2c-7.6 0-13.8 6.2-13.8 13.8c0 1.5.2 2.9.7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H160c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4s-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5.2-4.8 1-6.8 2.3c-1.1.7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1.6-.1 1.1-.1 1.7c0 .8.1 1.7.2 2.5v.1c0 .3.1.8.2 1.3c.2 1.1.4 2.7.8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4h5.5c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2h-.2c-8 .1-14.6 6.1-15.6 13.9c0 .3-.1.6-.2 1.1c-.1.9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7c15.3 11.5 35.9 18.2 62.6 18.2c53 0 96-43 96-96v-96c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4h-48.3c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M379.3%204.7c-6.2-6.2-16.4-6.2-22.6%200l-16%2016c-6.2%206.2-6.2%2016.4%200%2022.6l16%2016c6.2%206.2%2016.4%206.2%2022.6%200l16-16c6.2-6.2%206.2-16.4%200-22.6zm-98.3%2062c-2.2-1.5-4.9-2.5-7.7-2.7c-.6%200-1.3-.1-1.9%200c-3.9.2-7.4%201.7-10.1%204.2c-.9.8-1.6%201.7-2.3%202.6c-1.7%202.4-2.7%205.3-2.9%208.5v2.1c.2%202.2.9%204.3%201.9%206.2l.3.6c.3.6.8%201.4%201.4%202.4c1.2%202%202.9%204.8%205.1%208.2c4.4%206.7%2011.1%2015.5%2020%2024.4c17.6%2017.9%2045.5%2036.8%2083.2%2036.8c31.2%200%2056.6-10.4%2073.9-20.2c8.7-5%2015.6-9.9%2020.4-13.8c2.4-1.9%204.3-3.6%205.7-4.9c.7-.6%201.3-1.2%201.7-1.6l.6-.5l.1-.1l.1-.1c5.9-5.8%209.5-13.9%209.5-22.8c0-17.7-14.3-32-32-32c-8.7%200-16.7%203.5-22.4%209.2c-.1.1-.2.2-.5.4c-.5.5-1.5%201.3-2.8%202.4c-2.7%202.2-6.8%205.2-12.1%208.2C399.4%2090.4%20384.8%2096%20368%2096c-20.8%200-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2%20169.6c8-6%2017.9-9.6%2028.8-9.6c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-34.2c-7.6%200-13.8%206.2-13.8%2013.8c0%201.5.2%202.9.7%204.4l8%2024c4.4%2013.1%2016.6%2021.9%2030.4%2021.9H160c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064c-50.8%200-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4s-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5.2-4.8%201-6.8%202.3c-1.1.7-2.2%201.5-3.1%202.5c-2.4%202.5-4.1%205.8-4.5%209.5c-.1.6-.1%201.1-.1%201.7c0%20.8.1%201.7.2%202.5v.1c0%20.3.1.8.2%201.3c.2%201.1.4%202.7.8%204.6c.8%203.9%202%209.4%203.9%2015.9c3.8%2013%2010.3%2030.4%2021.3%2048C48.7%20476.2%2089.4%20512%20160%20512c70.7%200%20128-57.3%20128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5%200%2049.9-10.1%2067.9-28.1l26.5-26.5c6-6%2014.1-9.4%2022.6-9.4h5.5c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032c-25.7%200-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2h-.2c-8%20.1-14.6%206.1-15.6%2013.9c0%20.3-.1.6-.2%201.1c-.1.9-.3%202.1-.4%203.6c-.3%203-.6%207.3-.6%2012.4c0%2010.1%201.1%2023.9%205.8%2038.1c4.8%2014.3%2013.4%2029.3%2028.6%2040.7c15.3%2011.5%2035.9%2018.2%2062.6%2018.2c53%200%2096-43%2096-96v-96c0-53-43-96-96-96h-5.5c-25.5%200-49.9%2010.1-67.9%2028.1l-26.5%2026.5c-6%206-14.1%209.4-22.6%209.4h-48.3c6.9-14.5%2010.8-30.8%2010.8-48c0-61.9-50.1-112-112-112c-25.2%200-48.5%208.3-67.2%2022.4c-14.1%2010.6-17%2030.7-6.4%2044.8s30.7%2017%2044.8%206.4%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M379.3%204.7c-6.2-6.2-16.4-6.2-22.6%200l-16%2016c-6.2%206.2-6.2%2016.4%200%2022.6l16%2016c6.2%206.2%2016.4%206.2%2022.6%200l16-16c6.2-6.2%206.2-16.4%200-22.6zm-98.3%2062c-2.2-1.5-4.9-2.5-7.7-2.7c-.6%200-1.3-.1-1.9%200c-3.9.2-7.4%201.7-10.1%204.2c-.9.8-1.6%201.7-2.3%202.6c-1.7%202.4-2.7%205.3-2.9%208.5v2.1c.2%202.2.9%204.3%201.9%206.2l.3.6c.3.6.8%201.4%201.4%202.4c1.2%202%202.9%204.8%205.1%208.2c4.4%206.7%2011.1%2015.5%2020%2024.4c17.6%2017.9%2045.5%2036.8%2083.2%2036.8c31.2%200%2056.6-10.4%2073.9-20.2c8.7-5%2015.6-9.9%2020.4-13.8c2.4-1.9%204.3-3.6%205.7-4.9c.7-.6%201.3-1.2%201.7-1.6l.6-.5l.1-.1l.1-.1c5.9-5.8%209.5-13.9%209.5-22.8c0-17.7-14.3-32-32-32c-8.7%200-16.7%203.5-22.4%209.2c-.1.1-.2.2-.5.4c-.5.5-1.5%201.3-2.8%202.4c-2.7%202.2-6.8%205.2-12.1%208.2C399.4%2090.4%20384.8%2096%20368%2096c-20.8%200-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2%20169.6c8-6%2017.9-9.6%2028.8-9.6c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-34.2c-7.6%200-13.8%206.2-13.8%2013.8c0%201.5.2%202.9.7%204.4l8%2024c4.4%2013.1%2016.6%2021.9%2030.4%2021.9H160c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064c-50.8%200-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4s-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5.2-4.8%201-6.8%202.3c-1.1.7-2.2%201.5-3.1%202.5c-2.4%202.5-4.1%205.8-4.5%209.5c-.1.6-.1%201.1-.1%201.7c0%20.8.1%201.7.2%202.5v.1c0%20.3.1.8.2%201.3c.2%201.1.4%202.7.8%204.6c.8%203.9%202%209.4%203.9%2015.9c3.8%2013%2010.3%2030.4%2021.3%2048C48.7%20476.2%2089.4%20512%20160%20512c70.7%200%20128-57.3%20128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5%200%2049.9-10.1%2067.9-28.1l26.5-26.5c6-6%2014.1-9.4%2022.6-9.4h5.5c17.7%200%2032%2014.3%2032%2032v96c0%2017.7-14.3%2032-32%2032c-25.7%200-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2h-.2c-8%20.1-14.6%206.1-15.6%2013.9c0%20.3-.1.6-.2%201.1c-.1.9-.3%202.1-.4%203.6c-.3%203-.6%207.3-.6%2012.4c0%2010.1%201.1%2023.9%205.8%2038.1c4.8%2014.3%2013.4%2029.3%2028.6%2040.7c15.3%2011.5%2035.9%2018.2%2062.6%2018.2c53%200%2096-43%2096-96v-96c0-53-43-96-96-96h-5.5c-25.5%200-49.9%2010.1-67.9%2028.1l-26.5%2026.5c-6%206-14.1%209.4-22.6%209.4h-48.3c6.9-14.5%2010.8-30.8%2010.8-48c0-61.9-50.1-112-112-112c-25.2%200-48.5%208.3-67.2%2022.4c-14.1%2010.6-17%2030.7-6.4%2044.8s30.7%2017%2044.8%206.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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