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

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

The same icon in other sets

More religion icons from Font Awesome 6 Solid

Use the ankh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128M160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidAnkh(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128M160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128M160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0"/></svg>
</template>

CSS

.icon-ankh {
  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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064c0%2041.6-20.7%2076.6-46.6%20104.1c-5.9%206.2-11.8%2011.8-17.4%2016.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7%20204.6%2096%20169.6%2096%20128M160%200C89.3%200%2032%2057.3%2032%20128c0%2052.4%2021.5%2095.5%2046.8%20128H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V320h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-46.8c25.4-32.5%2046.8-75.6%2046.8-128C288%2057.3%20230.7%200%20160%200%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20128c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064c0%2041.6-20.7%2076.6-46.6%20104.1c-5.9%206.2-11.8%2011.8-17.4%2016.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7%20204.6%2096%20169.6%2096%20128M160%200C89.3%200%2032%2057.3%2032%20128c0%2052.4%2021.5%2095.5%2046.8%20128H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V320h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-46.8c25.4-32.5%2046.8-75.6%2046.8-128C288%2057.3%20230.7%200%20160%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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