ankh icon
ankh from Font Awesome Solid by Dave Gandy · Solid · Religion · CC-BY-4.0 Attribution required.
- Name
- ankh
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Religion
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More religion icons from Font Awesome Solid
Use the ankh icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 192c0-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.7C276.7 268.6 256 233.5 256 192m64-128c-70.7 0-128 57.3-128 128c0 52.4 21.5 95.5 46.8 128H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V384h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.3-32.5 46.8-75.6 46.8-128c0-70.7-57.3-128-128-128"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidAnkh(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 192c0-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.7C276.7 268.6 256 233.5 256 192m64-128c-70.7 0-128 57.3-128 128c0 52.4 21.5 95.5 46.8 128H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V384h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.3-32.5 46.8-75.6 46.8-128c0-70.7-57.3-128-128-128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 192c0-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.7C276.7 268.6 256 233.5 256 192m64-128c-70.7 0-128 57.3-128 128c0 52.4 21.5 95.5 46.8 128H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v160c0 17.7 14.3 32 32 32s32-14.3 32-32V384h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-46.8c25.3-32.5 46.8-75.6 46.8-128c0-70.7-57.3-128-128-128"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20192c0-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.7C276.7%20268.6%20256%20233.5%20256%20192m64-128c-70.7%200-128%2057.3-128%20128c0%2052.4%2021.5%2095.5%2046.8%20128H192c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V384h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-46.8c25.3-32.5%2046.8-75.6%2046.8-128c0-70.7-57.3-128-128-128%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20192c0-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.7C276.7%20268.6%20256%20233.5%20256%20192m64-128c-70.7%200-128%2057.3-128%20128c0%2052.4%2021.5%2095.5%2046.8%20128H192c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V384h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-46.8c25.3-32.5%2046.8-75.6%2046.8-128c0-70.7-57.3-128-128-128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/ankh.svg?color=%231a73e8&size=48