hamsa emoji
hamsa from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- hamsa
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the hamsa emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m48.006 34.131l-.001 5.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038 18.526-.038 18.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124 1.25-4.123 4.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004 23.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3 73.3 0 0 0 2.077 18.097c3.317 8.828 7.707 13.796 17.473 13.982v.018c.098 0 .186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186 14.334-5.154 17.651-13.982a74.5 74.5 0 0 0 2.077-18.097c-2.511-2.228-6.53.825-7.915 3.736"/><path fill="#fff" d="M36.126 40.955c6.122 0 11.084 6.505 11.084 6.505s-4.962 6.505-11.084 6.505S25.04 47.46 25.04 47.46s4.963-6.505 11.085-6.505"/><circle cx="36.205" cy="47.31" r="5.845" fill="#61b2e4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m48.006 34.131l-.001 5.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038 18.526-.038 18.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124 1.25-4.123 4.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004 23.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3 73.3 0 0 0 2.077 18.097c3.317 8.828 7.707 13.796 17.473 13.982v.018c.098 0 .186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186 14.334-5.154 17.651-13.982a74.5 74.5 0 0 0 2.077-18.097c-2.511-2.228-6.53.825-7.915 3.736"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.998" d="M36.126 40.428c6.618 0 11.982 7.032 11.982 7.032s-5.364 7.032-11.982 7.032s-11.983-7.032-11.983-7.032s5.365-7.032 11.983-7.032"/><circle cx="36.205" cy="47.31" r="2.688"/><circle cx="36.205" cy="47.31" r="5.845" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.998"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHamsa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m48.006 34.131l-.001 5.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038 18.526-.038 18.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124 1.25-4.123 4.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004 23.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3 73.3 0 0 0 2.077 18.097c3.317 8.828 7.707 13.796 17.473 13.982v.018c.098 0 .186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186 14.334-5.154 17.651-13.982a74.5 74.5 0 0 0 2.077-18.097c-2.511-2.228-6.53.825-7.915 3.736"/><path fill="#fff" d="M36.126 40.955c6.122 0 11.084 6.505 11.084 6.505s-4.962 6.505-11.084 6.505S25.04 47.46 25.04 47.46s4.963-6.505 11.085-6.505"/><circle cx="36.205" cy="47.31" r="5.845" fill="#61b2e4"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m48.006 34.131l-.001 5.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038 18.526-.038 18.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124 1.25-4.123 4.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004 23.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3 73.3 0 0 0 2.077 18.097c3.317 8.828 7.707 13.796 17.473 13.982v.018c.098 0 .186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186 14.334-5.154 17.651-13.982a74.5 74.5 0 0 0 2.077-18.097c-2.511-2.228-6.53.825-7.915 3.736"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.998" d="M36.126 40.428c6.618 0 11.982 7.032 11.982 7.032s-5.364 7.032-11.982 7.032s-11.983-7.032-11.983-7.032s5.365-7.032 11.983-7.032"/><circle cx="36.205" cy="47.31" r="2.688"/><circle cx="36.205" cy="47.31" r="5.845" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.998"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m48.006 34.131l-.001 5.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038 18.526-.038 18.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124 1.25-4.123 4.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004 23.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3 73.3 0 0 0 2.077 18.097c3.317 8.828 7.707 13.796 17.473 13.982v.018c.098 0 .186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186 14.334-5.154 17.651-13.982a74.5 74.5 0 0 0 2.077-18.097c-2.511-2.228-6.53.825-7.915 3.736"/><path fill="#fff" d="M36.126 40.955c6.122 0 11.084 6.505 11.084 6.505s-4.962 6.505-11.084 6.505S25.04 47.46 25.04 47.46s4.963-6.505 11.085-6.505"/><circle cx="36.205" cy="47.31" r="5.845" fill="#61b2e4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m48.006 34.131l-.001 5.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038 18.526-.038 18.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124 1.25-4.123 4.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004 23.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3 73.3 0 0 0 2.077 18.097c3.317 8.828 7.707 13.796 17.473 13.982v.018c.098 0 .186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186 14.334-5.154 17.651-13.982a74.5 74.5 0 0 0 2.077-18.097c-2.511-2.228-6.53.825-7.915 3.736"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.998" d="M36.126 40.428c6.618 0 11.982 7.032 11.982 7.032s-5.364 7.032-11.982 7.032s-11.983-7.032-11.983-7.032s5.365-7.032 11.983-7.032"/><circle cx="36.205" cy="47.31" r="2.688"/><circle cx="36.205" cy="47.31" r="5.845" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.998"/></svg> </template>
CSS
.icon-hamsa {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m48.006%2034.131l-.001%205.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038%2018.526-.038%2018.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124%201.25-4.123%204.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004%2023.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3%2073.3%200%200%200%202.077%2018.097c3.317%208.828%207.707%2013.796%2017.473%2013.982v.018c.098%200%20.186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186%2014.334-5.154%2017.651-13.982a74.5%2074.5%200%200%200%202.077-18.097c-2.511-2.228-6.53.825-7.915%203.736%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.126%2040.955c6.122%200%2011.084%206.505%2011.084%206.505s-4.962%206.505-11.084%206.505S25.04%2047.46%2025.04%2047.46s4.963-6.505%2011.085-6.505%22%2F%3E%3Ccircle%20cx%3D%2236.205%22%20cy%3D%2247.31%22%20r%3D%225.845%22%20fill%3D%22%2361b2e4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m48.006%2034.131l-.001%205.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038%2018.526-.038%2018.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124%201.25-4.123%204.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004%2023.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3%2073.3%200%200%200%202.077%2018.097c3.317%208.828%207.707%2013.796%2017.473%2013.982v.018c.098%200%20.186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186%2014.334-5.154%2017.651-13.982a74.5%2074.5%200%200%200%202.077-18.097c-2.511-2.228-6.53.825-7.915%203.736%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.998%22%20d%3D%22M36.126%2040.428c6.618%200%2011.982%207.032%2011.982%207.032s-5.364%207.032-11.982%207.032s-11.983-7.032-11.983-7.032s5.365-7.032%2011.983-7.032%22%2F%3E%3Ccircle%20cx%3D%2236.205%22%20cy%3D%2247.31%22%20r%3D%222.688%22%2F%3E%3Ccircle%20cx%3D%2236.205%22%20cy%3D%2247.31%22%20r%3D%225.845%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.998%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m48.006%2034.131l-.001%205.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038%2018.526-.038%2018.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124%201.25-4.123%204.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004%2023.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3%2073.3%200%200%200%202.077%2018.097c3.317%208.828%207.707%2013.796%2017.473%2013.982v.018c.098%200%20.186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186%2014.334-5.154%2017.651-13.982a74.5%2074.5%200%200%200%202.077-18.097c-2.511-2.228-6.53.825-7.915%203.736%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.126%2040.955c6.122%200%2011.084%206.505%2011.084%206.505s-4.962%206.505-11.084%206.505S25.04%2047.46%2025.04%2047.46s4.963-6.505%2011.085-6.505%22%2F%3E%3Ccircle%20cx%3D%2236.205%22%20cy%3D%2247.31%22%20r%3D%225.845%22%20fill%3D%22%2361b2e4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m48.006%2034.131l-.001%205.011l.004-23.635c0-3.701-7.437-4.026-7.655.391c-.003.066-.038%2018.526-.038%2018.594v-20c0-3.733-2.29-4.845-4.123-4.984h-.386c-1.833.14-4.124%201.25-4.123%204.984v20c0-.068-.035-18.528-.038-18.594c-.218-4.417-7.655-4.092-7.655-.392l.004%2023.636v-5.01c-1.387-2.912-5.405-5.965-7.916-3.737a73.3%2073.3%200%200%200%202.077%2018.097c3.317%208.828%207.707%2013.796%2017.473%2013.982v.018c.098%200%20.186-.008.282-.01c.096.002.185.01.282.01v-.018c9.773-.186%2014.334-5.154%2017.651-13.982a74.5%2074.5%200%200%200%202.077-18.097c-2.511-2.228-6.53.825-7.915%203.736%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.998%22%20d%3D%22M36.126%2040.428c6.618%200%2011.982%207.032%2011.982%207.032s-5.364%207.032-11.982%207.032s-11.983-7.032-11.983-7.032s5.365-7.032%2011.983-7.032%22%2F%3E%3Ccircle%20cx%3D%2236.205%22%20cy%3D%2247.31%22%20r%3D%222.688%22%2F%3E%3Ccircle%20cx%3D%2236.205%22%20cy%3D%2247.31%22%20r%3D%225.845%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.998%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/hamsa.svg?color=%231a73e8&size=48