hamsa from Line Awesome by Icons8 · Line · Religion · Apache-2.0 Free for personal and commercial use.

Name
hamsa
Set
Line Awesome
Style
Line
Category
Religion
Viewbox
32×32
License
Apache 2.0
Aliases
hamsa-solid

The same icon in other sets

More religion icons from Line Awesome

Use the hamsa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a4 4 0 0 0-3.705 2.51A3.46 3.46 0 0 0 10.5 5C8.57 5 7 6.57 7 8.5V17H5.5A2.5 2.5 0 0 0 3 19.5c0 .684.273 1.323.771 1.8l4.952 4.76A10.44 10.44 0 0 0 16 29c2.724 0 5.307-1.043 7.275-2.94l4.955-4.76c.497-.477.77-1.116.77-1.8c0-1.379-1.121-2.5-2.5-2.5H25V8.5C25 6.57 23.43 5 21.5 5c-.659 0-1.268.192-1.795.51A4 4 0 0 0 16 3m0 2c1.103 0 2 .897 2 2v8h2V8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V19h3.5c.275 0 .5.225.5.5a.5.5 0 0 1-.154.36l-4.955 4.757A8.46 8.46 0 0 1 16 27a8.47 8.47 0 0 1-5.893-2.383l-4.95-4.758A.498.498 0 0 1 5.5 19H9V8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V15h2V7c0-1.103.897-2 2-2m0 12c-3.495 0-5.738 3.305-5.832 3.445l-.37.555l.37.555C10.262 21.695 12.505 25 16 25s5.738-3.305 5.832-3.445l.37-.555l-.37-.555C21.738 20.305 19.495 17 16 17m0 2c1.697 0 3.059 1.248 3.725 2c-.667.752-2.03 2-3.725 2c-1.697 0-3.059-1.248-3.725-2c.667-.752 2.03-2 3.725-2m0 1a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function LaHamsa(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a4 4 0 0 0-3.705 2.51A3.46 3.46 0 0 0 10.5 5C8.57 5 7 6.57 7 8.5V17H5.5A2.5 2.5 0 0 0 3 19.5c0 .684.273 1.323.771 1.8l4.952 4.76A10.44 10.44 0 0 0 16 29c2.724 0 5.307-1.043 7.275-2.94l4.955-4.76c.497-.477.77-1.116.77-1.8c0-1.379-1.121-2.5-2.5-2.5H25V8.5C25 6.57 23.43 5 21.5 5c-.659 0-1.268.192-1.795.51A4 4 0 0 0 16 3m0 2c1.103 0 2 .897 2 2v8h2V8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V19h3.5c.275 0 .5.225.5.5a.5.5 0 0 1-.154.36l-4.955 4.757A8.46 8.46 0 0 1 16 27a8.47 8.47 0 0 1-5.893-2.383l-4.95-4.758A.498.498 0 0 1 5.5 19H9V8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V15h2V7c0-1.103.897-2 2-2m0 12c-3.495 0-5.738 3.305-5.832 3.445l-.37.555l.37.555C10.262 21.695 12.505 25 16 25s5.738-3.305 5.832-3.445l.37-.555l-.37-.555C21.738 20.305 19.495 17 16 17m0 2c1.697 0 3.059 1.248 3.725 2c-.667.752-2.03 2-3.725 2c-1.697 0-3.059-1.248-3.725-2c.667-.752 2.03-2 3.725-2m0 1a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a4 4 0 0 0-3.705 2.51A3.46 3.46 0 0 0 10.5 5C8.57 5 7 6.57 7 8.5V17H5.5A2.5 2.5 0 0 0 3 19.5c0 .684.273 1.323.771 1.8l4.952 4.76A10.44 10.44 0 0 0 16 29c2.724 0 5.307-1.043 7.275-2.94l4.955-4.76c.497-.477.77-1.116.77-1.8c0-1.379-1.121-2.5-2.5-2.5H25V8.5C25 6.57 23.43 5 21.5 5c-.659 0-1.268.192-1.795.51A4 4 0 0 0 16 3m0 2c1.103 0 2 .897 2 2v8h2V8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V19h3.5c.275 0 .5.225.5.5a.5.5 0 0 1-.154.36l-4.955 4.757A8.46 8.46 0 0 1 16 27a8.47 8.47 0 0 1-5.893-2.383l-4.95-4.758A.498.498 0 0 1 5.5 19H9V8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V15h2V7c0-1.103.897-2 2-2m0 12c-3.495 0-5.738 3.305-5.832 3.445l-.37.555l.37.555C10.262 21.695 12.505 25 16 25s5.738-3.305 5.832-3.445l.37-.555l-.37-.555C21.738 20.305 19.495 17 16 17m0 2c1.697 0 3.059 1.248 3.725 2c-.667.752-2.03 2-3.725 2c-1.697 0-3.059-1.248-3.725-2c.667-.752 2.03-2 3.725-2m0 1a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a4%204%200%200%200-3.705%202.51A3.46%203.46%200%200%200%2010.5%205C8.57%205%207%206.57%207%208.5V17H5.5A2.5%202.5%200%200%200%203%2019.5c0%20.684.273%201.323.771%201.8l4.952%204.76A10.44%2010.44%200%200%200%2016%2029c2.724%200%205.307-1.043%207.275-2.94l4.955-4.76c.497-.477.77-1.116.77-1.8c0-1.379-1.121-2.5-2.5-2.5H25V8.5C25%206.57%2023.43%205%2021.5%205c-.659%200-1.268.192-1.795.51A4%204%200%200%200%2016%203m0%202c1.103%200%202%20.897%202%202v8h2V8.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5V19h3.5c.275%200%20.5.225.5.5a.5.5%200%200%201-.154.36l-4.955%204.757A8.46%208.46%200%200%201%2016%2027a8.47%208.47%200%200%201-5.893-2.383l-4.95-4.758A.498.498%200%200%201%205.5%2019H9V8.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5V15h2V7c0-1.103.897-2%202-2m0%2012c-3.495%200-5.738%203.305-5.832%203.445l-.37.555l.37.555C10.262%2021.695%2012.505%2025%2016%2025s5.738-3.305%205.832-3.445l.37-.555l-.37-.555C21.738%2020.305%2019.495%2017%2016%2017m0%202c1.697%200%203.059%201.248%203.725%202c-.667.752-2.03%202-3.725%202c-1.697%200-3.059-1.248-3.725-2c.667-.752%202.03-2%203.725-2m0%201a1%201%200%200%200%200%202a1%201%200%200%200%200-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a4%204%200%200%200-3.705%202.51A3.46%203.46%200%200%200%2010.5%205C8.57%205%207%206.57%207%208.5V17H5.5A2.5%202.5%200%200%200%203%2019.5c0%20.684.273%201.323.771%201.8l4.952%204.76A10.44%2010.44%200%200%200%2016%2029c2.724%200%205.307-1.043%207.275-2.94l4.955-4.76c.497-.477.77-1.116.77-1.8c0-1.379-1.121-2.5-2.5-2.5H25V8.5C25%206.57%2023.43%205%2021.5%205c-.659%200-1.268.192-1.795.51A4%204%200%200%200%2016%203m0%202c1.103%200%202%20.897%202%202v8h2V8.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5V19h3.5c.275%200%20.5.225.5.5a.5.5%200%200%201-.154.36l-4.955%204.757A8.46%208.46%200%200%201%2016%2027a8.47%208.47%200%200%201-5.893-2.383l-4.95-4.758A.498.498%200%200%201%205.5%2019H9V8.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5V15h2V7c0-1.103.897-2%202-2m0%2012c-3.495%200-5.738%203.305-5.832%203.445l-.37.555l.37.555C10.262%2021.695%2012.505%2025%2016%2025s5.738-3.305%205.832-3.445l.37-.555l-.37-.555C21.738%2020.305%2019.495%2017%2016%2017m0%202c1.697%200%203.059%201.248%203.725%202c-.667.752-2.03%202-3.725%202c-1.697%200-3.059-1.248-3.725-2c.667-.752%202.03-2%203.725-2m0%201a1%201%200%200%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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